Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2021-06-02 20:43:03 +0300
committerGar <gar+gh@danger.computer>2021-06-02 20:57:05 +0300
commit54de5c6a4cd593bbbe364132f3f7348586441b31 (patch)
tree408a4cecd90cf74f9cfd4e050139186dd3c6c3ff /node_modules/npm-package-arg/package.json
parente864bd3ce8e8467e0f8ebb499dc2daf06143bc33 (diff)
npm-package-arg@8.1.4
* fix: trim whitespace from fetchSpec * fix: handle file: when root directory begins with a special character
Diffstat (limited to 'node_modules/npm-package-arg/package.json')
-rw-r--r--node_modules/npm-package-arg/package.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/node_modules/npm-package-arg/package.json b/node_modules/npm-package-arg/package.json
index ed3b36444..a23792894 100644
--- a/node_modules/npm-package-arg/package.json
+++ b/node_modules/npm-package-arg/package.json
@@ -1,6 +1,6 @@
{
"name": "npm-package-arg",
- "version": "8.1.2",
+ "version": "8.1.4",
"description": "Parse the things that can be arguments to `npm install`",
"main": "npa.js",
"directories": {
@@ -15,14 +15,20 @@
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
- "tap": "^14.11.0"
+ "@npmcli/lint": "^1.0.1",
+ "tap": "^15.0.9"
},
"scripts": {
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"test": "tap",
- "snap": "tap"
+ "snap": "tap",
+ "npmclilint": "npmcli-lint",
+ "lint": "npm run npmclilint -- \"*.*js\" \"test/**/*.*js\"",
+ "lintfix": "npm run lint -- --fix",
+ "posttest": "npm run lint --",
+ "postsnap": "npm run lintfix --"
},
"repository": {
"type": "git",