{
  "_args": [
    [
      {
        "raw": "credentials-by-uri@1.0.0",
        "scope": null,
        "escapedName": "credentials-by-uri",
        "name": "credentials-by-uri",
        "rawSpec": "1.0.0",
        "spec": "1.0.0",
        "type": "version"
      },
      "/home/zkochan/src/pnpm/packages/pnpm/node_modules/@pnpm/tarball-fetcher"
    ]
  ],
  "_from": "credentials-by-uri@1.0.0",
  "_id": "credentials-by-uri@1.0.0",
  "_inCache": true,
  "_location": "/credentials-by-uri",
  "_nodeVersion": "6.9.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/credentials-by-uri-1.0.0.tgz_1507150386992_0.27221795823425055"
  },
  "_npmUser": {
    "name": "zkochan",
    "email": "z@kochan.io"
  },
  "_npmVersion": "5.5.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "credentials-by-uri@1.0.0",
    "scope": null,
    "escapedName": "credentials-by-uri",
    "name": "credentials-by-uri",
    "rawSpec": "1.0.0",
    "spec": "1.0.0",
    "type": "version"
  },
  "_requiredBy": [
    "/@pnpm/npm-resolver",
    "/@pnpm/tarball-fetcher"
  ],
  "_resolved": "https://registry.npmjs.org/credentials-by-uri/-/credentials-by-uri-1.0.0.tgz",
  "_shasum": "69b3a1ad59802322dae3adbe1323c7dab98c4869",
  "_shrinkwrap": null,
  "_spec": "credentials-by-uri@1.0.0",
  "_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/@pnpm/tarball-fetcher",
  "author": {
    "name": "Zoltan Kochan",
    "email": "z@kochan.io",
    "url": "https://www.kochan.io"
  },
  "bugs": {
    "url": "https://github.com/pnpm/credentials-by-uri/issues"
  },
  "dependencies": {
    "nerf-dart": "^1.0.0"
  },
  "description": "Gets credentials for URI from npm configs",
  "devDependencies": {
    "safe-buffer": "^5.1.1",
    "tape": "^4.8.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-WtoZkGQV2KgEfEqWKPetJ2btv+GxldzOe2vHVqAcyuiYdpIwCX7viL2+P9EaZLLfR+SFAZgPdP1+HZJ7MqRc2A==",
    "shasum": "69b3a1ad59802322dae3adbe1323c7dab98c4869",
    "tarball": "https://registry.npmjs.org/credentials-by-uri/-/credentials-by-uri-1.0.0.tgz"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "gitHead": "346f99452e2fc17c235d892bf3b36bbb90fc8c07",
  "homepage": "https://github.com/pnpm/credentials-by-uri#readme",
  "keywords": [
    "npm",
    "config",
    "credentials"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "zkochan",
      "email": "z@kochan.io"
    }
  ],
  "name": "credentials-by-uri",
  "optionalDependencies": {},
  "readme": "# credentials-by-uri\n\n[![npm version](https://img.shields.io/npm/v/credentials-by-uri.svg)](https://www.npmjs.com/package/credentials-by-uri)\n[![Status](https://travis-ci.org/pnpm/credentials-by-uri.svg?branch=master)](https://travis-ci.org/pnpm/credentials-by-uri \"See test builds\")\n\n> Gets credentials for URI from npm configs\n\nTaken from npm: https://github.com/npm/npm/blob/24ec9f2dd4dcd4f25622dff3a502d4e86a025c0d/lib/config/get-credentials-by-uri.js.\n\n## Install\n\nInstall it via npm.\n\n```\nnpm install credentials-by-uri\n```\n\n## Usage\n\n```js\nconst credentialsByUri = require('credentials-by-uri')\n\nconsole.log(credentialsByUri())\n```\n\n## Related\n\n* [registry-auth-token](https://github.com/rexxars/registry-auth-token) - Get the auth token set for an npm registry\n\n## License\n\n[MIT](https://github.com/pnpm/credentials-by-uri/blob/master/LICENSE)\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pnpm/credentials-by-uri.git"
  },
  "scripts": {
    "test": "node test"
  },
  "typings": "index.d.ts",
  "version": "1.0.0"
}
