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

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

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "@npmcli/promise-spawn@1.3.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@npmcli/promise-spawn@1.3.2",
10 "_id": "@npmcli/promise-spawn@1.3.2",
11 "_inBundle": false,
12 "_integrity": "sha512-QyAGYo/Fbj4MXeGdJcFzZ+FkDkomfRBrPM+9QYJSg+PxgAUL+LU3FneQk37rKR2/zjqkCV1BLHccX98wRXG3Sg==",
13 "_location": "/@npmcli/promise-spawn",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@npmcli/promise-spawn@1.3.2",
19 "name": "@npmcli/promise-spawn",
20 "escapedName": "@npmcli%2fpromise-spawn",
21 "scope": "@npmcli",
22 "rawSpec": "1.3.2",
23 "saveSpec": null,
24 "fetchSpec": "1.3.2"
25 },
26 "_requiredBy": [
27 "/@npmcli/git",
28 "/@npmcli/run-script",
29 "/pacote"
30 ],
31 "_resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-1.3.2.tgz",
32 "_spec": "1.3.2",
33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
34 "author": {
35 "name": "Isaac Z. Schlueter",
36 "email": "i@izs.me",
37 "url": "https://izs.me"
38 },
39 "bugs": {
40 "url": "https://github.com/npm/promise-spawn/issues"
41 },
42 "dependencies": {
43 "infer-owner": "^1.0.4"
44 },
45 "description": "spawn processes the way the npm cli likes to do",
46 "devDependencies": {
47 "minipass": "^3.1.1",
48 "require-inject": "^1.4.4",
49 "tap": "^14.10.6"
50 },
51 "files": [
52 "index.js"
53 ],
54 "homepage": "https://github.com/npm/promise-spawn#readme",
55 "license": "ISC",
56 "name": "@npmcli/promise-spawn",
57 "repository": {
58 "type": "git",
59 "url": "git+https://github.com/npm/promise-spawn.git"
60 },
61 "scripts": {
62 "postversion": "npm publish",
63 "prepublishOnly": "git push origin --follow-tags",
64 "preversion": "npm test",
65 "snap": "tap",
66 "test": "tap"
67 },
68 "tap": {
69 "check-coverage": true
70 },
71 "version": "1.3.2"
72}
Note: See TracBrowser for help on using the repository browser.