2019-01-06 13:14:45 -06:00

85 lines
2.4 KiB
JSON

{
"_from": "npm-registry-client@8.6.0",
"_id": "npm-registry-client@8.6.0",
"_inBundle": true,
"_integrity": "sha512-Qs6P6nnopig+Y8gbzpeN/dkt+n7IyVd8f45NTMotGk6Qo7GfBmzwYx6jRLoOOgKiMnaQfYxsuyQlD8Mc3guBhg==",
"_location": "/npm/npm-registry-client",
"_phantomChildren": {
"safe-buffer": "5.1.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "npm-registry-client@8.6.0",
"name": "npm-registry-client",
"escapedName": "npm-registry-client",
"rawSpec": "8.6.0",
"saveSpec": null,
"fetchSpec": "8.6.0"
},
"_requiredBy": [
"/npm"
],
"_resolved": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-8.6.0.tgz",
"_shasum": "7f1529f91450732e89f8518e0f21459deea3e4c4",
"_spec": "npm-registry-client@8.6.0",
"_where": "/Users/zkat/Documents/code/work/npm",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/npm/npm-registry-client/issues"
},
"bundleDependencies": false,
"dependencies": {
"concat-stream": "^1.5.2",
"graceful-fs": "^4.1.6",
"normalize-package-data": "~1.0.1 || ^2.0.0",
"npm-package-arg": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"npmlog": "2 || ^3.1.0 || ^4.0.0",
"once": "^1.3.3",
"request": "^2.74.0",
"retry": "^0.10.0",
"safe-buffer": "^5.1.1",
"semver": "2 >=2.2.1 || 3.x || 4 || 5",
"slide": "^1.1.3",
"ssri": "^5.2.4"
},
"deprecated": false,
"description": "Client for the npm registry",
"devDependencies": {
"negotiator": "^0.6.1",
"nock": "^9.0.9",
"readable-stream": "^2.1.5",
"require-inject": "^1.4.0",
"rimraf": "^2.5.4",
"standard": "^11.0.0",
"standard-version": "^4.3.0",
"tap": "^12.0.1"
},
"files": [
"lib",
"index.js"
],
"homepage": "https://github.com/npm/npm-registry-client#readme",
"license": "ISC",
"main": "index.js",
"name": "npm-registry-client",
"optionalDependencies": {
"npmlog": "2 || ^3.1.0 || ^4.0.0"
},
"repository": {
"url": "git+https://github.com/npm/npm-registry-client.git"
},
"scripts": {
"postrelease": "npm publish && git push --follow-tags",
"prerelease": "npm t",
"pretest": "standard",
"release": "standard-version -s",
"test": "tap --nyc-arg=--all --coverage test/*.js"
},
"version": "8.6.0"
}