package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "raw-body@~2.1.2",
  3. "_id": "raw-body@2.1.7",
  4. "_inBundle": false,
  5. "_integrity": "sha1-rf6s4uT7MJgFgBTQjActzFl1h3Q=",
  6. "_location": "/raw-body",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "raw-body@~2.1.2",
  12. "name": "raw-body",
  13. "escapedName": "raw-body",
  14. "rawSpec": "~2.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.1.2"
  17. },
  18. "_requiredBy": [
  19. "/body-parser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.1.7.tgz",
  22. "_shasum": "adfeace2e4fb3098058014d08c072dcc59758774",
  23. "_spec": "raw-body@~2.1.2",
  24. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\body-parser",
  25. "author": {
  26. "name": "Jonathan Ong",
  27. "email": "me@jongleberry.com",
  28. "url": "http://jongleberry.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/stream-utils/raw-body/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. },
  39. {
  40. "name": "Raynos",
  41. "email": "raynos2@gmail.com"
  42. }
  43. ],
  44. "dependencies": {
  45. "bytes": "2.4.0",
  46. "iconv-lite": "0.4.13",
  47. "unpipe": "1.0.0"
  48. },
  49. "deprecated": false,
  50. "description": "Get and validate the raw body of a readable stream.",
  51. "devDependencies": {
  52. "bluebird": "3.4.1",
  53. "eslint": "2.13.0",
  54. "eslint-config-standard": "5.3.1",
  55. "eslint-plugin-promise": "1.3.2",
  56. "eslint-plugin-standard": "1.3.2",
  57. "istanbul": "0.4.3",
  58. "mocha": "2.5.3",
  59. "readable-stream": "2.1.2",
  60. "through2": "2.0.1"
  61. },
  62. "engines": {
  63. "node": ">= 0.8"
  64. },
  65. "files": [
  66. "HISTORY.md",
  67. "LICENSE",
  68. "README.md",
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/stream-utils/raw-body#readme",
  72. "license": "MIT",
  73. "name": "raw-body",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/stream-utils/raw-body.git"
  77. },
  78. "scripts": {
  79. "lint": "eslint **/*.js",
  80. "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
  81. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
  82. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
  83. },
  84. "version": "2.1.7"
  85. }