租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
2.0 KiB

6 months ago
  1. {
  2. "_from": "agentkeepalive@^3.4.1",
  3. "_id": "agentkeepalive@3.5.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yqXL+k5rr8+ZRpOAntkaaRgWgE5o8ESAj5DyRmVTCSoZxXmqemb9Dd7T4i5UzwuERdLAJUy6XzR9zFVuf0kzkw==",
  6. "_location": "/agentkeepalive",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "agentkeepalive@^3.4.1",
  12. "name": "agentkeepalive",
  13. "escapedName": "agentkeepalive",
  14. "rawSpec": "^3.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.4.1"
  17. },
  18. "_requiredBy": [
  19. "/ali-oss"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/agentkeepalive/-/agentkeepalive-3.5.3.tgz",
  22. "_shasum": "c210afce942b4287e2df2fbfe6c0d57eda2ce634",
  23. "_spec": "agentkeepalive@^3.4.1",
  24. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\ali-oss",
  25. "author": {
  26. "name": "fengmk2",
  27. "email": "fengmk2@gmail.com",
  28. "url": "https://fengmk2.com"
  29. },
  30. "browser": "browser.js",
  31. "bugs": {
  32. "url": "https://github.com/node-modules/agentkeepalive/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "humanize-ms": "^1.2.1"
  37. },
  38. "deprecated": false,
  39. "description": "Missing keepalive http.Agent",
  40. "devDependencies": {
  41. "egg-bin": "^1.11.1",
  42. "eslint": "^4.19.1",
  43. "eslint-config-egg": "^6.0.0",
  44. "pedding": "^1.1.0"
  45. },
  46. "engines": {
  47. "node": ">= 4.0.0"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts",
  52. "browser.js",
  53. "lib"
  54. ],
  55. "homepage": "https://github.com/node-modules/agentkeepalive#readme",
  56. "keywords": [
  57. "http",
  58. "https",
  59. "agent",
  60. "keepalive",
  61. "agentkeepalive"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "agentkeepalive",
  66. "publishConfig": {
  67. "tag": "latest-3"
  68. },
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/node-modules/agentkeepalive.git"
  72. },
  73. "scripts": {
  74. "ci": "npm run lint && npm run cov",
  75. "cov": "egg-bin cov",
  76. "lint": "eslint lib test index.js",
  77. "test": "egg-bin test"
  78. },
  79. "version": "3.5.3"
  80. }