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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
|
{
"name": "which",
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
"dist-tags": {
"latest": "4.0.0"
},
"versions": {
"2.0.2": {
"name": "which",
"version": "2.0.2",
"author": {
"url": "http://blog.izs.me",
"name": "Isaac Z. Schlueter",
"email": "i@izs.me"
},
"license": "ISC",
"_id": "which@2.0.2",
"bugs": {
"url": "https://github.com/isaacs/node-which/issues"
},
"bin": {
"node-which": "./bin/node-which"
},
"tap": {
"check-coverage": true
},
"dist": {
"shasum": "7c6a8dd0a636a0327e10b59c9286eee93f3f51b1",
"tarball": "http://localhost:4260/which/which-2.0.2.tgz",
"fileCount": 6,
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
"unpackedSize": 9975
},
"main": "which.js",
"engines": {
"node": ">= 8"
},
"gitHead": "6a822d836de79f92fb3170f685a6e283fbfeff87",
"scripts": {
"test": "tap",
"changelog": "git add CHANGELOG.md",
"prepublish": "npm run changelog",
"preversion": "npm test",
"postpublish": "git push origin --follow-tags",
"postversion": "npm publish",
"prechangelog": "bash gen-changelog.sh",
"postchangelog": "git commit -m 'update changelog - '${npm_package_version}"
},
"repository": {
"url": "git://github.com/isaacs/node-which.git",
"type": "git"
},
"_npmVersion": "6.13.1",
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
"directories": {},
"_nodeVersion": "12.12.0",
"dependencies": {
"isexe": "^2.0.0"
},
"_hasShrinkwrap": false,
"devDependencies": {
"tap": "^14.6.9",
"mkdirp": "^0.5.0",
"rimraf": "^2.6.2"
}
},
"4.0.0": {
"name": "which",
"version": "4.0.0",
"author": {
"name": "GitHub Inc."
},
"license": "ISC",
"_id": "which@4.0.0",
"bugs": {
"url": "https://github.com/npm/node-which/issues"
},
"bin": {
"node-which": "bin/which.js"
},
"tap": {
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
],
"check-coverage": true
},
"dist": {
"shasum": "cd60b5e74503a3fbcfbf6cd6b4138a8bae644c1a",
"tarball": "http://localhost:4260/which/which-4.0.0.tgz",
"fileCount": 5,
"integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
"attestations": {
"url": "http://localhost:4260/attestations/which@4.0.0",
"provenance": {
"predicateType": "https://slsa.dev/provenance/v1"
}
},
"unpackedSize": 7505
},
"main": "lib/index.js",
"engines": {
"node": "^16.13.0 || >=18.0.0"
},
"gitHead": "3038155822c2e6f38694843ede2ca03ee841a2e8",
"scripts": {
"lint": "eslint \"**/*.js\"",
"snap": "tap",
"test": "tap",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"template-oss-apply": "template-oss-apply --force"
},
"repository": {
"url": "git+https://github.com/npm/node-which.git",
"type": "git"
},
"_npmVersion": "9.8.1",
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
"directories": {},
"templateOSS": {
"publish": "true",
"version": "4.18.0",
"ciVersions": [
"16.13.0",
"16.x",
"18.0.0",
"18.x"
],
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten."
},
"_nodeVersion": "18.17.1",
"dependencies": {
"isexe": "^3.1.1"
},
"_hasShrinkwrap": false,
"devDependencies": {
"tap": "^16.3.0",
"@npmcli/template-oss": "4.18.0",
"@npmcli/eslint-config": "^4.0.0"
}
}
},
"author": {
"name": "GitHub Inc."
},
"repository": {
"url": "git+https://github.com/npm/node-which.git",
"type": "git"
},
"license": "ISC",
"homepage": "https://github.com/npm/node-which#readme",
"bugs": {
"url": "https://github.com/npm/node-which/issues"
},
"readmeFilename": "README.md"
}
|