package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "koa-bodyparser@4.4.1",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "koa-bodyparser@4.4.1",
  9. "_id": "koa-bodyparser@4.4.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-kBH3IYPMb+iAXnrxIhXnW+gXV8OTzCu8VPDqvcDHW9SQrbkHmqPQtiZwrltNmSq6/lpipHnT7k7PsjlVD7kK0w==",
  12. "_location": "/koa-bodyparser",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "koa-bodyparser@4.4.1",
  18. "name": "koa-bodyparser",
  19. "escapedName": "koa-bodyparser",
  20. "rawSpec": "4.4.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.4.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/koa-bodyparser/-/koa-bodyparser-4.4.1.tgz",
  28. "_spec": "4.4.1",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "dead_horse",
  32. "email": "dead_horse@qq.com",
  33. "url": " http://deadhorse.me"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/koajs/body-parser/issues"
  37. },
  38. "dependencies": {
  39. "co-body": "^6.0.0",
  40. "copy-to": "^2.0.1",
  41. "type-is": "^1.6.18"
  42. },
  43. "description": "a body parser for Koa",
  44. "devDependencies": {
  45. "eslint-config-xo-lass": "^1.0.3",
  46. "husky": "^4.2.5",
  47. "koa": "^2",
  48. "mocha": "^10.2.0",
  49. "nyc": "^15.0.1",
  50. "should": "^13.2.3",
  51. "supertest": "^4.0.2",
  52. "xo": "0.25.4"
  53. },
  54. "engines": {
  55. "node": ">=8.0.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/koajs/body-parser",
  61. "keywords": [
  62. "bodyParser",
  63. "json",
  64. "urlencoded",
  65. "koa",
  66. "body"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "koa-bodyparser",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/koajs/bodyparser.git"
  74. },
  75. "scripts": {
  76. "ci": "npm run lint && npm run coverage",
  77. "coverage": "nyc npm run test --reporter=lcov",
  78. "lint": "xo",
  79. "lint:fix": "xo --fix",
  80. "test": "mocha --require should test/*.spec.js --exit"
  81. },
  82. "version": "4.4.1",
  83. "xo": {
  84. "prettier": true,
  85. "space": true,
  86. "extends": [
  87. "xo-lass"
  88. ],
  89. "rules": {
  90. "node/no-deprecated-api": "off",
  91. "no-unused-vars": "off",
  92. "no-prototype-builtins": "off",
  93. "prefer-rest-params": "off"
  94. },
  95. "ignores": [
  96. "test/**"
  97. ]
  98. }
  99. }