Changeset 59329aa for trip-planner-front/node_modules/execa
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/execa/package.json
rceaed42 r59329aa 1 1 { 2 "name": "execa", 3 "version": "1.0.0", 4 "description": "A better `child_process`", 5 "license": "MIT", 6 "repository": "sindresorhus/execa", 7 "author": { 8 "name": "Sindre Sorhus", 9 "email": "sindresorhus@gmail.com", 10 "url": "sindresorhus.com" 11 }, 12 "engines": { 13 "node": ">=6" 14 }, 15 "scripts": { 16 "test": "xo && nyc ava" 17 }, 18 "files": [ 19 "index.js", 20 "lib" 21 ], 22 "keywords": [ 23 "exec", 24 "child", 25 "process", 26 "execute", 27 "fork", 28 "execfile", 29 "spawn", 30 "file", 31 "shell", 32 "bin", 33 "binary", 34 "binaries", 35 "npm", 36 "path", 37 "local" 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 "devDependencies": { 49 "ava": "*", 50 "cat-names": "^1.0.2", 51 "coveralls": "^3.0.1", 52 "delay": "^3.0.0", 53 "is-running": "^2.0.0", 54 "nyc": "^13.0.1", 55 "tempfile": "^2.0.0", 56 "xo": "*" 57 }, 58 "nyc": { 59 "reporter": [ 60 "text", 61 "lcov" 62 ], 63 "exclude": [ 64 "**/fixtures/**", 65 "**/test.js", 66 "**/test/**" 67 ] 68 } 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" 69 105 }
Note:
See TracChangeset
for help on using the changeset viewer.