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

80 lines
2.2 KiB
JSON
Executable file

{
"_from": "@npmcli/run-script@^1.8.2",
"_id": "@npmcli/run-script@1.8.6",
"_inBundle": false,
"_integrity": "sha512-e42bVZnC6VluBZBAFEr3YrdqSspG3bgilyg4nSLBJ7TRGNCzxHa92XAHxQBLYg0BmgwO4b2mf3h/l5EkEWRn3g==",
"_location": "/@npmcli/run-script",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@npmcli/run-script@^1.8.2",
"name": "@npmcli/run-script",
"escapedName": "@npmcli%2frun-script",
"scope": "@npmcli",
"rawSpec": "^1.8.2",
"saveSpec": null,
"fetchSpec": "^1.8.2"
},
"_requiredBy": [
"/pacote"
],
"_resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-1.8.6.tgz",
"_shasum": "18314802a6660b0d4baa4c3afe7f1ad39d8c28b7",
"_spec": "@npmcli/run-script@^1.8.2",
"_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/run-script/issues"
},
"bundleDependencies": false,
"dependencies": {
"@npmcli/node-gyp": "^1.0.2",
"@npmcli/promise-spawn": "^1.3.2",
"node-gyp": "^7.1.0",
"read-package-json-fast": "^2.0.1"
},
"deprecated": false,
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",
"devDependencies": {
"eslint": "^7.19.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"minipass": "^3.1.1",
"require-inject": "^1.4.4",
"tap": "^15.0.4"
},
"files": [
"lib/**/*.js",
"lib/node-gyp-bin"
],
"homepage": "https://github.com/npm/run-script#readme",
"license": "ISC",
"main": "lib/run-script.js",
"name": "@npmcli/run-script",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/run-script.git"
},
"scripts": {
"eslint": "eslint",
"lint": "npm run eslint -- \"lib/**/*.js\"",
"lintfix": "npm run lint -- --fix",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"preversion": "npm test",
"test": "tap"
},
"tap": {
"check-coverage": true,
"coverage-map": "map.js"
},
"version": "1.8.6"
}