package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "raw-body",
  3. "description": "Get and validate the raw body of a readable stream.",
  4. "version": "1.2.2",
  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.3"
  28. },
  29. "devDependencies": {
  30. "istanbul": "0.2.10",
  31. "mocha": "~1.20.1",
  32. "readable-stream": "~1.0.17",
  33. "request": ">= 2.36.0 < 3",
  34. "through2": "~0.5.1"
  35. },
  36. "engines": {
  37. "node": ">= 0.8.0"
  38. },
  39. "scripts": {
  40. "test": "mocha --reporter spec --bail test/",
  41. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/",
  42. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/stream-utils/raw-body/issues"
  46. },
  47. "homepage": "https://github.com/stream-utils/raw-body",
  48. "_id": "raw-body@1.2.2",
  49. "dist": {
  50. "shasum": "0c68e1ee28cfed7dba4822234aec6078461cbc1f",
  51. "tarball": "http://registry.npmjs.org/raw-body/-/raw-body-1.2.2.tgz"
  52. },
  53. "_from": "raw-body@1.2.2",
  54. "_npmVersion": "1.4.3",
  55. "_npmUser": {
  56. "name": "dougwilson",
  57. "email": "doug@somethingdoug.com"
  58. },
  59. "maintainers": [
  60. {
  61. "name": "jongleberry",
  62. "email": "jonathanrichardong@gmail.com"
  63. },
  64. {
  65. "name": "dougwilson",
  66. "email": "doug@somethingdoug.com"
  67. }
  68. ],
  69. "directories": {},
  70. "_shasum": "0c68e1ee28cfed7dba4822234aec6078461cbc1f",
  71. "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-1.2.2.tgz"
  72. }