package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "raw-body@2.3.2",
  3. "_id": "raw-body@2.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-vNYMd9Prk83gBQKVw/N5OJvIj4k=",
  6. "_location": "/raw-body",
  7. "_phantomChildren": {
  8. "inherits": "2.0.3",
  9. "statuses": "1.4.0"
  10. },
  11. "_requested": {
  12. "type": "version",
  13. "registry": true,
  14. "raw": "raw-body@2.3.2",
  15. "name": "raw-body",
  16. "escapedName": "raw-body",
  17. "rawSpec": "2.3.2",
  18. "saveSpec": null,
  19. "fetchSpec": "2.3.2"
  20. },
  21. "_requiredBy": [
  22. "/body-parser"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.2.tgz",
  25. "_shasum": "bcd60c77d3eb93cde0050295c3f379389bc88f89",
  26. "_spec": "raw-body@2.3.2",
  27. "_where": "C:\\John\\WorkSpace\\WebStorm\\WinBoxNode\\node_modules\\body-parser",
  28. "author": {
  29. "name": "Jonathan Ong",
  30. "email": "me@jongleberry.com",
  31. "url": "http://jongleberry.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/stream-utils/raw-body/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Douglas Christopher Wilson",
  40. "email": "doug@somethingdoug.com"
  41. },
  42. {
  43. "name": "Raynos",
  44. "email": "raynos2@gmail.com"
  45. }
  46. ],
  47. "dependencies": {
  48. "bytes": "3.0.0",
  49. "http-errors": "1.6.2",
  50. "iconv-lite": "0.4.19",
  51. "unpipe": "1.0.0"
  52. },
  53. "deprecated": false,
  54. "description": "Get and validate the raw body of a readable stream.",
  55. "devDependencies": {
  56. "bluebird": "3.5.0",
  57. "eslint": "3.19.0",
  58. "eslint-config-standard": "10.2.1",
  59. "eslint-plugin-import": "2.7.0",
  60. "eslint-plugin-markdown": "1.0.0-beta.6",
  61. "eslint-plugin-node": "5.1.1",
  62. "eslint-plugin-promise": "3.5.0",
  63. "eslint-plugin-standard": "3.0.1",
  64. "istanbul": "0.4.5",
  65. "mocha": "2.5.3",
  66. "readable-stream": "2.3.3",
  67. "safe-buffer": "5.1.1"
  68. },
  69. "engines": {
  70. "node": ">= 0.8"
  71. },
  72. "files": [
  73. "HISTORY.md",
  74. "LICENSE",
  75. "README.md",
  76. "index.d.ts",
  77. "index.js"
  78. ],
  79. "homepage": "https://github.com/stream-utils/raw-body#readme",
  80. "license": "MIT",
  81. "name": "raw-body",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/stream-utils/raw-body.git"
  85. },
  86. "scripts": {
  87. "lint": "eslint --plugin markdown --ext js,md .",
  88. "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
  89. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
  90. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
  91. },
  92. "version": "2.3.2"
  93. }