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.

125 lines
3.3 KiB

{
"_from": "pacote@2.7.30",
"_id": "pacote@2.7.30",
"_inBundle": false,
"_integrity": "sha512-xFxozbxytemyfNPZmkL2seTD15mozK8ghov9npjBO4YTs3SnA8I55aiN94eZJ+XhLKzbN8yXqQMr9ti4c3WIDw==",
"_location": "/pacote",
"_phantomChildren": {
"cacache": "9.2.8",
"chownr": "1.0.1",
"lru-cache": "4.0.2",
"mississippi": "1.3.0",
"mkdirp": "0.5.1",
"npm-package-arg": "5.1.1",
"once": "1.4.0",
"readable-stream": "2.2.10",
"retry": "0.10.1",
"safe-buffer": "5.1.0",
"semver": "5.3.0",
"ssri": "4.1.5"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "pacote@2.7.30",
"name": "pacote",
"escapedName": "pacote",
"rawSpec": "2.7.30",
"saveSpec": null,
"fetchSpec": "2.7.30"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/pacote/-/pacote-2.7.30.tgz",
"_shasum": "f31678e0a40161b592498688c1e2c8d7918eac7e",
"_spec": "pacote@2.7.30",
"_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.0",
"cacache": "^9.2.8",
"glob": "^7.1.2",
"lru-cache": "^4.0.2",
"make-fetch-happen": "^2.4.11",
"minimatch": "^3.0.4",
"mississippi": "^1.2.0",
"normalize-package-data": "^2.3.6",
"npm-package-arg": "^5.1.1",
"npm-pick-manifest": "^1.0.3",
"osenv": "^0.1.4",
"promise-inflight": "^1.0.1",
"promise-retry": "^1.1.1",
"protoduck": "^4.0.0",
"safe-buffer": "^5.1.0",
"semver": "^5.3.0",
"ssri": "^4.1.5",
"tar-fs": "^1.15.1",
"tar-stream": "^1.5.4",
"unique-filename": "^1.1.0",
"which": "^1.2.12"
},
"deprecated": false,
"description": "JavaScript package downloader",
"devDependencies": {
"mkdirp": "^0.5.1",
"nock": "^9.0.13",
"npmlog": "^4.1.0",
"nyc": "^11.0.2",
"require-inject": "^1.4.0",
"rimraf": "^2.5.4",
"standard": "^10.0.1",
"standard-version": "^4.0.0",
"tacks": "^1.2.6",
"tap": "^10.3.3",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.7"
},
"files": [
"*.js",
"lib"
],
"homepage": "https://github.com/zkat/pacote#readme",
"keywords": [
"packages",
"npm",
"git"
],
"license": "CC0-1.0",
"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": "2.7.30"
}