package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "koa-convert@^1.2.0",
  6. "scope": null,
  7. "escapedName": "koa-convert",
  8. "name": "koa-convert",
  9. "rawSpec": "^1.2.0",
  10. "spec": ">=1.2.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/data/feimat/test_yali/liveserver/node_modules/koa"
  14. ]
  15. ],
  16. "_from": "koa-convert@>=1.2.0 <2.0.0",
  17. "_id": "koa-convert@1.2.0",
  18. "_inCache": true,
  19. "_location": "/koa-convert",
  20. "_nodeVersion": "5.0.0",
  21. "_npmUser": {
  22. "name": "gyson",
  23. "email": "eilian.yunsong@gmail.com"
  24. },
  25. "_npmVersion": "3.3.6",
  26. "_phantomChildren": {
  27. "any-promise": "1.3.0"
  28. },
  29. "_requested": {
  30. "raw": "koa-convert@^1.2.0",
  31. "scope": null,
  32. "escapedName": "koa-convert",
  33. "name": "koa-convert",
  34. "rawSpec": "^1.2.0",
  35. "spec": ">=1.2.0 <2.0.0",
  36. "type": "range"
  37. },
  38. "_requiredBy": [
  39. "/koa"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/koa-convert/-/koa-convert-1.2.0.tgz",
  42. "_shasum": "da40875df49de0539098d1700b50820cebcd21d0",
  43. "_shrinkwrap": null,
  44. "_spec": "koa-convert@^1.2.0",
  45. "_where": "/data/feimat/test_yali/liveserver/node_modules/koa",
  46. "author": {
  47. "name": "gyson",
  48. "email": "eilian.yunsong@gmail.com"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/gyson/koa-convert/issues"
  52. },
  53. "dependencies": {
  54. "co": "^4.6.0",
  55. "koa-compose": "^3.0.0"
  56. },
  57. "description": "convert koa legacy generator-based middleware to promise-based middleware",
  58. "devDependencies": {
  59. "koa": "^2.0.0-alpha.2",
  60. "koa-v1": "^1.0.0",
  61. "mocha": "^2.3.3",
  62. "standard": "^5.3.1",
  63. "supertest": "^1.1.0"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "da40875df49de0539098d1700b50820cebcd21d0",
  68. "tarball": "https://registry.npmjs.org/koa-convert/-/koa-convert-1.2.0.tgz"
  69. },
  70. "engines": {
  71. "node": ">= 4"
  72. },
  73. "gitHead": "da39a5291fb1d2bfa5f2406423091bbf185d2639",
  74. "homepage": "https://github.com/gyson/koa-convert#readme",
  75. "keywords": [
  76. "koa",
  77. "middleware",
  78. "convert"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "maintainers": [
  83. {
  84. "name": "gyson",
  85. "email": "eilian.yunsong@gmail.com"
  86. }
  87. ],
  88. "name": "koa-convert",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/gyson/koa-convert.git"
  94. },
  95. "scripts": {
  96. "test": "standard && mocha test.js"
  97. },
  98. "version": "1.2.0"
  99. }