package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "co-body@*",
  5. "D:\\work\\im\\node_modules\\koa-better-body"
  6. ]
  7. ],
  8. "_from": "co-body@*",
  9. "_id": "co-body@4.2.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/co-body",
  13. "_nodeVersion": "4.4.2",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/co-body-4.2.0.tgz_1462381953937_0.9015751462429762"
  17. },
  18. "_npmUser": {
  19. "email": "fengmk2@gmail.com",
  20. "name": "fengmk2"
  21. },
  22. "_npmVersion": "2.15.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "co-body",
  26. "raw": "co-body@*",
  27. "rawSpec": "*",
  28. "scope": null,
  29. "spec": "*",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/koa-better-body"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/co-body/-/co-body-4.2.0.tgz",
  36. "_shasum": "74df20fa73262125dc45482af04e342ea8db3515",
  37. "_shrinkwrap": null,
  38. "_spec": "co-body@*",
  39. "_where": "D:\\work\\im\\node_modules\\koa-better-body",
  40. "bugs": {
  41. "url": "https://github.com/cojs/co-body/issues"
  42. },
  43. "dependencies": {
  44. "inflation": "~2.0.0",
  45. "qs": "~4.0.0",
  46. "raw-body": "~2.1.2",
  47. "type-is": "~1.6.6"
  48. },
  49. "description": "request body parsing for co",
  50. "devDependencies": {
  51. "istanbul-harmony": "~0.3.16",
  52. "koa": "~0.21.0",
  53. "mocha": "*",
  54. "safe-qs": "^6.0.1",
  55. "should": "*",
  56. "supertest": "~1.0.1"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "74df20fa73262125dc45482af04e342ea8db3515",
  61. "tarball": "https://registry.npmjs.org/co-body/-/co-body-4.2.0.tgz"
  62. },
  63. "files": [
  64. "index.js",
  65. "lib/"
  66. ],
  67. "gitHead": "5a0afedb8e26dd2109ca0186aa76ae6b3276e936",
  68. "homepage": "https://github.com/cojs/co-body#readme",
  69. "keywords": [
  70. "request",
  71. "parse",
  72. "parser",
  73. "json",
  74. "co",
  75. "generators",
  76. "urlencoded"
  77. ],
  78. "license": "MIT",
  79. "maintainers": [
  80. {
  81. "email": "tj@vision-media.ca",
  82. "name": "tjholowaychuk"
  83. },
  84. {
  85. "email": "fengmk2@gmail.com",
  86. "name": "fengmk2"
  87. },
  88. {
  89. "email": "dead_horse@qq.com",
  90. "name": "dead_horse"
  91. }
  92. ],
  93. "name": "co-body",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/cojs/co-body.git"
  99. },
  100. "scripts": {
  101. "test": "make test",
  102. "test-cov": "make test-cov"
  103. },
  104. "version": "4.2.0"
  105. }