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