mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
2.2 KiB
81 lines
2.2 KiB
{
|
|
"_from": "npm-registry-client@~8.3.0",
|
|
"_id": "npm-registry-client@8.3.0",
|
|
"_integrity": "sha512-rBFLIisl55sq77Bf189ptxaFGEkTNcZpvR7UFZI7bmG/wYD2hY/2Ix1Ss26aOLSbyctwHuUPZ3tJRSYnkmMQkg==",
|
|
"_location": "/npm-registry-client",
|
|
"_phantomChildren": {
|
|
"inherits": "2.0.3",
|
|
"readable-stream": "2.2.9"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "npm-registry-client@~8.3.0",
|
|
"name": "npm-registry-client",
|
|
"escapedName": "npm-registry-client",
|
|
"rawSpec": "~8.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~8.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-8.3.0.tgz",
|
|
"_shasum": "a86d5b1f97945de8df73c471d33602d5cd15130f",
|
|
"_shrinkwrap": null,
|
|
"_spec": "npm-registry-client@~8.3.0",
|
|
"_where": "/Users/zkat/Documents/code/npm",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"bin": null,
|
|
"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",
|
|
"npmlog": "2 || ^3.1.0 || ^4.0.0",
|
|
"once": "^1.3.3",
|
|
"request": "^2.74.0",
|
|
"retry": "^0.10.0",
|
|
"semver": "2 >=2.2.1 || 3.x || 4 || 5",
|
|
"slide": "^1.1.3",
|
|
"ssri": "^4.1.2"
|
|
},
|
|
"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": "^9.0.0",
|
|
"tap": "^10.3.0"
|
|
},
|
|
"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"
|
|
},
|
|
"peerDependencies": {},
|
|
"repository": {
|
|
"url": "git+https://github.com/npm/npm-registry-client.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tap test/*.js"
|
|
},
|
|
"version": "8.3.0"
|
|
}
|
|
|