| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_args": [
- [
- "agentkeepalive@2.2.0",
- "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
- ]
- ],
- "_from": "agentkeepalive@2.2.0",
- "_id": "agentkeepalive@2.2.0",
- "_inBundle": false,
- "_integrity": "sha1-xdG9SxKQCPEWPyNvhuX66iAm4u8=",
- "_location": "/agentkeepalive",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "agentkeepalive@2.2.0",
- "name": "agentkeepalive",
- "escapedName": "agentkeepalive",
- "rawSpec": "2.2.0",
- "saveSpec": null,
- "fetchSpec": "2.2.0"
- },
- "_requiredBy": [
- "/ali-oss"
- ],
- "_resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-2.2.0.tgz",
- "_spec": "2.2.0",
- "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
- "author": {
- "name": "fengmk2",
- "email": "fengmk2@gmail.com",
- "url": "http://fengmk2.com"
- },
- "browser": "browser.js",
- "bugs": {
- "url": "https://github.com/node-modules/agentkeepalive/issues"
- },
- "dependencies": {},
- "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"
- }
|