source: trip-planner-front/node_modules/npm-run-path/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[6a3a178]1{
[59329aa]2 "_args": [
3 [
4 "npm-run-path@2.0.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "npm-run-path@2.0.2",
10 "_id": "npm-run-path@2.0.2",
11 "_inBundle": false,
12 "_integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
13 "_location": "/npm-run-path",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "npm-run-path@2.0.2",
19 "name": "npm-run-path",
20 "escapedName": "npm-run-path",
21 "rawSpec": "2.0.2",
22 "saveSpec": null,
23 "fetchSpec": "2.0.2"
24 },
25 "_requiredBy": [
26 "/execa"
27 ],
28 "_resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
29 "_spec": "2.0.2",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
[6a3a178]31 "author": {
32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com",
34 "url": "sindresorhus.com"
35 },
[59329aa]36 "bugs": {
37 "url": "https://github.com/sindresorhus/npm-run-path/issues"
38 },
39 "dependencies": {
40 "path-key": "^2.0.0"
41 },
42 "description": "Get your PATH prepended with locally installed binaries",
43 "devDependencies": {
44 "ava": "*",
45 "xo": "*"
46 },
[6a3a178]47 "engines": {
48 "node": ">=4"
49 },
50 "files": [
51 "index.js"
52 ],
[59329aa]53 "homepage": "https://github.com/sindresorhus/npm-run-path#readme",
[6a3a178]54 "keywords": [
55 "npm",
56 "run",
57 "path",
58 "package",
59 "bin",
60 "binary",
61 "binaries",
62 "script",
63 "cli",
64 "command-line",
65 "execute",
66 "executable"
67 ],
[59329aa]68 "license": "MIT",
69 "name": "npm-run-path",
70 "repository": {
71 "type": "git",
72 "url": "git+https://github.com/sindresorhus/npm-run-path.git"
[6a3a178]73 },
[59329aa]74 "scripts": {
75 "test": "xo && ava"
[6a3a178]76 },
[59329aa]77 "version": "2.0.2",
[6a3a178]78 "xo": {
79 "esnext": true
80 }
81}
Note: See TracBrowser for help on using the repository browser.