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.
124 lines
3.3 KiB
124 lines
3.3 KiB
{
|
|
"_from": "pacote@2.7.38",
|
|
"_id": "pacote@2.7.38",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-XxHUyHQB7QCVBxoXeVu0yKxT+2PvJucsc0+1E+6f95lMUxEAYERgSAc71ckYXrYr35Ew3xFU/LrhdIK21GQFFA==",
|
|
"_location": "/pacote",
|
|
"_phantomChildren": {
|
|
"cacache": "9.2.9",
|
|
"chownr": "1.0.1",
|
|
"lru-cache": "4.1.1",
|
|
"mississippi": "1.3.0",
|
|
"mkdirp": "0.5.1",
|
|
"npm-package-arg": "5.1.2",
|
|
"once": "1.4.0",
|
|
"readable-stream": "2.3.2",
|
|
"retry": "0.10.1",
|
|
"safe-buffer": "5.1.1",
|
|
"semver": "5.3.0",
|
|
"ssri": "4.1.6"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "pacote@2.7.38",
|
|
"name": "pacote",
|
|
"escapedName": "pacote",
|
|
"rawSpec": "2.7.38",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.7.38"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pacote/-/pacote-2.7.38.tgz",
|
|
"_shasum": "5091f8774298c26c3eca24606037f1bb73db74c1",
|
|
"_spec": "pacote@2.7.38",
|
|
"_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.9",
|
|
"glob": "^7.1.2",
|
|
"lru-cache": "^4.1.1",
|
|
"make-fetch-happen": "^2.4.13",
|
|
"minimatch": "^3.0.4",
|
|
"mississippi": "^1.2.0",
|
|
"normalize-package-data": "^2.4.0",
|
|
"npm-package-arg": "^5.1.2",
|
|
"npm-pick-manifest": "^1.0.4",
|
|
"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.3.0",
|
|
"ssri": "^4.1.6",
|
|
"tar-fs": "^1.15.3",
|
|
"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.2",
|
|
"nyc": "^11.0.3",
|
|
"require-inject": "^1.4.2",
|
|
"rimraf": "^2.5.4",
|
|
"standard": "^10.0.1",
|
|
"standard-version": "^4.2.0",
|
|
"tacks": "^1.2.6",
|
|
"tap": "^10.7.0",
|
|
"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.38"
|
|
}
|
|
|