package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_args": [
  3. [
  4. "consolidate@0.16.0",
  5. "/Users/wc/Desktop/HBuilder/vue3_cesium"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "consolidate@0.16.0",
  10. "_id": "consolidate@0.16.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Nhl1wzCslqXYTJVDyJCu3ODohy9OfBMB5uD2BiBTzd7w+QY0lBzafkR8y8755yMYHAaMD4NuzbAw03/xzfw+eQ==",
  13. "_location": "/consolidate",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "consolidate@0.16.0",
  19. "name": "consolidate",
  20. "escapedName": "consolidate",
  21. "rawSpec": "0.16.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.16.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/compiler-sfc"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/consolidate/-/consolidate-0.16.0.tgz",
  29. "_spec": "0.16.0",
  30. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium",
  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.7.2"
  40. },
  41. "description": "Template engine consolidation library",
  42. "devDependencies": {
  43. "arc-templates": "^0.5.3",
  44. "atpl": ">=0.7.6",
  45. "babel-core": "^6.26.3",
  46. "babel-preset-react": "^6.24.1",
  47. "bracket-template": "^1.1.5",
  48. "coffee-script": "^1.12.7",
  49. "dot": "^1.1.3",
  50. "dust": "^0.3.0",
  51. "dustjs-helpers": "^1.7.4",
  52. "dustjs-linkedin": "^2.7.5",
  53. "eco": "^1.1.0-rc-3",
  54. "ect": "^0.5.9",
  55. "ejs": "^3.1.5",
  56. "eslint": "^7.8.1",
  57. "eslint-config-standard": "^14.1.1",
  58. "eslint-plugin-promise": "^4.2.1",
  59. "eslint-plugin-standard": "^4.0.1",
  60. "haml-coffee": "^1.14.1",
  61. "hamlet": "^0.3.3",
  62. "hamljs": "^0.6.2",
  63. "handlebars": "^4.7.6",
  64. "hogan.js": "^3.0.2",
  65. "htmling": "^0.0.8",
  66. "jade": "^1.11.0",
  67. "jazz": "^0.0.18",
  68. "jqtpl": "~1.1.0",
  69. "just": "^0.1.8",
  70. "liquid-node": "^3.0.1",
  71. "liquor": "^0.0.5",
  72. "lodash": "^4.17.20",
  73. "marko": "^3.14.4",
  74. "mocha": "^3.5.3",
  75. "mote": "^0.2.0",
  76. "mustache": "^4.0.1",
  77. "nunjucks": "^3.2.2",
  78. "plates": "~0.4.11",
  79. "pug": "^3.0.0",
  80. "qejs": "^3.0.5",
  81. "ractive": "^1.3.12",
  82. "razor-tmpl": "^1.3.1",
  83. "react": "^16.13.1",
  84. "react-dom": "^16.13.1",
  85. "semver": "^7.3.2",
  86. "should": "*",
  87. "slm": "^2.0.0",
  88. "squirrelly": "^5.1.0",
  89. "swig": "^1.4.2",
  90. "swig-templates": "^2.0.3",
  91. "teacup": "^2.0.0",
  92. "templayed": ">=0.2.3",
  93. "tinyliquid": "^0.2.34",
  94. "toffee": "^0.3.6",
  95. "twig": "^1.15.2",
  96. "twing": "^5.0.2",
  97. "underscore": "^1.11.0",
  98. "vash": "^0.13.0",
  99. "velocityjs": "^2.0.1",
  100. "walrus": "^0.10.1",
  101. "whiskers": "^0.4.0"
  102. },
  103. "engines": {
  104. "node": ">= 0.10.0"
  105. },
  106. "files": [
  107. "index.js",
  108. "lib"
  109. ],
  110. "homepage": "https://github.com/tj/consolidate.js",
  111. "keywords": [
  112. "engine",
  113. "template",
  114. "view"
  115. ],
  116. "license": "MIT",
  117. "main": "index.js",
  118. "name": "consolidate",
  119. "repository": {
  120. "type": "git",
  121. "url": "git+https://github.com/tj/consolidate.js.git"
  122. },
  123. "scripts": {
  124. "lint": "eslint .",
  125. "pretest": "npm run lint",
  126. "test": "mocha"
  127. },
  128. "version": "0.16.0"
  129. }