Bones/node_modules/registry-url/package.json

99 lines
2.3 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"registry-url@^3.0.3",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\package-json"
]
],
"_from": "registry-url@>=3.0.3-0 <4.0.0-0",
"_id": "registry-url@3.1.0",
"_inCache": true,
"_location": "/registry-url",
"_nodeVersion": "4.3.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/registry-url-3.1.0.tgz_1459781197285_0.25229517510160804"
},
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.14.12",
"_phantomChildren": {},
"_requested": {
"name": "registry-url",
"raw": "registry-url@^3.0.3",
"rawSpec": "^3.0.3",
"scope": null,
"spec": ">=3.0.3-0 <4.0.0-0",
"type": "range"
},
"_requiredBy": [
"/package-json"
],
"_resolved": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz",
"_shasum": "3d4ef870f73dde1d77f0cf9a381432444e174942",
"_shrinkwrap": null,
"_spec": "registry-url@^3.0.3",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\package-json",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/registry-url/issues"
},
"dependencies": {
"rc": "^1.0.1"
},
"description": "Get the set npm registry URL",
"devDependencies": {
"ava": "*",
"pify": "^2.3.0",
"require-uncached": "^1.0.2",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "3d4ef870f73dde1d77f0cf9a381432444e174942",
"tarball": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "79d07a452fe0c990fa0b154d510c68fc483b4689",
"homepage": "https://github.com/sindresorhus/registry-url",
"installable": true,
"keywords": [
"conf",
"config",
"npm",
"npmconf",
"registry",
"scope",
"uri",
"url"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "registry-url",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/sindresorhus/registry-url"
},
"scripts": {
"test": "xo && ava --serial"
},
"version": "3.1.0"
}