-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
106 lines (106 loc) · 3.25 KB
/
package.json
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
{
"_from": "git+https://github.com/das-peter/fractal-twig-context-subrender.git",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/fractal-twig-context-subrender",
"_phantomChildren": {
"@allmarkedup/fang": "1.0.0",
"@frctl/handlebars": "1.1.5",
"@frctl/mandelbrot": "1.2.0",
"anymatch": "1.3.2",
"bluebird": "3.5.3",
"browser-sync": "2.26.3",
"chokidar": "1.7.0",
"cli-table2": "0.2.0",
"co": "4.6.0",
"columnify": "1.5.4",
"escape-string-regexp": "1.0.5",
"express": "4.16.4",
"globby": "6.1.0",
"graceful-fs": "4.1.15",
"gray-matter": "2.1.1",
"handlebars": "4.1.0",
"has-ansi": "2.0.0",
"highlight.js": "9.14.2",
"inquirer": "1.2.3",
"istextorbinary": "2.5.1",
"js-beautify": "1.6.14",
"js-yaml": "3.12.1",
"klaw": "1.3.1",
"liftoff": "2.5.0",
"lodash": "4.17.11",
"log-update": "1.0.2",
"marked": "0.3.19",
"mime": "1.6.0",
"minimist": "1.2.0",
"mixwith": "0.1.1",
"nunjucks": "2.5.2",
"path-is-absolute": "1.0.1",
"path-to-regexp": "1.7.0",
"portscanner": "1.2.0",
"readable-stream": "2.3.6",
"require-all": "2.2.0",
"rimraf": "2.6.3",
"semver": "5.6.0",
"shelljs": "0.7.8",
"strip-ansi": "3.0.1",
"throat": "3.2.0",
"update-notifier": "1.0.3",
"vinyl": "1.2.0",
"vorpal": "1.11.4"
},
"_requested": {
"type": "git",
"raw": "https://github.com/das-peter/fractal-twig-context-subrender.git",
"rawSpec": "https://github.com/das-peter/fractal-twig-context-subrender.git",
"saveSpec": "git+https://github.com/das-peter/fractal-twig-context-subrender.git",
"fetchSpec": "https://github.com/das-peter/fractal-twig-context-subrender.git",
"gitCommittish": null
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "git+https://github.com/das-peter/fractal-twig-context-subrender.git#939216608eec2ee1d36433bc6031d8ed6318bd4b",
"_spec": "https://github.com/das-peter/fractal-twig-context-subrender.git",
"_where": "W:\\htdocs\\dobi\\frontend",
"author": {
"name": "ADYAX TEAM & das-peter"
},
"babel": {
"presets": [
"es2015"
]
},
"bugs": {
"url": "https://github.com/das-peter/fractal-twig-context-subrender/issues"
},
"bundleDependencies": false,
"dependencies": {
"@frctl/fractal": "latest",
"lodash": "^4.17.4",
"query-string": "^5.0.0",
"twig": "^1.10.5"
},
"deprecated": false,
"description": "Extension for the Fractal Twig Adapter to allow sub-render context data.",
"files": [
"src",
"index.js"
],
"homepage": "https://github.com/das-peter/fractal-twig-context-subrender#readme",
"license": "MIT",
"main": "index.js",
"name": "fractal-twig-context-subrender",
"repository": {
"type": "git",
"url": "git+https://github.com/das-peter/fractal-twig-context-subrender.git"
},
"scripts": {
"release:major": "npm version major -m \"Released version %s\" && npm publish && git push --follow-tags",
"release:minor": "npm version minor -m \"Released version %s\" && npm publish && git push --follow-tags",
"release:patch": "npm version patch -m \"Released version %s\" && npm publish && git push --follow-tags"
},
"version": "1.0.0"
}