Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1528)

Unified Diff: node_modules/vulcanize/node_modules/update-notifier/node_modules/is-npm/package.json

Issue 800513006: Added vulcanize under third_party/npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 [![Build Status](https://travis-ci.org/sindresorhus/is-npm.svg?branch=master)](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"
+}

Powered by Google App Engine
This is Rietveld 408576698