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-07-24 22:55:18 +0300
committerisaacs <i@izs.me>2020-07-29 21:55:03 +0300
commit53ed7e5205a3f4d5d33828ff9dc11c093f482f7b (patch)
treed76317be79432c9527e8fb37d4c13e0719cdbaf9 /node_modules/agentkeepalive
parentbbe4279120c94791b70d97f235c73d972fd67354 (diff)
reset deps using npm v7
First self-install!
Diffstat (limited to 'node_modules/agentkeepalive')
-rw-r--r--node_modules/agentkeepalive/package.json106
1 files changed, 38 insertions, 68 deletions
diff --git a/node_modules/agentkeepalive/package.json b/node_modules/agentkeepalive/package.json
index d7bceae9d..6dfcf8918 100644
--- a/node_modules/agentkeepalive/package.json
+++ b/node_modules/agentkeepalive/package.json
@@ -1,51 +1,44 @@
{
- "_from": "agentkeepalive@^4.1.0",
- "_id": "agentkeepalive@4.1.3",
- "_inBundle": false,
- "_integrity": "sha512-wn8fw19xKZwdGPO47jivonaHRTd+nGOMP1z11sgGeQzDy2xd5FG0R67dIMcKHDE2cJ5y+YXV30XVGUBPRSY7Hg==",
- "_location": "/agentkeepalive",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "agentkeepalive@^4.1.0",
- "name": "agentkeepalive",
- "escapedName": "agentkeepalive",
- "rawSpec": "^4.1.0",
- "saveSpec": null,
- "fetchSpec": "^4.1.0"
- },
- "_requiredBy": [
- "/make-fetch-happen"
+ "name": "agentkeepalive",
+ "version": "4.1.3",
+ "description": "Missing keepalive http.Agent",
+ "main": "index.js",
+ "browser": "browser.js",
+ "files": [
+ "index.js",
+ "index.d.ts",
+ "browser.js",
+ "lib"
],
- "_resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.1.3.tgz",
- "_shasum": "360a09d743a1f4fde749f9ba07caa6575d08259a",
- "_spec": "agentkeepalive@^4.1.0",
- "_where": "/Users/isaacs/dev/npm/cli/node_modules/make-fetch-happen",
- "author": {
- "name": "fengmk2",
- "email": "fengmk2@gmail.com",
- "url": "https://fengmk2.com"
+ "scripts": {
+ "test": "npm run lint && egg-bin test --full-trace",
+ "test-local": "egg-bin test --full-trace",
+ "cov": "cross-env DEBUG=agentkeepalive egg-bin cov --full-trace",
+ "ci": "npm run lint && npm run cov",
+ "lint": "eslint lib test index.js",
+ "autod": "autod"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/node-modules/agentkeepalive.git"
},
- "browser": "browser.js",
"bugs": {
"url": "https://github.com/node-modules/agentkeepalive/issues"
},
- "bundleDependencies": false,
- "ci": {
- "type": "github",
- "os": {
- "github": "linux"
- },
- "version": "8, 10, 12, 14"
- },
+ "keywords": [
+ "http",
+ "https",
+ "agent",
+ "keepalive",
+ "agentkeepalive",
+ "HttpAgent",
+ "HttpsAgent"
+ ],
"dependencies": {
"debug": "^4.1.0",
"depd": "^1.1.2",
"humanize-ms": "^1.2.1"
},
- "deprecated": false,
- "description": "Missing keepalive http.Agent",
"devDependencies": {
"autod": "^3.0.1",
"coffee": "^5.3.0",
@@ -61,36 +54,13 @@
"engines": {
"node": ">= 8.0.0"
},
- "files": [
- "index.js",
- "index.d.ts",
- "browser.js",
- "lib"
- ],
- "homepage": "https://github.com/node-modules/agentkeepalive#readme",
- "keywords": [
- "http",
- "https",
- "agent",
- "keepalive",
- "agentkeepalive",
- "HttpAgent",
- "HttpsAgent"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "agentkeepalive",
- "repository": {
- "type": "git",
- "url": "git://github.com/node-modules/agentkeepalive.git"
- },
- "scripts": {
- "autod": "autod",
- "ci": "npm run lint && npm run cov",
- "cov": "cross-env DEBUG=agentkeepalive egg-bin cov --full-trace",
- "lint": "eslint lib test index.js",
- "test": "npm run lint && egg-bin test --full-trace",
- "test-local": "egg-bin test --full-trace"
+ "ci": {
+ "type": "github",
+ "os": {
+ "github": "linux"
+ },
+ "version": "8, 10, 12, 14"
},
- "version": "4.1.3"
+ "author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)",
+ "license": "MIT"
}