78 lines
2.1 KiB
JSON
Raw Normal View History

2021-02-11 21:31:41 +08:00
{
"_from": "agentkeepalive@^2.2.0",
"_id": "agentkeepalive@2.2.0",
"_inBundle": false,
"_integrity": "sha1-xdG9SxKQCPEWPyNvhuX66iAm4u8=",
"_location": "/agentkeepalive",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "agentkeepalive@^2.2.0",
"name": "agentkeepalive",
"escapedName": "agentkeepalive",
"rawSpec": "^2.2.0",
"saveSpec": null,
"fetchSpec": "^2.2.0"
},
"_requiredBy": [
"/algoliasearch"
],
"_resolved": "https://registry.npm.taobao.org/agentkeepalive/download/agentkeepalive-2.2.0.tgz?cache=0&sync_timestamp=1612490497760&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fagentkeepalive%2Fdownload%2Fagentkeepalive-2.2.0.tgz",
"_shasum": "c5d1bd4b129008f1163f236f86e5faea2026e2ef",
"_spec": "agentkeepalive@^2.2.0",
"_where": "E:\\GreateCommunity\\node_modules\\algoliasearch",
"author": {
"name": "fengmk2",
"email": "fengmk2@gmail.com",
"url": "http://fengmk2.com"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/node-modules/agentkeepalive/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Missing keepalive http.Agent",
"devDependencies": {
"istanbul": "*",
"jshint": "^2.9.1",
"mocha": "*",
"pedding": "1",
"should": "4",
"should-http": "~0.0.2"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"index.js",
"browser.js",
"lib"
],
"homepage": "https://github.com/node-modules/agentkeepalive#readme",
"keywords": [
"http",
"https",
"agent",
"keepalive",
"agentkeepalive"
],
"license": "MIT",
"main": "index.js",
"name": "agentkeepalive",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/agentkeepalive.git"
},
"scripts": {
"ci": "npm run lint && npm run test-cov",
"codecov": "npm i codecov && codecov",
"lint": "jshint .",
"test": "mocha -R spec -t 5000 -r should-http test/*.test.js",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -t 5000 -r should-http test/*.test.js"
},
"version": "2.2.0"
}