package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "body-parser@1.18.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "body-parser@1.18.3",
  10. "_id": "body-parser@1.18.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-WykhmP/dVTs6DyDe0FkrlWlVyLQ=",
  13. "_location": "/body-parser",
  14. "_phantomChildren": {
  15. "depd": "1.1.2",
  16. "inherits": "2.0.3",
  17. "safer-buffer": "2.1.2",
  18. "statuses": "1.5.0",
  19. "unpipe": "1.0.0"
  20. },
  21. "_requested": {
  22. "type": "version",
  23. "registry": true,
  24. "raw": "body-parser@1.18.3",
  25. "name": "body-parser",
  26. "escapedName": "body-parser",
  27. "rawSpec": "1.18.3",
  28. "saveSpec": null,
  29. "fetchSpec": "1.18.3"
  30. },
  31. "_requiredBy": [
  32. "/express"
  33. ],
  34. "_resolved": "https://registry.npm.taobao.org/body-parser/download/body-parser-1.18.3.tgz",
  35. "_spec": "1.18.3",
  36. "_where": "/Users/lihai/jolijoli/pad_spa",
  37. "bugs": {
  38. "url": "https://github.com/expressjs/body-parser/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Douglas Christopher Wilson",
  43. "email": "doug@somethingdoug.com"
  44. },
  45. {
  46. "name": "Jonathan Ong",
  47. "email": "me@jongleberry.com",
  48. "url": "http://jongleberry.com"
  49. }
  50. ],
  51. "dependencies": {
  52. "bytes": "3.0.0",
  53. "content-type": "~1.0.4",
  54. "debug": "2.6.9",
  55. "depd": "~1.1.2",
  56. "http-errors": "~1.6.3",
  57. "iconv-lite": "0.4.23",
  58. "on-finished": "~2.3.0",
  59. "qs": "6.5.2",
  60. "raw-body": "2.3.3",
  61. "type-is": "~1.6.16"
  62. },
  63. "description": "Node.js body parsing middleware",
  64. "devDependencies": {
  65. "eslint": "4.19.1",
  66. "eslint-config-standard": "11.0.0",
  67. "eslint-plugin-import": "2.11.0",
  68. "eslint-plugin-markdown": "1.0.0-beta.6",
  69. "eslint-plugin-node": "6.0.1",
  70. "eslint-plugin-promise": "3.7.0",
  71. "eslint-plugin-standard": "3.1.0",
  72. "istanbul": "0.4.5",
  73. "methods": "1.1.2",
  74. "mocha": "2.5.3",
  75. "safe-buffer": "5.1.2",
  76. "supertest": "1.1.0"
  77. },
  78. "engines": {
  79. "node": ">= 0.8"
  80. },
  81. "files": [
  82. "lib/",
  83. "LICENSE",
  84. "HISTORY.md",
  85. "index.js"
  86. ],
  87. "homepage": "https://github.com/expressjs/body-parser#readme",
  88. "license": "MIT",
  89. "name": "body-parser",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/expressjs/body-parser.git"
  93. },
  94. "scripts": {
  95. "lint": "eslint --plugin markdown --ext js,md .",
  96. "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
  97. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
  98. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
  99. },
  100. "version": "1.18.3"
  101. }