package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "consolidate@^0.14.0",
  3. "_id": "consolidate@0.14.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-WiUEe8dvcwcmZ8jLUsmJiI9JTGM=",
  6. "_location": "/consolidate",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "consolidate@^0.14.0",
  12. "name": "consolidate",
  13. "escapedName": "consolidate",
  14. "rawSpec": "^0.14.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.14.0"
  17. },
  18. "_requiredBy": [
  19. "/vue-loader"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/consolidate/-/consolidate-0.14.5.tgz",
  22. "_shasum": "5a25047bc76f73072667c8cb52c989888f494c63",
  23. "_spec": "consolidate@^0.14.0",
  24. "_where": "D:\\workSpace\\dealer_front\\node_modules\\vue-loader",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/visionmedia/consolidate.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "bluebird": "^3.1.1"
  35. },
  36. "deprecated": false,
  37. "description": "Template engine consolidation library",
  38. "devDependencies": {
  39. "arc-templates": "^0.5.1",
  40. "atpl": ">=0.7.6",
  41. "babel-core": "^6.7.6",
  42. "babel-preset-react": "^6.5.0",
  43. "bracket-template": "^1.0.3",
  44. "dot": "^1.0.1",
  45. "dust": "^0.3.0",
  46. "dustjs-helpers": "^1.1.1",
  47. "dustjs-linkedin": "^2.7.2",
  48. "eco": "^1.1.0-rc-3",
  49. "ect": "^0.5.9",
  50. "ejs": "^2.3.4",
  51. "eslint": "^3.7.1",
  52. "eslint-config-standard": "^6.2.0",
  53. "eslint-plugin-promise": "^3.3.1",
  54. "eslint-plugin-standard": "^2.0.1",
  55. "haml-coffee": "^1.4.0",
  56. "hamlet": "^0.3.3",
  57. "hamljs": "^0.6.1",
  58. "handlebars": "^4.0.5",
  59. "hogan.js": "^3.0.2",
  60. "htmling": "^0.0.7",
  61. "jade": "^1.9.1",
  62. "jazz": "^0.0.18",
  63. "jqtpl": "~1.1.0",
  64. "just": "^0.1.8",
  65. "liquor": "^0.0.5",
  66. "lodash": "^4.0.0",
  67. "marko": "^3.12.0",
  68. "mocha": "^3.1.2",
  69. "mote": "^0.2.0",
  70. "mustache": "^2.2.1",
  71. "nunjucks": "^3.0.0",
  72. "pug": "^2.0.0-beta6",
  73. "qejs": "^3.0.5",
  74. "ractive": "^0.8.4",
  75. "react": "^15.3.2",
  76. "react-dom": "^15.3.2",
  77. "should": "*",
  78. "slm": "^0.5.0",
  79. "swig": "^1.4.1",
  80. "templayed": ">=0.2.3",
  81. "tinyliquid": "^0.2.22",
  82. "toffee": "^0.1.12",
  83. "twig": "^0.10.0",
  84. "underscore": "^1.3.3",
  85. "vash": "^0.12.2",
  86. "walrus": "^0.10.1",
  87. "whiskers": "^0.4.0"
  88. },
  89. "homepage": "https://github.com/visionmedia/consolidate.js#readme",
  90. "keywords": [
  91. "engine",
  92. "template",
  93. "view"
  94. ],
  95. "license": "MIT",
  96. "main": "index",
  97. "name": "consolidate",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/visionmedia/consolidate.js.git"
  101. },
  102. "scripts": {
  103. "test": "mocha"
  104. },
  105. "version": "0.14.5"
  106. }