pnpm
Version:
A fast implementation of npm install
110 lines (109 loc) • 2.78 kB
JSON
{
"_args": [
[
{
"raw": "registry-auth-token@3.0.1",
"scope": null,
"escapedName": "registry-auth-token",
"name": "registry-auth-token",
"rawSpec": "3.0.1",
"spec": "3.0.1",
"type": "version"
},
"/home/zkochan/src/pnpm"
]
],
"_from": "registry-auth-token@3.0.1",
"_id": "registry-auth-token@3.0.1",
"_inCache": true,
"_location": "/registry-auth-token",
"_nodeVersion": "6.2.2",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/registry-auth-token-3.0.1.tgz_1470562717176_0.6900515060406178"
},
"_npmUser": {
"name": "rexxars",
"email": "rexxars@gmail.com"
},
"_npmVersion": "3.9.5",
"_phantomChildren": {},
"_requested": {
"raw": "registry-auth-token@3.0.1",
"scope": null,
"escapedName": "registry-auth-token",
"name": "registry-auth-token",
"rawSpec": "3.0.1",
"spec": "3.0.1",
"type": "version"
},
"_requiredBy": [
"/",
"/package-json"
],
"_resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.0.1.tgz",
"_shasum": "c3ee5ec585bce29f88bf41629a3944c71ed53e25",
"_shrinkwrap": null,
"_spec": "registry-auth-token@3.0.1",
"_where": "/home/zkochan/src/pnpm",
"author": {
"name": "Espen Hovlandsdal",
"email": "espen@hovlandsdal.com"
},
"bugs": {
"url": "https://github.com/rexxars/registry-auth-token/issues"
},
"dependencies": {
"rc": "^1.1.6"
},
"description": "Get the auth token set for an npm registry (if any)",
"devDependencies": {
"eslint": "^2.4.0",
"eslint-config-bengler": "^1.0.7",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"require-uncached": "^1.0.2"
},
"directories": {},
"dist": {
"shasum": "c3ee5ec585bce29f88bf41629a3944c71ed53e25",
"tarball": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.0.1.tgz"
},
"gitHead": "9a20b880b63c25340e426d82d23663bf26bdfdfd",
"homepage": "https://github.com/rexxars/registry-auth-token#readme",
"keywords": [
"npm",
"conf",
"config",
"npmconf",
"registry",
"auth",
"token",
"authtoken"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "leipert",
"email": "git@leipert.io"
},
{
"name": "rexxars",
"email": "rexxars@gmail.com"
}
],
"name": "registry-auth-token",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/rexxars/registry-auth-token.git"
},
"scripts": {
"coverage": "istanbul cover _mocha",
"posttest": "eslint .",
"test": "mocha"
},
"version": "3.0.1"
}