package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "agentkeepalive@2.2.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "agentkeepalive@2.2.0",
  9. "_id": "agentkeepalive@2.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-xdG9SxKQCPEWPyNvhuX66iAm4u8=",
  12. "_location": "/agentkeepalive",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "agentkeepalive@2.2.0",
  18. "name": "agentkeepalive",
  19. "escapedName": "agentkeepalive",
  20. "rawSpec": "2.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.0"
  23. },
  24. "_requiredBy": [
  25. "/ali-oss"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-2.2.0.tgz",
  28. "_spec": "2.2.0",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "fengmk2",
  32. "email": "fengmk2@gmail.com",
  33. "url": "http://fengmk2.com"
  34. },
  35. "browser": "browser.js",
  36. "bugs": {
  37. "url": "https://github.com/node-modules/agentkeepalive/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Missing keepalive http.Agent",
  41. "devDependencies": {
  42. "istanbul": "*",
  43. "jshint": "^2.9.1",
  44. "mocha": "*",
  45. "pedding": "1",
  46. "should": "4",
  47. "should-http": "~0.0.2"
  48. },
  49. "engines": {
  50. "node": ">= 0.10.0"
  51. },
  52. "files": [
  53. "index.js",
  54. "browser.js",
  55. "lib"
  56. ],
  57. "homepage": "https://github.com/node-modules/agentkeepalive#readme",
  58. "keywords": [
  59. "http",
  60. "https",
  61. "agent",
  62. "keepalive",
  63. "agentkeepalive"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "agentkeepalive",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/node-modules/agentkeepalive.git"
  71. },
  72. "scripts": {
  73. "ci": "npm run lint && npm run test-cov",
  74. "codecov": "npm i codecov && codecov",
  75. "lint": "jshint .",
  76. "test": "mocha -R spec -t 5000 -r should-http test/*.test.js",
  77. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -t 5000 -r should-http test/*.test.js"
  78. },
  79. "version": "2.2.0"
  80. }