package.json 1.6 KB

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