aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/package.json')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/package.json74
1 files changed, 74 insertions, 0 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/package.json b/sandbox/testAppNevena/Front/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/package.json
new file mode 100644
index 00000000..c01a09ac
--- /dev/null
+++ b/sandbox/testAppNevena/Front/node_modules/npm-registry-fetch/node_modules/make-fetch-happen/package.json
@@ -0,0 +1,74 @@
+{
+ "name": "make-fetch-happen",
+ "version": "10.0.3",
+ "description": "Opinionated, caching, retrying fetch client",
+ "main": "lib/index.js",
+ "files": [
+ "bin",
+ "lib"
+ ],
+ "scripts": {
+ "preversion": "npm test",
+ "postversion": "npm publish",
+ "prepublishOnly": "git push origin --follow-tags",
+ "test": "tap",
+ "posttest": "npm run lint",
+ "eslint": "eslint",
+ "lint": "eslint '**/*.js'",
+ "lintfix": "npm run lint -- --fix",
+ "postlint": "npm-template-check",
+ "snap": "tap",
+ "template-copy": "npm-template-copy --force"
+ },
+ "repository": "https://github.com/npm/make-fetch-happen",
+ "keywords": [
+ "http",
+ "request",
+ "fetch",
+ "mean girls",
+ "caching",
+ "cache",
+ "subresource integrity"
+ ],
+ "author": "GitHub Inc.",
+ "license": "ISC",
+ "dependencies": {
+ "agentkeepalive": "^4.2.0",
+ "cacache": "^15.3.0",
+ "http-cache-semantics": "^4.1.0",
+ "http-proxy-agent": "^5.0.0",
+ "https-proxy-agent": "^5.0.0",
+ "is-lambda": "^1.0.1",
+ "lru-cache": "^7.3.1",
+ "minipass": "^3.1.6",
+ "minipass-collect": "^1.0.2",
+ "minipass-fetch": "^1.4.1",
+ "minipass-flush": "^1.0.5",
+ "minipass-pipeline": "^1.2.4",
+ "negotiator": "^0.6.3",
+ "promise-retry": "^2.0.1",
+ "socks-proxy-agent": "^6.1.1",
+ "ssri": "^8.0.1"
+ },
+ "devDependencies": {
+ "@npmcli/template-oss": "^2.7.1",
+ "eslint": "^8.9.0",
+ "mkdirp": "^1.0.4",
+ "nock": "^13.2.4",
+ "rimraf": "^3.0.2",
+ "safe-buffer": "^5.2.1",
+ "standard-version": "^9.3.2",
+ "tap": "^15.1.6"
+ },
+ "engines": {
+ "node": "^12.13.0 || ^14.15.0 || >=16"
+ },
+ "tap": {
+ "color": 1,
+ "files": "test/*.js",
+ "check-coverage": true
+ },
+ "templateOSS": {
+ "version": "2.7.1"
+ }
+}