package.json 2.6 KB

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