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