blob: 53d4c1b6a8aa57eab1408abea33407aaccfa430f [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "path-key@^2.0.0",
3 "_id": "path-key@2.0.1",
4 "_inBundle": false,
5 "_integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
6 "_location": "/path-key",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "path-key@^2.0.0",
12 "name": "path-key",
13 "escapedName": "path-key",
14 "rawSpec": "^2.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^2.0.0"
17 },
18 "_requiredBy": [
19 "/bin-version/cross-spawn",
20 "/gifsicle/cross-spawn",
21 "/npm-run-path"
22 ],
23 "_resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
24 "_shasum": "411cadb574c5a140d3a4b1910d40d80cc9f40b40",
25 "_spec": "path-key@^2.0.0",
26 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\npm-run-path",
27 "author": {
28 "name": "Sindre Sorhus",
29 "email": "sindresorhus@gmail.com",
30 "url": "sindresorhus.com"
31 },
32 "bugs": {
33 "url": "https://github.com/sindresorhus/path-key/issues"
34 },
35 "bundleDependencies": false,
36 "deprecated": false,
37 "description": "Get the PATH environment variable key cross-platform",
38 "devDependencies": {
39 "ava": "*",
40 "xo": "*"
41 },
42 "engines": {
43 "node": ">=4"
44 },
45 "files": [
46 "index.js"
47 ],
48 "homepage": "https://github.com/sindresorhus/path-key#readme",
49 "keywords": [
50 "path",
51 "key",
52 "environment",
53 "env",
54 "variable",
55 "var",
56 "get",
57 "cross-platform",
58 "windows"
59 ],
60 "license": "MIT",
61 "name": "path-key",
62 "repository": {
63 "type": "git",
64 "url": "git+https://github.com/sindresorhus/path-key.git"
65 },
66 "scripts": {
67 "test": "xo && ava"
68 },
69 "version": "2.0.1",
70 "xo": {
71 "esnext": true
72 }
73}