package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "co-body@6.2.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "co-body@6.2.0",
  9. "_id": "co-body@6.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Kbpv2Yd1NdL1V/V4cwLVxraHDV6K8ayohr2rmH0J87Er8+zJjcTa6dAn9QMPC9CRgU8+aNajKbSf1TzDB1yKPA==",
  12. "_location": "/co-body",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "co-body@6.2.0",
  18. "name": "co-body",
  19. "escapedName": "co-body",
  20. "rawSpec": "6.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "6.2.0"
  23. },
  24. "_requiredBy": [
  25. "/koa-bodyparser"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/co-body/-/co-body-6.2.0.tgz",
  28. "_spec": "6.2.0",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "bugs": {
  31. "url": "https://github.com/cojs/co-body/issues"
  32. },
  33. "dependencies": {
  34. "@hapi/bourne": "^3.0.0",
  35. "inflation": "^2.0.0",
  36. "qs": "^6.5.2",
  37. "raw-body": "^2.3.3",
  38. "type-is": "^1.6.16"
  39. },
  40. "description": "request body parsing for co",
  41. "devDependencies": {
  42. "egg-bin": "^4.7.0",
  43. "eslint": "^4.19.1",
  44. "eslint-config-egg": "^7.0.0",
  45. "koa": "^1.6.0",
  46. "safe-qs": "^6.0.1",
  47. "should": "^11.2.0",
  48. "supertest": "^3.1.0"
  49. },
  50. "engines": {
  51. "node": ">=8.0.0"
  52. },
  53. "files": [
  54. "index.js",
  55. "lib/"
  56. ],
  57. "homepage": "https://github.com/cojs/co-body#readme",
  58. "keywords": [
  59. "request",
  60. "parse",
  61. "parser",
  62. "json",
  63. "co",
  64. "generators",
  65. "urlencoded"
  66. ],
  67. "license": "MIT",
  68. "name": "co-body",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/cojs/co-body.git"
  72. },
  73. "scripts": {
  74. "ci": "npm run lint && npm run cov",
  75. "cov": "eslint . && egg-bin cov -r should",
  76. "lint": "eslint .",
  77. "test": "egg-bin test -r should"
  78. },
  79. "version": "6.2.0"
  80. }