package.json 2.5 KB

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