package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "name": "@vue/consolidate",
  3. "description": "Template engine consolidation library (fork)",
  4. "version": "1.0.0",
  5. "homepage": "https://github.com/yyx990803/consolidate.js",
  6. "author": "TJ Holowaychuk <tj@vision-media.ca>",
  7. "repository": "yyx990803/consolidate.js",
  8. "bugs": {
  9. "url": "https://github.com/yyx990803/consolidate.js/issues"
  10. },
  11. "types": "index.d.ts",
  12. "license": "MIT",
  13. "files": [
  14. "index.js",
  15. "index.d.ts",
  16. "lib"
  17. ],
  18. "main": "index.js",
  19. "engines": {
  20. "node": ">= 0.12.0"
  21. },
  22. "scripts": {
  23. "lint": "eslint .",
  24. "pretest": "npm run lint",
  25. "test": "mocha"
  26. },
  27. "devDependencies": {
  28. "arc-templates": "^0.5.3",
  29. "atpl": ">=0.7.6",
  30. "babel-core": "^6.26.3",
  31. "babel-preset-react": "^6.24.1",
  32. "bracket-template": "^1.1.5",
  33. "coffee-script": "^1.12.7",
  34. "dot": "^1.1.3",
  35. "dust": "^0.3.0",
  36. "dustjs-helpers": "^1.7.4",
  37. "dustjs-linkedin": "^2.7.5",
  38. "eco": "^1.1.0-rc-3",
  39. "ect": "^0.5.9",
  40. "ejs": "^3.1.5",
  41. "eslint": "^7.8.1",
  42. "eslint-config-standard": "^14.1.1",
  43. "eslint-plugin-promise": "^4.2.1",
  44. "eslint-plugin-standard": "^4.0.1",
  45. "haml-coffee": "^1.14.1",
  46. "hamlet": "^0.3.3",
  47. "hamljs": "^0.6.2",
  48. "handlebars": "^4.7.6",
  49. "hogan.js": "^3.0.2",
  50. "htmling": "^0.0.8",
  51. "jade": "^1.11.0",
  52. "jazz": "^0.0.18",
  53. "jqtpl": "~1.1.0",
  54. "just": "^0.1.8",
  55. "liquid-node": "^3.0.1",
  56. "liquor": "^0.0.5",
  57. "lodash": "^4.17.20",
  58. "marko": "^3.14.4",
  59. "mocha": "^3.5.3",
  60. "mote": "^0.2.0",
  61. "mustache": "^4.0.1",
  62. "nunjucks": "^3.2.2",
  63. "plates": "~0.4.11",
  64. "pug": "^3.0.0",
  65. "qejs": "^3.0.5",
  66. "ractive": "^1.3.12",
  67. "razor-tmpl": "^1.3.1",
  68. "react": "^16.13.1",
  69. "react-dom": "^16.13.1",
  70. "semver": "^7.3.2",
  71. "should": "*",
  72. "slm": "^2.0.0",
  73. "squirrelly": "^5.1.0",
  74. "swig": "^1.4.2",
  75. "swig-templates": "^2.0.3",
  76. "teacup": "^2.0.0",
  77. "templayed": ">=0.2.3",
  78. "tinyliquid": "^0.2.34",
  79. "toffee": "^0.3.6",
  80. "twig": "^1.15.2",
  81. "twing": "^5.0.2",
  82. "underscore": "^1.11.0",
  83. "vash": "^0.13.0",
  84. "velocityjs": "^2.0.1",
  85. "walrus": "^0.10.1",
  86. "whiskers": "^0.4.0"
  87. },
  88. "keywords": [
  89. "engine",
  90. "template",
  91. "view"
  92. ]
  93. }