1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
{
"_from": "pacote@2.7.21",
"_id": "pacote@2.7.21",
"_inBundle": false,
"_integrity": "sha512-ksTHJiAkJxLmcOGxO6iGMk1cVMTTtIC051ZUqvWbckICIhzScOSBgGRBc4CHRhd62NuqAL082RuOOmb1Mi6o6Q==",
"_location": "/pacote",
"_phantomChildren": {
"cacache": "9.2.5",
"chownr": "1.0.1",
"lru-cache": "4.0.2",
"mississippi": "1.3.0",
"mkdirp": "0.5.1",
"npm-package-arg": "5.0.1",
"once": "1.4.0",
"readable-stream": "2.2.9",
"retry": "0.10.1",
"safe-buffer": "5.0.1",
"semver": "5.3.0",
"ssri": "4.1.3"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "pacote@2.7.21",
"name": "pacote",
"escapedName": "pacote",
"rawSpec": "2.7.21",
"saveSpec": null,
"fetchSpec": "2.7.21"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/pacote/-/pacote-2.7.21.tgz",
"_shasum": "e909e8a0559940053300e1127297e92a1302d244",
"_spec": "pacote@2.7.21",
"_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.5",
"glob": "^7.1.2",
"lru-cache": "^4.0.2",
"make-fetch-happen": "^2.4.9",
"minimatch": "^3.0.4",
"mississippi": "^1.2.0",
"normalize-package-data": "^2.3.6",
"npm-package-arg": "^5.0.0",
"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.0.1",
"semver": "^5.3.0",
"ssri": "^4.1.3",
"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": "^10.3.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.2.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.21"
}
|