package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "response-stream@~0.0.0",
  3. "_id": "response-stream@0.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tWH3QWqkXv7AgYRXidIhPKO1SqPix2E0gM3x/vxf60LHQHWNS8AVrB3RnYexPAoo5dOc0bGzDlUgtsBvV3CWLA==",
  6. "_location": "/response-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "response-stream@~0.0.0",
  12. "name": "response-stream",
  13. "escapedName": "response-stream",
  14. "rawSpec": "~0.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.0.0"
  17. },
  18. "_requiredBy": [
  19. "/oppressor"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/response-stream/-/response-stream-0.0.0.tgz",
  22. "_shasum": "da4b17cc7684c98c962beb4d95f668c8dcad09d5",
  23. "_spec": "response-stream@~0.0.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\oppressor",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/substack/response-stream/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "pass http server response methods through to the next destination pipe",
  36. "devDependencies": {
  37. "event-stream": "~3.0.2",
  38. "filed": "git://github.com/substack/filed.git#return_dest",
  39. "tap": "~0.3.0"
  40. },
  41. "directories": {
  42. "example": "example",
  43. "test": "test"
  44. },
  45. "homepage": "https://github.com/substack/response-stream",
  46. "keywords": [
  47. "http",
  48. "response",
  49. "res",
  50. "pipe",
  51. "stream",
  52. "server"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "response-stream",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/substack/response-stream.git"
  60. },
  61. "scripts": {
  62. "test": "tap test/*.js"
  63. },
  64. "version": "0.0.0"
  65. }