summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/@npmcli/run-script/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/@npmcli/run-script/package.json')
-rw-r--r--deps/npm/node_modules/@npmcli/run-script/package.json36
1 files changed, 21 insertions, 15 deletions
diff --git a/deps/npm/node_modules/@npmcli/run-script/package.json b/deps/npm/node_modules/@npmcli/run-script/package.json
index 9e744e639e..bb069a7a0a 100644
--- a/deps/npm/node_modules/@npmcli/run-script/package.json
+++ b/deps/npm/node_modules/@npmcli/run-script/package.json
@@ -1,8 +1,8 @@
{
"name": "@npmcli/run-script",
- "version": "2.0.0",
+ "version": "3.0.0",
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",
- "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
+ "author": "GitHub Inc.",
"license": "ISC",
"scripts": {
"test": "tap",
@@ -10,36 +10,42 @@
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"eslint": "eslint",
- "lint": "npm run eslint -- \"lib/**/*.js\"",
- "lintfix": "npm run lint -- --fix"
+ "lint": "eslint '**/*.js'",
+ "lintfix": "npm run lint -- --fix",
+ "postlint": "npm-template-check",
+ "template-copy": "npm-template-copy --force",
+ "snap": "tap",
+ "posttest": "npm run lint"
},
"tap": {
"check-coverage": true,
"coverage-map": "map.js"
},
"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",
+ "@npmcli/template-oss": "^2.7.1",
+ "minipass": "^3.1.6",
"require-inject": "^1.4.4",
"tap": "^15.0.4"
},
"dependencies": {
- "@npmcli/node-gyp": "^1.0.2",
+ "@npmcli/node-gyp": "^1.0.3",
"@npmcli/promise-spawn": "^1.3.2",
- "node-gyp": "^8.2.0",
- "read-package-json-fast": "^2.0.1"
+ "node-gyp": "^8.4.1",
+ "read-package-json-fast": "^2.0.3"
},
"files": [
- "lib/**/*.js",
- "lib/node-gyp-bin"
+ "bin",
+ "lib"
],
"main": "lib/run-script.js",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/run-script.git"
+ },
+ "engines": {
+ "node": "^12.13.0 || ^14.15.0 || >=16"
+ },
+ "templateOSS": {
+ "version": "2.7.1"
}
}