projecte_ionic/node_modules/@npmcli/promise-spawn/package.json
2022-02-09 18:30:03 +01:00

68 lines
1.8 KiB
JSON
Executable file

{
"_from": "@npmcli/promise-spawn@^1.2.0",
"_id": "@npmcli/promise-spawn@1.3.2",
"_inBundle": false,
"_integrity": "sha512-QyAGYo/Fbj4MXeGdJcFzZ+FkDkomfRBrPM+9QYJSg+PxgAUL+LU3FneQk37rKR2/zjqkCV1BLHccX98wRXG3Sg==",
"_location": "/@npmcli/promise-spawn",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@npmcli/promise-spawn@^1.2.0",
"name": "@npmcli/promise-spawn",
"escapedName": "@npmcli%2fpromise-spawn",
"scope": "@npmcli",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/@npmcli/git",
"/@npmcli/run-script",
"/pacote"
],
"_resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-1.3.2.tgz",
"_shasum": "42d4e56a8e9274fba180dabc0aea6e38f29274f5",
"_spec": "@npmcli/promise-spawn@^1.2.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/pacote",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "https://izs.me"
},
"bugs": {
"url": "https://github.com/npm/promise-spawn/issues"
},
"bundleDependencies": false,
"dependencies": {
"infer-owner": "^1.0.4"
},
"deprecated": false,
"description": "spawn processes the way the npm cli likes to do",
"devDependencies": {
"minipass": "^3.1.1",
"require-inject": "^1.4.4",
"tap": "^14.10.6"
},
"files": [
"index.js"
],
"homepage": "https://github.com/npm/promise-spawn#readme",
"license": "ISC",
"name": "@npmcli/promise-spawn",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/promise-spawn.git"
},
"scripts": {
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"preversion": "npm test",
"snap": "tap",
"test": "tap"
},
"tap": {
"check-coverage": true
},
"version": "1.3.2"
}