package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "http-proxy@1.17.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "http-proxy@1.17.0",
  10. "_id": "http-proxy@1.17.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-etOElGWPhGBeL220Q230EPTlvpo=",
  13. "_location": "/http-proxy",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "http-proxy@1.17.0",
  19. "name": "http-proxy",
  20. "escapedName": "http-proxy",
  21. "rawSpec": "1.17.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.17.0"
  24. },
  25. "_requiredBy": [
  26. "/http-proxy-middleware"
  27. ],
  28. "_resolved": "http://registry.npm.taobao.org/http-proxy/download/http-proxy-1.17.0.tgz",
  29. "_spec": "1.17.0",
  30. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  31. "author": {
  32. "name": "Charlie Robbins",
  33. "email": "charlie.robbins@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/nodejitsu/node-http-proxy/issues"
  37. },
  38. "dependencies": {
  39. "eventemitter3": "^3.0.0",
  40. "follow-redirects": "^1.0.0",
  41. "requires-port": "^1.0.0"
  42. },
  43. "description": "HTTP proxying for the masses",
  44. "devDependencies": {
  45. "async": "^2.0.0",
  46. "concat-stream": "^1.6.2",
  47. "expect.js": "~0.3.1",
  48. "mocha": "^3.5.3",
  49. "nyc": "^11.7.1",
  50. "semver": "^5.0.3",
  51. "socket.io": "^2.1.0",
  52. "socket.io-client": "^2.1.0",
  53. "sse": "0.0.6",
  54. "ws": "^0.8.0"
  55. },
  56. "engines": {
  57. "node": ">=4.0.0"
  58. },
  59. "homepage": "https://github.com/nodejitsu/node-http-proxy#readme",
  60. "license": "MIT",
  61. "main": "index.js",
  62. "maintainers": [
  63. {
  64. "name": "jcrugzz",
  65. "email": "jcrugzz@gmail.com"
  66. }
  67. ],
  68. "name": "http-proxy",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/nodejitsu/node-http-proxy.git"
  72. },
  73. "scripts": {
  74. "mocha": "mocha test/*-test.js",
  75. "test": "nyc --reporter=text --reporter=lcov npm run mocha"
  76. },
  77. "version": "1.17.0"
  78. }