package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. "consolidate@0.15.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "consolidate@0.15.1",
  10. "_id": "consolidate@0.15.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-IasEMjXHGgfUXZqtmFk7DbpWurc=",
  13. "_location": "/consolidate",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "consolidate@0.15.1",
  19. "name": "consolidate",
  20. "escapedName": "consolidate",
  21. "rawSpec": "0.15.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.15.1"
  24. },
  25. "_requiredBy": [
  26. "/@vue/component-compiler-utils"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/consolidate/download/consolidate-0.15.1.tgz",
  29. "_spec": "0.15.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "TJ Holowaychuk",
  33. "email": "tj@vision-media.ca"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/tj/consolidate.js/issues"
  37. },
  38. "dependencies": {
  39. "bluebird": "^3.1.1"
  40. },
  41. "description": "Template engine consolidation library",
  42. "devDependencies": {
  43. "arc-templates": "^0.5.1",
  44. "atpl": ">=0.7.6",
  45. "babel-core": "^6.7.6",
  46. "babel-preset-react": "^6.5.0",
  47. "bracket-template": "^1.1.4",
  48. "coffee-script": "^1.11.1",
  49. "dot": "^1.0.1",
  50. "dust": "^0.3.0",
  51. "dustjs-helpers": "^1.1.1",
  52. "dustjs-linkedin": "^2.7.2",
  53. "eco": "^1.1.0-rc-3",
  54. "ect": "^0.5.9",
  55. "ejs": "^2.3.4",
  56. "eslint": "^3.7.1",
  57. "eslint-config-standard": "^6.2.0",
  58. "eslint-plugin-promise": "^3.3.1",
  59. "eslint-plugin-standard": "^2.0.1",
  60. "haml-coffee": "^1.4.0",
  61. "hamlet": "^0.3.3",
  62. "hamljs": "^0.6.1",
  63. "handlebars": "^4.0.5",
  64. "hogan.js": "^3.0.2",
  65. "htmling": "^0.0.7",
  66. "jade": "^1.9.1",
  67. "jazz": "^0.0.18",
  68. "jqtpl": "~1.1.0",
  69. "just": "^0.1.8",
  70. "liquid-node": "^2.6.1",
  71. "liquor": "^0.0.5",
  72. "lodash": "^4.0.0",
  73. "marko": "^3.12.0",
  74. "mocha": "^3.1.2",
  75. "mote": "^0.2.0",
  76. "mustache": "^2.2.1",
  77. "nunjucks": "^3.0.0",
  78. "plates": "~0.4.8",
  79. "pug": "^2.0.0-beta6",
  80. "qejs": "^3.0.5",
  81. "ractive": "^0.8.4",
  82. "react": "^15.3.2",
  83. "react-dom": "^15.3.2",
  84. "should": "*",
  85. "slm": "^0.5.0",
  86. "swig": "^1.4.1",
  87. "swig-templates": "^2.0.2",
  88. "teacup": "^2.0.0",
  89. "templayed": ">=0.2.3",
  90. "tinyliquid": "^0.2.30",
  91. "toffee": "^0.1.12",
  92. "twig": "^0.10.0",
  93. "underscore": "^1.3.3",
  94. "vash": "^0.12.2",
  95. "velocityjs": "^0.8.2",
  96. "walrus": "^0.10.1",
  97. "whiskers": "^0.4.0"
  98. },
  99. "engines": {
  100. "node": ">= 0.10.0"
  101. },
  102. "files": [
  103. "index.js",
  104. "lib"
  105. ],
  106. "homepage": "https://github.com/tj/consolidate.js",
  107. "keywords": [
  108. "engine",
  109. "template",
  110. "view"
  111. ],
  112. "license": "MIT",
  113. "main": "index.js",
  114. "name": "consolidate",
  115. "repository": {
  116. "type": "git",
  117. "url": "git+https://github.com/tj/consolidate.js.git"
  118. },
  119. "scripts": {
  120. "lint": "eslint .",
  121. "pretest": "npm run lint",
  122. "test": "mocha"
  123. },
  124. "version": "0.15.1"
  125. }