package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "koa-router-scan@~0.0.2",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_from": "koa-router-scan@>=0.0.2 <0.1.0",
  9. "_id": "koa-router-scan@0.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/koa-router-scan",
  13. "_npmUser": {
  14. "email": "xiehui.fj@gmail.com",
  15. "name": "xiehui"
  16. },
  17. "_npmVersion": "1.3.25",
  18. "_phantomChildren": {
  19. "koa-compose": "2.4.0"
  20. },
  21. "_requested": {
  22. "name": "koa-router-scan",
  23. "raw": "koa-router-scan@~0.0.2",
  24. "rawSpec": "~0.0.2",
  25. "scope": null,
  26. "spec": ">=0.0.2 <0.1.0",
  27. "type": "range"
  28. },
  29. "_requiredBy": [
  30. "/"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/koa-router-scan/-/koa-router-scan-0.0.2.tgz",
  33. "_shasum": "3bba874787941b52aedf2630c07334aac3fbc63f",
  34. "_shrinkwrap": null,
  35. "_spec": "koa-router-scan@~0.0.2",
  36. "_where": "D:\\work\\im",
  37. "author": {
  38. "email": "xiehui.fj@gmail.com",
  39. "name": "xiehui"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/xiehui/koa-router-scan/issues"
  43. },
  44. "dependencies": {
  45. "koa-router": "~3.1.0"
  46. },
  47. "description": "auto register routes by scan routes files.",
  48. "devDependencies": {
  49. "koa": "0.3.0",
  50. "mocha": "~1.17.1",
  51. "should": "~3.1.2",
  52. "supertest": "~0.9.0"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "3bba874787941b52aedf2630c07334aac3fbc63f",
  57. "tarball": "https://registry.npmjs.org/koa-router-scan/-/koa-router-scan-0.0.2.tgz"
  58. },
  59. "engines": {
  60. "node": "> 0.11.4"
  61. },
  62. "homepage": "https://github.com/xiehui/koa-router-scan",
  63. "keywords": [
  64. "koa",
  65. "middleware",
  66. "router",
  67. "route"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "maintainers": [
  72. {
  73. "email": "xiehui.fj@gmail.com",
  74. "name": "xiehui"
  75. }
  76. ],
  77. "name": "koa-router-scan",
  78. "optionalDependencies": {},
  79. "readme": "ERROR: No README data found!",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/xiehui/koa-router-scan.git"
  83. },
  84. "scripts": {
  85. "test": "NODE_ENV=test node_modules/mocha/bin/mocha --harmony-generators --recursive --reporter spec"
  86. },
  87. "version": "0.0.2"
  88. }