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:
authorisaacs <i@izs.me>2020-11-03 23:57:43 +0300
committerisaacs <i@izs.me>2020-11-04 00:20:42 +0300
commit7d88f17197e3c8cca9b277378d6f9b054b1b7886 (patch)
treeb335143ed0d50ebc0daeaf1755c1ca6fb2f069f6 /node_modules/npm-registry-fetch/package.json
parent545382df62e3014f3e51d7034e52498fb2b01a37 (diff)
npm-registry-fetch@9.0.0
This causes a lot of duplicates which will be removed in subsequent commits.
Diffstat (limited to 'node_modules/npm-registry-fetch/package.json')
-rw-r--r--node_modules/npm-registry-fetch/package.json28
1 files changed, 16 insertions, 12 deletions
diff --git a/node_modules/npm-registry-fetch/package.json b/node_modules/npm-registry-fetch/package.json
index 5aeddc5b3..40e0067b4 100644
--- a/node_modules/npm-registry-fetch/package.json
+++ b/node_modules/npm-registry-fetch/package.json
@@ -1,21 +1,22 @@
{
"name": "npm-registry-fetch",
- "version": "8.1.5",
+ "version": "9.0.0",
"description": "Fetch-based http client for use with npm registry APIs",
"main": "index.js",
"files": [
- "*.js",
- "lib"
+ "*.js"
],
"scripts": {
- "postrelease": "npm publish",
- "posttest": "standard",
- "prepublishOnly": "git push --follow-tags",
- "prerelease": "npm t",
- "release": "standard-version -s",
- "test": "tap"
+ "eslint": "eslint",
+ "lint": "npm run eslint -- *.js test/*.js",
+ "lintfix": "npm run lint -- --fix",
+ "prepublishOnly": "git push origin --follow-tags",
+ "preversion": "npm test",
+ "postversion": "npm publish",
+ "test": "tap",
+ "posttest": "npm run lint"
},
- "repository": "https://github.com/npm/registry-fetch",
+ "repository": "https://github.com/npm/npm-registry-fetch",
"keywords": [
"npm",
"registry",
@@ -39,14 +40,17 @@
},
"devDependencies": {
"cacache": "^15.0.0",
+ "eslint": "^6.8.0",
+ "eslint-plugin-import": "^2.18.2",
+ "eslint-plugin-node": "^10.0.0",
+ "eslint-plugin-promise": "^4.2.1",
+ "eslint-plugin-standard": "^4.0.1",
"mkdirp": "^0.5.1",
"nock": "^11.7.0",
"npmlog": "^4.1.2",
"require-inject": "^1.4.4",
"rimraf": "^2.6.2",
"ssri": "^8.0.0",
- "standard": "^14.3.3",
- "standard-version": "^7.1.0",
"tap": "^14.10.7"
},
"tap": {