package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_args": [
  3. [
  4. "koa-json@~1.1.1",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_from": "koa-json@>=1.1.1 <1.2.0",
  9. "_id": "koa-json@1.1.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/koa-json",
  13. "_nodeVersion": "5.11.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/koa-json-1.1.3.tgz_1461820891346_0.7083591541741043"
  17. },
  18. "_npmUser": {
  19. "email": "coderhaoxin@outlook.com",
  20. "name": "coderhaoxin"
  21. },
  22. "_npmVersion": "3.8.6",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "koa-json",
  26. "raw": "koa-json@~1.1.1",
  27. "rawSpec": "~1.1.1",
  28. "scope": null,
  29. "spec": ">=1.1.1 <1.2.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/koa-json/-/koa-json-1.1.3.tgz",
  36. "_shasum": "59e3363f421f61ef586ad72ca49fce9a85484d26",
  37. "_shrinkwrap": null,
  38. "_spec": "koa-json@~1.1.1",
  39. "_where": "D:\\work\\im",
  40. "bugs": {
  41. "url": "https://github.com/koajs/json/issues"
  42. },
  43. "dependencies": {
  44. "koa-is-json": "1",
  45. "streaming-json-stringify": "3"
  46. },
  47. "description": "pretty (non-compressed) json response middleware",
  48. "devDependencies": {
  49. "istanbul": "0",
  50. "koa": "1",
  51. "mocha": "2",
  52. "supertest": "1"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "59e3363f421f61ef586ad72ca49fce9a85484d26",
  57. "tarball": "https://registry.npmjs.org/koa-json/-/koa-json-1.1.3.tgz"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "gitHead": "6c6db187957d14609a7ca3339eca24e13dfe9250",
  63. "homepage": "https://github.com/koajs/json#readme",
  64. "keywords": [
  65. "koa",
  66. "json"
  67. ],
  68. "license": "MIT",
  69. "maintainers": [
  70. {
  71. "email": "aaron.heckmann+github@gmail.com",
  72. "name": "aheckmann"
  73. },
  74. {
  75. "email": "coderhaoxin@outlook.com",
  76. "name": "coderhaoxin"
  77. },
  78. {
  79. "email": "dead_horse@qq.com",
  80. "name": "dead_horse"
  81. },
  82. {
  83. "email": "eivind.fjeldstad@gmail.com",
  84. "name": "eivifj"
  85. },
  86. {
  87. "email": "fengmk2@gmail.com",
  88. "name": "fengmk2"
  89. },
  90. {
  91. "email": "jonathanrichardong@gmail.com",
  92. "name": "jonathanong"
  93. },
  94. {
  95. "email": "jonathanrichardong@gmail.com",
  96. "name": "jongleberry"
  97. },
  98. {
  99. "email": "julian@juliangruber.com",
  100. "name": "juliangruber"
  101. },
  102. {
  103. "email": "tj@vision-media.ca",
  104. "name": "tjholowaychuk"
  105. }
  106. ],
  107. "name": "koa-json",
  108. "optionalDependencies": {},
  109. "readme": "ERROR: No README data found!",
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/koajs/json.git"
  113. },
  114. "scripts": {
  115. "test": "NODE_ENV=test mocha --reporter spec",
  116. "test-cov": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha",
  117. "test-travis": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha --report lcovonly"
  118. },
  119. "version": "1.1.3"
  120. }