package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "koa-ejs",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_from": "koa-ejs@latest",
  9. "_id": "koa-ejs@3.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/koa-ejs",
  13. "_nodeVersion": "4.0.0",
  14. "_npmUser": {
  15. "email": "dead_horse@qq.com",
  16. "name": "dead_horse"
  17. },
  18. "_npmVersion": "2.12.0",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "koa-ejs",
  22. "raw": "koa-ejs",
  23. "rawSpec": "",
  24. "scope": null,
  25. "spec": "latest",
  26. "type": "tag"
  27. },
  28. "_requiredBy": [
  29. "/"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/koa-ejs/-/koa-ejs-3.0.0.tgz",
  32. "_shasum": "96cea547215c59e890e27a974a74fcad7b95778a",
  33. "_shrinkwrap": null,
  34. "_spec": "koa-ejs",
  35. "_where": "D:\\work\\im",
  36. "author": {
  37. "email": "dead_horse@qq.com",
  38. "name": "dead_horse",
  39. "url": "http://deadhorse.me"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/koajs/ejs/issues"
  43. },
  44. "dependencies": {
  45. "co-fs": "~1.2.0",
  46. "copy-to": "~2.0.1",
  47. "ejs": "^2.3.4"
  48. },
  49. "description": "ejs render middleware for koa",
  50. "devDependencies": {
  51. "autod": "2",
  52. "co-wait": "~0.0.0",
  53. "koa": "~0.19.1",
  54. "mocha": "~2.2.4",
  55. "should": "~6.0.1",
  56. "supertest": "~0.15.0"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "96cea547215c59e890e27a974a74fcad7b95778a",
  61. "tarball": "https://registry.npmjs.org/koa-ejs/-/koa-ejs-3.0.0.tgz"
  62. },
  63. "engine": {
  64. "node": ">0.11"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "gitHead": "71fcb12e11891d7bcb92b6e58df1c38b4c1656c7",
  70. "homepage": "https://github.com/koajs/ejs",
  71. "keywords": [
  72. "koa",
  73. "render",
  74. "ejs",
  75. "view"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "maintainers": [
  80. {
  81. "email": "dead_horse@qq.com",
  82. "name": "dead_horse"
  83. }
  84. ],
  85. "name": "koa-ejs",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/koajs/ejs.git"
  91. },
  92. "scripts": {
  93. "test": "make test"
  94. },
  95. "version": "3.0.0"
  96. }