source: trip-planner-front/node_modules/execa/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: 2.2 KB
Line 
1{
2 "_args": [
3 [
4 "execa@1.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "execa@1.0.0",
10 "_id": "execa@1.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
13 "_location": "/execa",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "execa@1.0.0",
19 "name": "execa",
20 "escapedName": "execa",
21 "rawSpec": "1.0.0",
22 "saveSpec": null,
23 "fetchSpec": "1.0.0"
24 },
25 "_requiredBy": [
26 "/default-gateway"
27 ],
28 "_resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
29 "_spec": "1.0.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com",
34 "url": "sindresorhus.com"
35 },
36 "bugs": {
37 "url": "https://github.com/sindresorhus/execa/issues"
38 },
39 "dependencies": {
40 "cross-spawn": "^6.0.0",
41 "get-stream": "^4.0.0",
42 "is-stream": "^1.1.0",
43 "npm-run-path": "^2.0.0",
44 "p-finally": "^1.0.0",
45 "signal-exit": "^3.0.0",
46 "strip-eof": "^1.0.0"
47 },
48 "description": "A better `child_process`",
49 "devDependencies": {
50 "ava": "*",
51 "cat-names": "^1.0.2",
52 "coveralls": "^3.0.1",
53 "delay": "^3.0.0",
54 "is-running": "^2.0.0",
55 "nyc": "^13.0.1",
56 "tempfile": "^2.0.0",
57 "xo": "*"
58 },
59 "engines": {
60 "node": ">=6"
61 },
62 "files": [
63 "index.js",
64 "lib"
65 ],
66 "homepage": "https://github.com/sindresorhus/execa#readme",
67 "keywords": [
68 "exec",
69 "child",
70 "process",
71 "execute",
72 "fork",
73 "execfile",
74 "spawn",
75 "file",
76 "shell",
77 "bin",
78 "binary",
79 "binaries",
80 "npm",
81 "path",
82 "local"
83 ],
84 "license": "MIT",
85 "name": "execa",
86 "nyc": {
87 "reporter": [
88 "text",
89 "lcov"
90 ],
91 "exclude": [
92 "**/fixtures/**",
93 "**/test.js",
94 "**/test/**"
95 ]
96 },
97 "repository": {
98 "type": "git",
99 "url": "git+https://github.com/sindresorhus/execa.git"
100 },
101 "scripts": {
102 "test": "xo && nyc ava"
103 },
104 "version": "1.0.0"
105}
Note: See TracBrowser for help on using the repository browser.