source: trip-planner-front/node_modules/@npmcli/promise-spawn/package.json@ fa375fe

Last change on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 719 bytes
Line 
1{
2 "name": "@npmcli/promise-spawn",
3 "version": "1.3.2",
4 "files": [
5 "index.js"
6 ],
7 "description": "spawn processes the way the npm cli likes to do",
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/npm/promise-spawn"
11 },
12 "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
13 "license": "ISC",
14 "scripts": {
15 "test": "tap",
16 "snap": "tap",
17 "preversion": "npm test",
18 "postversion": "npm publish",
19 "prepublishOnly": "git push origin --follow-tags"
20 },
21 "tap": {
22 "check-coverage": true
23 },
24 "devDependencies": {
25 "minipass": "^3.1.1",
26 "require-inject": "^1.4.4",
27 "tap": "^14.10.6"
28 },
29 "dependencies": {
30 "infer-owner": "^1.0.4"
31 }
32}
Note: See TracBrowser for help on using the repository browser.