package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "agent-base@6",
  3. "_id": "agent-base@6.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  6. "_location": "/agent-base",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "agent-base@6",
  12. "name": "agent-base",
  13. "escapedName": "agent-base",
  14. "rawSpec": "6",
  15. "saveSpec": null,
  16. "fetchSpec": "6"
  17. },
  18. "_requiredBy": [
  19. "/http-proxy-agent",
  20. "/https-proxy-agent",
  21. "/socks-proxy-agent"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
  24. "_shasum": "49fff58577cfee3f37176feab4c22e00f86d7f77",
  25. "_spec": "agent-base@6",
  26. "_where": "G:\\项目\\mobile\\node_modules\\http-proxy-agent",
  27. "author": {
  28. "name": "Nathan Rajlich",
  29. "email": "nathan@tootallnate.net",
  30. "url": "http://n8.io/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/TooTallNate/node-agent-base/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "debug": "4"
  38. },
  39. "deprecated": false,
  40. "description": "Turn a function into an `http.Agent` instance",
  41. "devDependencies": {
  42. "@types/debug": "4",
  43. "@types/mocha": "^5.2.7",
  44. "@types/node": "^14.0.20",
  45. "@types/semver": "^7.1.0",
  46. "@types/ws": "^6.0.3",
  47. "@typescript-eslint/eslint-plugin": "1.6.0",
  48. "@typescript-eslint/parser": "1.1.0",
  49. "async-listen": "^1.2.0",
  50. "cpy-cli": "^2.0.0",
  51. "eslint": "5.16.0",
  52. "eslint-config-airbnb": "17.1.0",
  53. "eslint-config-prettier": "4.1.0",
  54. "eslint-import-resolver-typescript": "1.1.1",
  55. "eslint-plugin-import": "2.16.0",
  56. "eslint-plugin-jsx-a11y": "6.2.1",
  57. "eslint-plugin-react": "7.12.4",
  58. "mocha": "^6.2.0",
  59. "rimraf": "^3.0.0",
  60. "semver": "^7.1.2",
  61. "typescript": "^3.5.3",
  62. "ws": "^3.0.0"
  63. },
  64. "engines": {
  65. "node": ">= 6.0.0"
  66. },
  67. "files": [
  68. "dist/src",
  69. "src"
  70. ],
  71. "homepage": "https://github.com/TooTallNate/node-agent-base#readme",
  72. "keywords": [
  73. "http",
  74. "agent",
  75. "base",
  76. "barebones",
  77. "https"
  78. ],
  79. "license": "MIT",
  80. "main": "dist/src/index",
  81. "name": "agent-base",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/TooTallNate/node-agent-base.git"
  85. },
  86. "scripts": {
  87. "build": "tsc",
  88. "postbuild": "cpy --parents src test '!**/*.ts' dist",
  89. "prebuild": "rimraf dist",
  90. "prepublishOnly": "npm run build",
  91. "test": "mocha --reporter spec dist/test/*.js",
  92. "test-lint": "eslint src --ext .js,.ts"
  93. },
  94. "typings": "dist/src/index",
  95. "version": "6.0.2"
  96. }