UNPKG

3.42 kBJSONView Raw
1{
2 "name": "marko",
3 "version": "4.19.12",
4 "license": "MIT",
5 "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
6 "dependencies": {
7 "app-module-path": "^2.2.0",
8 "argly": "^1.0.0",
9 "browser-refresh-client": "^1.0.0",
10 "camelcase": "^5.0.0",
11 "char-props": "~0.1.5",
12 "complain": "^1.6.0",
13 "deresolve": "^1.1.2",
14 "escodegen": "^1.8.1",
15 "esprima": "^4.0.0",
16 "estraverse": "^4.3.0",
17 "events-light": "^1.0.0",
18 "he": "^1.1.0",
19 "htmljs-parser": "^2.7.1",
20 "lasso-caching-fs": "^1.0.1",
21 "lasso-modules-client": "^2.0.4",
22 "lasso-package-root": "^1.0.1",
23 "listener-tracker": "^2.0.0",
24 "minimatch": "^3.0.2",
25 "property-handlers": "^1.0.0",
26 "raptor-regexp": "^1.0.0",
27 "raptor-util": "^3.2.0",
28 "resolve-from": "^2.0.0",
29 "self-closing-tags": "^1.0.1",
30 "simple-sha1": "^2.1.0",
31 "strip-json-comments": "^2.0.1",
32 "warp10": "^2.0.1"
33 },
34 "devDependencies": {
35 "@marko/migrate": "^5.1.0",
36 "bluebird": "^3.4.7",
37 "caller-path": "^2.0.0",
38 "chai": "^3.3.0",
39 "diffable-html": "^2.1.0",
40 "express": "^4.16.1",
41 "it-fails": "^1.0.0",
42 "jquery": "^3.1.1",
43 "jsdom-context-require": "^1.0.1",
44 "lasso-resolve-from": "^1.2.0",
45 "marko-widgets": "^7.0.1",
46 "micromatch": "^3.0.4",
47 "request": "^2.72.0",
48 "through": "^2.3.4",
49 "through2": "^2.0.1"
50 },
51 "main": "index.js",
52 "browser": {
53 "./compiler.js": "./compiler-browser.marko",
54 "./components.js": "./components-browser.marko",
55 "./index.js": "./index-browser.marko",
56 "./legacy-components.js": "./legacy-components-browser.marko"
57 },
58 "bin": {
59 "markoc": "bin/markoc"
60 },
61 "homepage": "http://markojs.com/",
62 "logo": {
63 "url": "https://raw.githubusercontent.com/marko-js/branding/master/marko-logo-small.png"
64 },
65 "repository": {
66 "type": "git",
67 "url": "https://github.com/marko-js/marko.git"
68 },
69 "publishConfig": {
70 "registry": "https://registry.npmjs.org/"
71 },
72 "author": "Patrick Steele-Idem <pnidem@gmail.com>",
73 "maintainers": [
74 "Patrick Steele-Idem <pnidem@gmail.com>",
75 "Michael Rawlings <ml.rawlings@gmail.com>",
76 "Phillip Gates-Idem <phillip.idem@gmail.com>",
77 "Austin Kelleher <a@alk.im>",
78 "Dylan Piercey <pierceydylan@gmail.com>",
79 "Martin Aberer"
80 ],
81 "keywords": [
82 "front-end",
83 "templating",
84 "template",
85 "async",
86 "streaming",
87 "components",
88 "ui",
89 "vdom",
90 "dom",
91 "morphdom",
92 "virtual",
93 "virtual-dom"
94 ],
95 "files": [
96 "bin",
97 "dist",
98 "docs",
99 "helpers",
100 "src",
101 "browser-refresh.js",
102 "compiler-browser.marko",
103 "compiler.js",
104 "components-browser.marko",
105 "components.js",
106 "env.js",
107 "express.js",
108 "hot-reload.js",
109 "index-browser.marko",
110 "index.js",
111 "jquery.marko",
112 "legacy-components-browser.marko",
113 "legacy-components.js",
114 "node-require.js",
115 "ready.marko"
116 ]
117}