You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

83 lines
2.2 KiB

{
"_args": [
[
"@npmcli/run-script@2.0.0",
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
]
],
"_development": true,
"_from": "@npmcli/run-script@2.0.0",
"_id": "@npmcli/run-script@2.0.0",
"_inBundle": false,
"_integrity": "sha512-fSan/Pu11xS/TdaTpTB0MRn9guwGU8dye+x56mEVgBEd/QsybBbYcAL0phPXi8SGWFEChkQd6M9qL4y6VOpFig==",
"_location": "/@npmcli/run-script",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@npmcli/run-script@2.0.0",
"name": "@npmcli/run-script",
"escapedName": "@npmcli%2frun-script",
"scope": "@npmcli",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/pacote"
],
"_resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
"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": "^8.2.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": "2.0.0"
}