87 lines
2.0 KiB
JSON
Raw Permalink Normal View History

2025-04-24 17:03:28 +08:00
{
"_args": [
[
"agentkeepalive@3.5.2",
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
]
],
"_from": "agentkeepalive@3.5.2",
"_id": "agentkeepalive@3.5.2",
"_inBundle": false,
"_integrity": "sha1-oROSTdP6JKC8O3gQjEUMKr7gD2c=",
"_location": "/agentkeepalive",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "agentkeepalive@3.5.2",
"name": "agentkeepalive",
"escapedName": "agentkeepalive",
"rawSpec": "3.5.2",
"saveSpec": null,
"fetchSpec": "3.5.2"
},
"_requiredBy": [
"/ali-oss"
],
"_resolved": "https://registry.nlark.com/agentkeepalive/download/agentkeepalive-3.5.2.tgz",
"_spec": "3.5.2",
"_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools",
"author": {
"name": "fengmk2",
"email": "fengmk2@gmail.com",
"url": "https://fengmk2.com"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/node-modules/agentkeepalive/issues"
},
"ci": {
"version": "4, 6, 8, 10"
},
"dependencies": {
"humanize-ms": "^1.2.1"
},
"description": "Missing keepalive http.Agent",
"devDependencies": {
"autod": "^3.0.1",
"egg-bin": "^1.11.1",
"egg-ci": "^1.8.0",
"eslint": "^4.19.1",
"eslint-config-egg": "^6.0.0",
"pedding": "^1.1.0"
},
"engines": {
"node": ">= 4.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"
],
"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": "egg-bin cov",
"lint": "eslint lib test index.js",
"test": "egg-bin test"
},
"version": "3.5.2"
}