package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "unpipe@~1.0.0",
  6. "scope": null,
  7. "escapedName": "unpipe",
  8. "name": "unpipe",
  9. "rawSpec": "~1.0.0",
  10. "spec": ">=1.0.0 <1.1.0",
  11. "type": "range"
  12. },
  13. "/home/tati/shared/especificos-web-V2/back/node_modules/finalhandler"
  14. ]
  15. ],
  16. "_from": "unpipe@>=1.0.0 <1.1.0",
  17. "_id": "unpipe@1.0.0",
  18. "_inCache": true,
  19. "_location": "/unpipe",
  20. "_npmUser": {
  21. "name": "dougwilson",
  22. "email": "doug@somethingdoug.com"
  23. },
  24. "_npmVersion": "1.4.28",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "unpipe@~1.0.0",
  28. "scope": null,
  29. "escapedName": "unpipe",
  30. "name": "unpipe",
  31. "rawSpec": "~1.0.0",
  32. "spec": ">=1.0.0 <1.1.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/finalhandler"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
  39. "_shasum": "b2bf4ee8514aae6165b4817829d21b2ef49904ec",
  40. "_shrinkwrap": null,
  41. "_spec": "unpipe@~1.0.0",
  42. "_where": "/home/tati/shared/especificos-web-V2/back/node_modules/finalhandler",
  43. "author": {
  44. "name": "Douglas Christopher Wilson",
  45. "email": "doug@somethingdoug.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/stream-utils/unpipe/issues"
  49. },
  50. "dependencies": {},
  51. "description": "Unpipe a stream from all destinations",
  52. "devDependencies": {
  53. "istanbul": "0.3.15",
  54. "mocha": "2.2.5",
  55. "readable-stream": "1.1.13"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "b2bf4ee8514aae6165b4817829d21b2ef49904ec",
  60. "tarball": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz"
  61. },
  62. "engines": {
  63. "node": ">= 0.8"
  64. },
  65. "files": [
  66. "HISTORY.md",
  67. "LICENSE",
  68. "README.md",
  69. "index.js"
  70. ],
  71. "gitHead": "d2df901c06487430e78dca62b6edb8bb2fc5e99d",
  72. "homepage": "https://github.com/stream-utils/unpipe",
  73. "license": "MIT",
  74. "maintainers": [
  75. {
  76. "name": "dougwilson",
  77. "email": "doug@somethingdoug.com"
  78. }
  79. ],
  80. "name": "unpipe",
  81. "optionalDependencies": {},
  82. "readme": "ERROR: No README data found!",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/stream-utils/unpipe.git"
  86. },
  87. "scripts": {
  88. "test": "mocha --reporter spec --bail --check-leaks test/",
  89. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  90. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  91. },
  92. "version": "1.0.0"
  93. }