109 lines
2.7 KiB
JSON
109 lines
2.7 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"registry-auth-token@^3.0.1",
|
||
|
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\package-json"
|
||
|
]
|
||
|
],
|
||
|
"_from": "registry-auth-token@>=3.0.1-0 <4.0.0-0",
|
||
|
"_id": "registry-auth-token@3.3.1",
|
||
|
"_inCache": true,
|
||
|
"_location": "/registry-auth-token",
|
||
|
"_nodeVersion": "7.6.0",
|
||
|
"_npmOperationalInternal": {
|
||
|
"host": "packages-18-east.internal.npmjs.com",
|
||
|
"tmp": "tmp/registry-auth-token-3.3.1.tgz_1493755144860_0.16137066180817783"
|
||
|
},
|
||
|
"_npmUser": {
|
||
|
"email": "rexxars@gmail.com",
|
||
|
"name": "rexxars"
|
||
|
},
|
||
|
"_npmVersion": "4.1.2",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"name": "registry-auth-token",
|
||
|
"raw": "registry-auth-token@^3.0.1",
|
||
|
"rawSpec": "^3.0.1",
|
||
|
"scope": null,
|
||
|
"spec": ">=3.0.1-0 <4.0.0-0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/package-json"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.3.1.tgz",
|
||
|
"_shasum": "fb0d3289ee0d9ada2cbb52af5dfe66cb070d3006",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "registry-auth-token@^3.0.1",
|
||
|
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\package-json",
|
||
|
"author": {
|
||
|
"email": "espen@hovlandsdal.com",
|
||
|
"name": "Espen Hovlandsdal"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/rexxars/registry-auth-token/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"rc": "^1.1.6",
|
||
|
"safe-buffer": "^5.0.1"
|
||
|
},
|
||
|
"description": "Get the auth token set for an npm registry (if any)",
|
||
|
"devDependencies": {
|
||
|
"istanbul": "^0.4.2",
|
||
|
"mocha": "^3.3.0",
|
||
|
"require-uncached": "^1.0.2",
|
||
|
"standard": "^10.0.2"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"dist": {
|
||
|
"shasum": "fb0d3289ee0d9ada2cbb52af5dfe66cb070d3006",
|
||
|
"tarball": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.3.1.tgz"
|
||
|
},
|
||
|
"gitHead": "bc7fe19fa5fae473ea9a3da33e7504ff8b6dff37",
|
||
|
"homepage": "https://github.com/rexxars/registry-auth-token#readme",
|
||
|
"installable": true,
|
||
|
"keywords": [
|
||
|
"auth",
|
||
|
"authtoken",
|
||
|
"conf",
|
||
|
"config",
|
||
|
"npm",
|
||
|
"npmconf",
|
||
|
"registry",
|
||
|
"token"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "leipert",
|
||
|
"email": "git@leipert.io"
|
||
|
},
|
||
|
{
|
||
|
"name": "rexxars",
|
||
|
"email": "rexxars@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "zkochan",
|
||
|
"email": "zoltan.kochan@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"name": "registry-auth-token",
|
||
|
"optionalDependencies": {},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+ssh://git@github.com/rexxars/registry-auth-token.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"coverage": "istanbul cover _mocha",
|
||
|
"posttest": "standard",
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"standard": {
|
||
|
"ignore": [
|
||
|
"coverage/**"
|
||
|
]
|
||
|
},
|
||
|
"version": "3.3.1"
|
||
|
}
|