Comparing version 0.3.0 to 1.0.0
{ | ||
"name": "shell-env", | ||
"version": "0.3.0", | ||
"description": "Get environment variables from the shell", | ||
"license": "MIT", | ||
"repository": "sindresorhus/shell-env", | ||
"author": { | ||
"name": "Sindre Sorhus", | ||
"email": "sindresorhus@gmail.com", | ||
"url": "sindresorhus.com" | ||
}, | ||
"maintainers": [ | ||
"silverwind <me@silverwind.io> (github.com/silverwind)" | ||
], | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"scripts": { | ||
"test": "xo && ava" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
"env", | ||
"var", | ||
"environment", | ||
"variable", | ||
"shell", | ||
"sh", | ||
"zsh", | ||
"bash", | ||
"macos", | ||
"osx", | ||
"electron", | ||
"nwjs" | ||
], | ||
"dependencies": { | ||
"default-shell": "^1.0.0", | ||
"execa": "^0.5.0", | ||
"strip-ansi": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "*", | ||
"xo": "*" | ||
}, | ||
"xo": { | ||
"esnext": true | ||
} | ||
"name": "shell-env", | ||
"version": "1.0.0", | ||
"description": "Get environment variables from the shell", | ||
"license": "MIT", | ||
"repository": "sindresorhus/shell-env", | ||
"author": { | ||
"name": "Sindre Sorhus", | ||
"email": "sindresorhus@gmail.com", | ||
"url": "sindresorhus.com" | ||
}, | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"scripts": { | ||
"test": "xo && ava" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
"env", | ||
"var", | ||
"environment", | ||
"variable", | ||
"shell", | ||
"sh", | ||
"zsh", | ||
"bash", | ||
"macos", | ||
"osx", | ||
"electron", | ||
"nwjs" | ||
], | ||
"dependencies": { | ||
"default-shell": "^1.0.0", | ||
"execa": "^0.8.0", | ||
"strip-ansi": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "*", | ||
"xo": "*" | ||
} | ||
} |
@@ -11,3 +11,3 @@ # shell-env [![Build Status](https://travis-ci.org/sindresorhus/shell-env.svg?branch=master)](https://travis-ci.org/sindresorhus/shell-env) | ||
``` | ||
$ npm install --save shell-env | ||
$ npm install shell-env | ||
``` | ||
@@ -54,4 +54,10 @@ | ||
## Maintainers | ||
- [Sindre Sorhus](https://sindresorhus.com) | ||
- [@silverwind](https://github.com/silverwind) | ||
## License | ||
MIT © [Sindre Sorhus](https://sindresorhus.com) | ||
MIT |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
62
4209
+ Addedansi-regex@3.0.1(transitive)
+ Addedcross-spawn@5.1.0(transitive)
+ Addedexeca@0.8.0(transitive)
+ Addedget-stream@3.0.0(transitive)
+ Addedshebang-command@1.2.0(transitive)
+ Addedshebang-regex@1.0.0(transitive)
+ Addedstrip-ansi@4.0.0(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedcross-spawn@4.0.2(transitive)
- Removedexeca@0.5.1(transitive)
- Removedget-stream@2.3.1(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedpinkie@2.0.4(transitive)
- Removedpinkie-promise@2.0.1(transitive)
- Removedstrip-ansi@3.0.1(transitive)
Updatedexeca@^0.8.0
Updatedstrip-ansi@^4.0.0