package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "unpipe@1.0.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "unpipe@1.0.0",
  9. "_id": "unpipe@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
  12. "_location": "/unpipe",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "unpipe@1.0.0",
  18. "name": "unpipe",
  19. "escapedName": "unpipe",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/raw-body"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/stream-utils/unpipe/issues"
  36. },
  37. "description": "Unpipe a stream from all destinations",
  38. "devDependencies": {
  39. "istanbul": "0.3.15",
  40. "mocha": "2.2.5",
  41. "readable-stream": "1.1.13"
  42. },
  43. "engines": {
  44. "node": ">= 0.8"
  45. },
  46. "files": [
  47. "HISTORY.md",
  48. "LICENSE",
  49. "README.md",
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/stream-utils/unpipe#readme",
  53. "license": "MIT",
  54. "name": "unpipe",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/stream-utils/unpipe.git"
  58. },
  59. "scripts": {
  60. "test": "mocha --reporter spec --bail --check-leaks test/",
  61. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  62. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  63. },
  64. "version": "1.0.0"
  65. }