package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "unpipe@1.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "unpipe@1.0.0",
  10. "_id": "unpipe@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
  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/raw-body",
  27. "/finalhandler"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/unpipe/download/unpipe-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Douglas Christopher Wilson",
  34. "email": "doug@somethingdoug.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/stream-utils/unpipe/issues"
  38. },
  39. "description": "Unpipe a stream from all destinations",
  40. "devDependencies": {
  41. "istanbul": "0.3.15",
  42. "mocha": "2.2.5",
  43. "readable-stream": "1.1.13"
  44. },
  45. "engines": {
  46. "node": ">= 0.8"
  47. },
  48. "files": [
  49. "HISTORY.md",
  50. "LICENSE",
  51. "README.md",
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/stream-utils/unpipe#readme",
  55. "license": "MIT",
  56. "name": "unpipe",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/stream-utils/unpipe.git"
  60. },
  61. "scripts": {
  62. "test": "mocha --reporter spec --bail --check-leaks test/",
  63. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  64. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  65. },
  66. "version": "1.0.0"
  67. }