CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes45downloads
package.json57 linesDownload Raw Back to agentkeepalive
1{2  "name": "agentkeepalive",3  "version": "4.6.0",4  "description": "Missing keepalive http.Agent",5  "main": "index.js",6  "browser": "browser.js",7  "files": [8    "index.js",9    "index.d.ts",10    "browser.js",11    "lib"12  ],13  "scripts": {14    "contributor": "git-contributor",15    "test": "npm run lint && egg-bin test --full-trace",16    "test-local": "egg-bin test --full-trace",17    "cov": "cross-env NODE_DEBUG=agentkeepalive egg-bin cov --full-trace",18    "ci": "npm run lint && npm run cov",19    "lint": "eslint lib test index.js"20  },21  "repository": {22    "type": "git",23    "url": "git://github.com/node-modules/agentkeepalive.git"24  },25  "bugs": {26    "url": "https://github.com/node-modules/agentkeepalive/issues"27  },28  "keywords": [29    "http",30    "https",31    "agent",32    "keepalive",33    "agentkeepalive",34    "HttpAgent",35    "HttpsAgent"36  ],37  "dependencies": {38    "humanize-ms": "^1.2.1"39  },40  "devDependencies": {41    "coffee": "^5.3.0",42    "cross-env": "^6.0.3",43    "egg-bin": "^4.9.0",44    "eslint": "^5.7.0",45    "eslint-config-egg": "^7.1.0",46    "git-contributor": "^2.0.0",47    "mm": "^2.4.1",48    "pedding": "^1.1.0",49    "typescript": "^3.8.3"50  },51  "engines": {52    "node": ">= 8.0.0"53  },54  "author": "fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)",55  "license": "MIT"56}57 
basant307/AI_Governance_Project · CoolFace