package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "name": "raw-body",
  3. "description": "Get and validate the raw body of a readable stream.",
  4. "version": "1.3.0",
  5. "author": {
  6. "name": "Jonathan Ong",
  7. "email": "me@jongleberry.com",
  8. "url": "http://jongleberry.com"
  9. },
  10. "contributors": [
  11. {
  12. "name": "Douglas Christopher Wilson",
  13. "email": "doug@somethingdoug.com"
  14. },
  15. {
  16. "name": "Raynos",
  17. "email": "raynos2@gmail.com"
  18. }
  19. ],
  20. "license": "MIT",
  21. "repository": {
  22. "type": "git",
  23. "url": "git://github.com/stream-utils/raw-body"
  24. },
  25. "dependencies": {
  26. "bytes": "1",
  27. "iconv-lite": "0.4.4"
  28. },
  29. "devDependencies": {
  30. "istanbul": "0.3.0",
  31. "mocha": "~1.20.1",
  32. "readable-stream": "~1.0.17",
  33. "through2": "~0.5.1"
  34. },
  35. "engines": {
  36. "node": ">= 0.8.0"
  37. },
  38. "scripts": {
  39. "test": "mocha --reporter spec --bail test/",
  40. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/",
  41. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/stream-utils/raw-body/issues"
  45. },
  46. "homepage": "https://github.com/stream-utils/raw-body",
  47. "_id": "raw-body@1.3.0",
  48. "dist": {
  49. "shasum": "978230a156a5548f42eef14de22d0f4f610083d1",
  50. "tarball": "http://registry.npmjs.org/raw-body/-/raw-body-1.3.0.tgz"
  51. },
  52. "_from": "raw-body@1.3.0",
  53. "_npmVersion": "1.4.3",
  54. "_npmUser": {
  55. "name": "dougwilson",
  56. "email": "doug@somethingdoug.com"
  57. },
  58. "maintainers": [
  59. {
  60. "name": "jongleberry",
  61. "email": "jonathanrichardong@gmail.com"
  62. },
  63. {
  64. "name": "dougwilson",
  65. "email": "doug@somethingdoug.com"
  66. }
  67. ],
  68. "directories": {},
  69. "_shasum": "978230a156a5548f42eef14de22d0f4f610083d1",
  70. "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-1.3.0.tgz"
  71. }