package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "consolidate@0.14.5",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "consolidate@0.14.5",
  10. "_id": "consolidate@0.14.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-WiUEe8dvcwcmZ8jLUsmJiI9JTGM=",
  13. "_location": "/consolidate",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "consolidate@0.14.5",
  19. "name": "consolidate",
  20. "escapedName": "consolidate",
  21. "rawSpec": "0.14.5",
  22. "saveSpec": null,
  23. "fetchSpec": "0.14.5"
  24. },
  25. "_requiredBy": [
  26. "/gulp-wrap"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/consolidate/-/consolidate-0.14.5.tgz",
  29. "_spec": "0.14.5",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "TJ Holowaychuk",
  33. "email": "tj@vision-media.ca"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/visionmedia/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.0.3",
  48. "dot": "^1.0.1",
  49. "dust": "^0.3.0",
  50. "dustjs-helpers": "^1.1.1",
  51. "dustjs-linkedin": "^2.7.2",
  52. "eco": "^1.1.0-rc-3",
  53. "ect": "^0.5.9",
  54. "ejs": "^2.3.4",
  55. "eslint": "^3.7.1",
  56. "eslint-config-standard": "^6.2.0",
  57. "eslint-plugin-promise": "^3.3.1",
  58. "eslint-plugin-standard": "^2.0.1",
  59. "haml-coffee": "^1.4.0",
  60. "hamlet": "^0.3.3",
  61. "hamljs": "^0.6.1",
  62. "handlebars": "^4.0.5",
  63. "hogan.js": "^3.0.2",
  64. "htmling": "^0.0.7",
  65. "jade": "^1.9.1",
  66. "jazz": "^0.0.18",
  67. "jqtpl": "~1.1.0",
  68. "just": "^0.1.8",
  69. "liquor": "^0.0.5",
  70. "lodash": "^4.0.0",
  71. "marko": "^3.12.0",
  72. "mocha": "^3.1.2",
  73. "mote": "^0.2.0",
  74. "mustache": "^2.2.1",
  75. "nunjucks": "^3.0.0",
  76. "pug": "^2.0.0-beta6",
  77. "qejs": "^3.0.5",
  78. "ractive": "^0.8.4",
  79. "react": "^15.3.2",
  80. "react-dom": "^15.3.2",
  81. "should": "*",
  82. "slm": "^0.5.0",
  83. "swig": "^1.4.1",
  84. "templayed": ">=0.2.3",
  85. "tinyliquid": "^0.2.22",
  86. "toffee": "^0.1.12",
  87. "twig": "^0.10.0",
  88. "underscore": "^1.3.3",
  89. "vash": "^0.12.2",
  90. "walrus": "^0.10.1",
  91. "whiskers": "^0.4.0"
  92. },
  93. "homepage": "https://github.com/visionmedia/consolidate.js#readme",
  94. "keywords": [
  95. "engine",
  96. "template",
  97. "view"
  98. ],
  99. "license": "MIT",
  100. "main": "index",
  101. "name": "consolidate",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/visionmedia/consolidate.js.git"
  105. },
  106. "scripts": {
  107. "test": "mocha"
  108. },
  109. "version": "0.14.5"
  110. }