blob: 4c6ddfb3ec993178a2f39f9d2b3ffff7a708406b [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "which@^1.2.14",
3 "_id": "which@1.3.1",
4 "_inBundle": false,
5 "_integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
6 "_location": "/which",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "which@^1.2.14",
12 "name": "which",
13 "escapedName": "which",
14 "rawSpec": "^1.2.14",
15 "saveSpec": null,
16 "fetchSpec": "^1.2.14"
17 },
18 "_requiredBy": [
19 "/bin-version/cross-spawn",
20 "/cross-spawn",
21 "/gifsicle/cross-spawn",
22 "/global-prefix",
23 "/grunt-contrib-sass",
24 "/grunt-legacy-util"
25 ],
26 "_resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
27 "_shasum": "a45043d54f5805316da8d62f9f50918d3da70b0a",
28 "_spec": "which@^1.2.14",
29 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\global-prefix",
30 "author": {
31 "name": "Isaac Z. Schlueter",
32 "email": "i@izs.me",
33 "url": "http://blog.izs.me"
34 },
35 "bin": {
36 "which": "bin/which"
37 },
38 "bugs": {
39 "url": "https://github.com/isaacs/node-which/issues"
40 },
41 "bundleDependencies": false,
42 "dependencies": {
43 "isexe": "^2.0.0"
44 },
45 "deprecated": false,
46 "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
47 "devDependencies": {
48 "mkdirp": "^0.5.0",
49 "rimraf": "^2.6.2",
50 "tap": "^12.0.1"
51 },
52 "files": [
53 "which.js",
54 "bin/which"
55 ],
56 "homepage": "https://github.com/isaacs/node-which#readme",
57 "license": "ISC",
58 "main": "which.js",
59 "name": "which",
60 "repository": {
61 "type": "git",
62 "url": "git://github.com/isaacs/node-which.git"
63 },
64 "scripts": {
65 "changelog": "bash gen-changelog.sh",
66 "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
67 "test": "tap test/*.js --cov"
68 },
69 "version": "1.3.1"
70}