Index: node_modules/vulcanize/node_modules/update-notifier/node_modules/is-npm/package.json |
diff --git a/node_modules/vulcanize/node_modules/update-notifier/node_modules/is-npm/package.json b/node_modules/vulcanize/node_modules/update-notifier/node_modules/is-npm/package.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8fb38472d30726792ab1bc91fbc233bf7b6e6cc8 |
--- /dev/null |
+++ b/node_modules/vulcanize/node_modules/update-notifier/node_modules/is-npm/package.json |
@@ -0,0 +1,43 @@ |
+{ |
+ "name": "is-npm", |
+ "version": "1.0.0", |
+ "description": "Check if your code is running as an npm script", |
+ "license": "MIT", |
+ "repository": { |
+ "type": "git", |
+ "url": "git://github.com/sindresorhus/is-npm" |
+ }, |
+ "author": { |
+ "name": "Sindre Sorhus", |
+ "email": "sindresorhus@gmail.com", |
+ "url": "http://sindresorhus.com" |
+ }, |
+ "engines": { |
+ "node": ">=0.10.0" |
+ }, |
+ "scripts": { |
+ "test": "node test.js" |
+ }, |
+ "files": [ |
+ "index.js" |
+ ], |
+ "keywords": [ |
+ "npm", |
+ "is", |
+ "check", |
+ "detect", |
+ "env", |
+ "environment" |
+ ], |
+ "devDependencies": { |
+ "ava": "0.0.3" |
+ }, |
+ "readme": "# is-npm [](https://travis-ci.org/sindresorhus/is-npm)\n\n> Check if your code is running as an [npm script](https://www.npmjs.org/doc/misc/npm-scripts.html)\n\n\n## Install\n\n```sh\n$ npm install --save is-npm\n```\n\n\n## Usage\n\n```js\nvar isNpm = require('is-npm');\nconsole.log(isNpm);\n```\n\n```sh\n$ node foo.js\n#=> false\n$ npm run foo\n#=> true\n```\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n", |
+ "readmeFilename": "readme.md", |
+ "bugs": { |
+ "url": "https://github.com/sindresorhus/is-npm/issues" |
+ }, |
+ "homepage": "https://github.com/sindresorhus/is-npm", |
+ "_id": "is-npm@1.0.0", |
+ "_from": "is-npm@^1.0.0" |
+} |