{ "_args": [ [ "@npmcli/run-script@1.8.6", "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" ] ], "_development": true, "_from": "@npmcli/run-script@1.8.6", "_id": "@npmcli/run-script@1.8.6", "_inBundle": false, "_integrity": "sha512-e42bVZnC6VluBZBAFEr3YrdqSspG3bgilyg4nSLBJ7TRGNCzxHa92XAHxQBLYg0BmgwO4b2mf3h/l5EkEWRn3g==", "_location": "/@npmcli/run-script", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@npmcli/run-script@1.8.6", "name": "@npmcli/run-script", "escapedName": "@npmcli%2frun-script", "scope": "@npmcli", "rawSpec": "1.8.6", "saveSpec": null, "fetchSpec": "1.8.6" }, "_requiredBy": [ "/pacote" ], "_resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-1.8.6.tgz", "_spec": "1.8.6", "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", "url": "https://izs.me" }, "bugs": { "url": "https://github.com/npm/run-script/issues" }, "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" }, "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" }