Your IP : 3.137.175.166
{
"_from": "pacote@7.0.2",
"_id": "pacote@7.0.2",
"_inBundle": false,
"_integrity": "sha512-cTiugiG2ujDcqDtYtJ3doDrS6E3eU0bhuYAHhMTWgBezrhoqTEjc0axSBpbjw4QQkNT5AGRF15Mj2tF2HuBz7w==",
"_location": "/pacote",
"_phantomChildren": {
"cacache": "10.0.1",
"lru-cache": "4.1.1",
"mississippi": "1.3.0",
"npm-package-arg": "6.0.0",
"retry": "0.10.1",
"safe-buffer": "5.1.1",
"semver": "5.4.1",
"ssri": "5.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "pacote@7.0.2",
"name": "pacote",
"escapedName": "pacote",
"rawSpec": "7.0.2",
"saveSpec": null,
"fetchSpec": "7.0.2"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/pacote/-/pacote-7.0.2.tgz",
"_shasum": "c60610c994b8ecdd8fbb7c6a5c0bcd8de52f829c",
"_spec": "pacote@7.0.2",
"_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org"
},
"bugs": {
"url": "https://github.com/zkat/pacote/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Charlotte Spencer",
"email": "charlottelaspencer@gmail.com"
},
{
"name": "Rebecca Turner",
"email": "me@re-becca.org"
}
],
"dependencies": {
"bluebird": "^3.5.1",
"cacache": "^10.0.1",
"get-stream": "^3.0.0",
"glob": "^7.1.2",
"lru-cache": "^4.1.1",
"make-fetch-happen": "^2.6.0",
"minimatch": "^3.0.4",
"mississippi": "^1.2.0",
"normalize-package-data": "^2.4.0",
"npm-package-arg": "^6.0.0",
"npm-packlist": "^1.1.10",
"npm-pick-manifest": "^2.1.0",
"osenv": "^0.1.4",
"promise-inflight": "^1.0.1",
"promise-retry": "^1.1.1",
"protoduck": "^4.0.0",
"safe-buffer": "^5.1.1",
"semver": "^5.4.1",
"ssri": "^5.0.0",
"tar": "^4.0.2",
"unique-filename": "^1.1.0",
"which": "^1.3.0"
},
"deprecated": false,
"description": "JavaScript package downloader",
"devDependencies": {
"mkdirp": "^0.5.1",
"nock": "^9.0.22",
"npmlog": "^4.1.2",
"nyc": "^11.2.1",
"require-inject": "^1.4.2",
"rimraf": "^2.6.2",
"standard": "^10.0.3",
"standard-version": "^4.2.0",
"tacks": "^1.2.6",
"tap": "^10.7.2",
"tar-stream": "^1.5.4",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.7"
},
"files": [
"*.js",
"lib"
],
"homepage": "https://github.com/zkat/pacote#readme",
"keywords": [
"packages",
"npm",
"git"
],
"license": "MIT",
"main": "index.js",
"name": "pacote",
"repository": {
"type": "git",
"url": "git+https://github.com/zkat/pacote.git"
},
"scripts": {
"postrelease": "npm publish && git push --follow-tags",
"prerelease": "npm t",
"pretest": "standard lib test *.js",
"release": "standard-version -s",
"test": "nyc --all -- tap -J test/*.js",
"test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test",
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},
"version": "7.0.2"
}