Index: node_modules/vulcanize/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-url/package.json |
diff --git a/node_modules/vulcanize/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-url/package.json b/node_modules/vulcanize/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-url/package.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..22247e98bbe07057cf1f24ceb9d267156e4064d5 |
--- /dev/null |
+++ b/node_modules/vulcanize/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-url/package.json |
@@ -0,0 +1,47 @@ |
+{ |
+ "name": "registry-url", |
+ "version": "2.0.0", |
+ "description": "Get the set npm registry URL", |
+ "license": "MIT", |
+ "repository": { |
+ "type": "git", |
+ "url": "git://github.com/sindresorhus/registry-url" |
+ }, |
+ "author": { |
+ "name": "Sindre Sorhus", |
+ "email": "sindresorhus@gmail.com", |
+ "url": "http://sindresorhus.com" |
+ }, |
+ "engines": { |
+ "node": ">=0.10.0" |
+ }, |
+ "scripts": { |
+ "test": "mocha" |
+ }, |
+ "files": [ |
+ "index.js" |
+ ], |
+ "keywords": [ |
+ "npm", |
+ "conf", |
+ "config", |
+ "npmconf", |
+ "registry", |
+ "url" |
+ ], |
+ "dependencies": { |
+ "rc": "^0.5.1" |
+ }, |
+ "devDependencies": { |
+ "mocha": "*", |
+ "require-uncached": "^1.0.2" |
+ }, |
+ "readme": "# registry-url [](https://travis-ci.org/sindresorhus/registry-url)\n\n> Get the set npm registry URL\n\nIt's usually `https://registry.npmjs.org/`, but [configurable](https://www.npmjs.org/doc/misc/npm-config.html#registry).\n\nUse this if you do anything with the npm registry as users will expect it to use their configured registry.\n\n\n## Install\n\n```sh\n$ npm install --save registry-url\n```\n\n\n## Usage\n\n```ini\n# .npmrc\nregistry = 'https://custom-registry.com/'\n```\n\n```js\nvar registryUrl = require('registry-url');\n\nconsole.log(registryUrl);\n//=> https://custom-registry.com/\n```\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n", |
+ "readmeFilename": "readme.md", |
+ "bugs": { |
+ "url": "https://github.com/sindresorhus/registry-url/issues" |
+ }, |
+ "homepage": "https://github.com/sindresorhus/registry-url", |
+ "_id": "registry-url@2.0.0", |
+ "_from": "registry-url@^2.0.0" |
+} |