package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "unpipe@1.0.0",
  3. "_id": "unpipe@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
  6. "_location": "/unpipe",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "unpipe@1.0.0",
  12. "name": "unpipe",
  13. "escapedName": "unpipe",
  14. "rawSpec": "1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/body-parser/raw-body",
  20. "/express/body-parser",
  21. "/finalhandler",
  22. "/raw-body"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
  25. "_shasum": "b2bf4ee8514aae6165b4817829d21b2ef49904ec",
  26. "_spec": "unpipe@1.0.0",
  27. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\raw-body",
  28. "author": {
  29. "name": "Douglas Christopher Wilson",
  30. "email": "doug@somethingdoug.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/stream-utils/unpipe/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  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. }