package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "http-proxy@1.15.2",
  3. "_id": "http-proxy@1.15.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ZC/cr/5S00SNK9o7AHnpQJBk2jE=",
  6. "_location": "/http-proxy",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "http-proxy@1.15.2",
  12. "name": "http-proxy",
  13. "escapedName": "http-proxy",
  14. "rawSpec": "1.15.2",
  15. "saveSpec": null,
  16. "fetchSpec": "1.15.2"
  17. },
  18. "_requiredBy": [
  19. "/browser-sync"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.15.2.tgz",
  22. "_shasum": "642fdcaffe52d3448d2bda3b0079e9409064da31",
  23. "_spec": "http-proxy@1.15.2",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browser-sync",
  25. "author": {
  26. "name": "Charlie Robbins",
  27. "email": "charlie.robbins@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/nodejitsu/node-http-proxy/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "eventemitter3": "1.x.x",
  35. "requires-port": "1.x.x"
  36. },
  37. "deprecated": false,
  38. "description": "HTTP proxying for the masses",
  39. "devDependencies": {
  40. "async": "*",
  41. "blanket": "*",
  42. "coveralls": "*",
  43. "dox": "*",
  44. "expect.js": "*",
  45. "mocha": "*",
  46. "mocha-lcov-reporter": "*",
  47. "semver": "^5.0.3",
  48. "socket.io": "*",
  49. "socket.io-client": "*",
  50. "sse": "0.0.6",
  51. "ws": "^0.8.0"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "homepage": "https://github.com/nodejitsu/node-http-proxy#readme",
  57. "license": "MIT",
  58. "main": "index.js",
  59. "maintainers": [
  60. {
  61. "name": "jcrugzz",
  62. "email": "jcrugzz@gmail.com"
  63. }
  64. ],
  65. "name": "http-proxy",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/nodejitsu/node-http-proxy.git"
  69. },
  70. "scripts": {
  71. "coveralls": "mocha --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js",
  72. "test": "mocha test/*-test.js",
  73. "test-cov": "mocha --require blanket -R html-cov > cov/coverage.html"
  74. },
  75. "version": "1.15.2"
  76. }