package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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",
  11. "type": "version"
  12. },
  13. "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\raw-body"
  14. ]
  15. ],
  16. "_from": "unpipe@1.0.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",
  33. "type": "version"
  34. },
  35. "_requiredBy": [
  36. "/finalhandler",
  37. "/raw-body"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
  40. "_shasum": "b2bf4ee8514aae6165b4817829d21b2ef49904ec",
  41. "_shrinkwrap": null,
  42. "_spec": "unpipe@1.0.0",
  43. "_where": "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\raw-body",
  44. "author": {
  45. "name": "Douglas Christopher Wilson",
  46. "email": "doug@somethingdoug.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/stream-utils/unpipe/issues"
  50. },
  51. "dependencies": {},
  52. "description": "Unpipe a stream from all destinations",
  53. "devDependencies": {
  54. "istanbul": "0.3.15",
  55. "mocha": "2.2.5",
  56. "readable-stream": "1.1.13"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "b2bf4ee8514aae6165b4817829d21b2ef49904ec",
  61. "tarball": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz"
  62. },
  63. "engines": {
  64. "node": ">= 0.8"
  65. },
  66. "files": [
  67. "HISTORY.md",
  68. "LICENSE",
  69. "README.md",
  70. "index.js"
  71. ],
  72. "gitHead": "d2df901c06487430e78dca62b6edb8bb2fc5e99d",
  73. "homepage": "https://github.com/stream-utils/unpipe",
  74. "license": "MIT",
  75. "maintainers": [
  76. {
  77. "name": "dougwilson",
  78. "email": "doug@somethingdoug.com"
  79. }
  80. ],
  81. "name": "unpipe",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/stream-utils/unpipe.git"
  87. },
  88. "scripts": {
  89. "test": "mocha --reporter spec --bail --check-leaks test/",
  90. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  91. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  92. },
  93. "version": "1.0.0"
  94. }