package.json 1.8 KB

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