package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "koa-router@~3.7.0",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_from": "koa-router@>=3.7.0 <3.8.0",
  9. "_id": "koa-router@3.7.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/koa-router",
  13. "_npmUser": {
  14. "email": "talk@alexmingoia.com",
  15. "name": "amingoia"
  16. },
  17. "_npmVersion": "1.4.16",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "koa-router",
  21. "raw": "koa-router@~3.7.0",
  22. "rawSpec": "~3.7.0",
  23. "scope": null,
  24. "spec": ">=3.7.0 <3.8.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/koa-router/-/koa-router-3.7.0.tgz",
  31. "_shasum": "0c701f1e8af34317bc78d3a297c897d204395f2a",
  32. "_shrinkwrap": null,
  33. "_spec": "koa-router@~3.7.0",
  34. "_where": "D:\\work\\im",
  35. "author": {
  36. "email": "talk@alexmingoia.com",
  37. "name": "Alex Mingoia"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/alexmingoia/koa-router/issues"
  41. },
  42. "dependencies": {
  43. "debug": "^2.1.0",
  44. "koa-compose": "^2.3.0",
  45. "methods": "^1.0.1",
  46. "path-to-regexp": "^1.0.0"
  47. },
  48. "description": "Router middleware for koa. Provides RESTful resource routing.",
  49. "devDependencies": {
  50. "koa": "^0.13.0",
  51. "mocha": "^2.0.1",
  52. "should": "^4.3.0",
  53. "supertest": "^0.15.0"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "0c701f1e8af34317bc78d3a297c897d204395f2a",
  58. "tarball": "https://registry.npmjs.org/koa-router/-/koa-router-3.7.0.tgz"
  59. },
  60. "engines": {
  61. "node": "> 0.11.4"
  62. },
  63. "gitHead": "0a61cb2fd1d929556b4c61c17fcfbdf30951acb0",
  64. "homepage": "https://github.com/alexmingoia/koa-router",
  65. "keywords": [
  66. "koa",
  67. "middleware",
  68. "router",
  69. "route"
  70. ],
  71. "license": "MIT",
  72. "maintainers": [
  73. {
  74. "email": "talk@alexmingoia.com",
  75. "name": "amingoia"
  76. }
  77. ],
  78. "name": "koa-router",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/alexmingoia/koa-router.git"
  84. },
  85. "scripts": {
  86. "test": "NODE_ENV=test node_modules/mocha/bin/mocha --harmony-generators --recursive --reporter spec"
  87. },
  88. "version": "3.7.0"
  89. }