-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
146 lines (146 loc) · 4.65 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "tibet",
"version": "5.6.1",
"description": "TIBET Full-Stack Low-Code Platform.",
"keywords": ["Electron", "Express", "Framework", "Full-Stack", "Single-Page", "Low-Code", "No-Code", "IDE", "Workflow", "CouchDB"],
"homepage": "http://www.technicalpursuit.com",
"author": {
"name": "Technical Pursuit Inc.",
"email": "tibet@technicalpursuit.com",
"url": "http://www.technicalpursuit.com"
},
"contributors": [{
"name": "Scott Shattuck",
"email": "ss@technicalpursuit.com"
}, {
"name": "William J. Edney",
"email": "bedney@technicalpursuit.com"
}],
"repository": {
"type": "git",
"url": "http://github.com/TechnicalPursuit/TIBET"
},
"bugs": {
"url": "http://github.com/TechnicalPursuit/TIBET/issues",
"email": "tibet@technicalpursuit.com"
},
"license": "RPL-1.5",
"main": "./lib/tibet.js",
"bin": {
"tibet": "bin/tibet",
"tibet_debug": "bin/tibet_debug"
},
"directories": {
"bin": "./bin",
"doc": "./doc/markdown",
"lib": "./lib",
"man": "./doc/man"
},
"dependencies": {
"@codemirror/basic-setup": "^0.19.1",
"@codemirror/lang-css": "^0.19.3",
"@codemirror/lang-html": "^0.19.4",
"@codemirror/lang-javascript": "^0.19.3",
"@codemirror/lang-json": "^0.19.1",
"@codemirror/lang-markdown": "^0.19.3",
"@codemirror/lang-python": "^0.19.2",
"@codemirror/lang-xml": "^0.19.2",
"@codemirror/panel": "^0.19.1",
"@discoveryjs/discovery": "^1.0.0-beta.62",
"@lezer/common": "^0.15.11",
"@lezer/css": "^0.15.2",
"@lezer/html": "^0.15.0",
"@lezer/javascript": "^0.15.2",
"@lezer/json": "^0.15.0",
"@lezer/lr": "^0.15.5",
"@lezer/markdown": "^0.15.3",
"@lezer/python": "^0.15.0",
"@lezer/xml": "^0.15.1",
"ace-builds": "^1.4.13",
"amazon-cognito-identity-js": "^5.2.3",
"ansi-256-colors": "^1.1.0",
"ansi-styles": "^5.2.0",
"aws-sdk": "^2.1048.0",
"bluebird": "^3.7.2",
"chokidar": "^3.5.2",
"chrome-launcher": "^0.15.0",
"codemirror": "github:TechnicalPursuit/codemirror",
"cors": "^2.8.5",
"crelt": "^1.0.5",
"d3-dispatch": "^3.0.1",
"d3-interpolate": "^3.0.1",
"d3-selection": "^3.0.0",
"diff": "^5.0.0",
"express": "^4.17.2",
"express-winston": "^4.2.0",
"faye-websocket": "^0.11.4",
"findit": "*",
"follow": "^1.1.0",
"fuse.js": "^6.5.0",
"handlebars": "^4.7.7",
"has-ansi": "^4.0.1",
"ip": "^1.1.5",
"jjv": "^1.0.2",
"jquery": "github:TechnicalPursuit/jquery",
"jquery-xpath": "^0.3.1",
"js-beautify": "^1.14.0",
"jsforce": "^1.11.0",
"jsonpath": "github:TechnicalPursuit/jsonpath",
"marked": "^0.7.0",
"marked-man": "^0.7.0",
"mime-types": "^2.1.34",
"minimatch": "^3.0.3",
"minimist": "*",
"moment": "^2.29.1",
"nano": "^9.0.5",
"node-forge": "^0.10.0",
"npm": "^8.3.0",
"open-editor": "^3.0.0",
"opener": "^1.5.2",
"permessage-deflate": "^0.1.7",
"pouchdb-all-dbs": "^1.1.1",
"readline-sync": "^1.4.10",
"semver": "^7.3.5",
"shelljs": "^0.8.4",
"shelljs-nodecli": "*",
"sprintf-js": "^1.1.2",
"style-mod": "^4.0.0",
"systemjs": "^6.11.0",
"triple-beam": "^1.3.0",
"vm2": "^3.9.5",
"w3c-keyname": "^2.2.4",
"websocket-extensions": "^0.1.4",
"wicked-good-xpath": "^1.3.0",
"winston": "^3.3.3",
"xml2js": "^0.4.23",
"xmldom": "^0.6.0",
"xpath.js": "github:TechnicalPursuit/xpath.js"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-transform-modules-systemjs": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"babel-minify": "^0.5.1",
"chai": "^4.3.4",
"eslint": "^8.5.0",
"less": "^4.1.2",
"mocha": "^8.4.0",
"mutation-summary": "github:TechnicalPursuit/mutation-summary",
"node-sass": "^6.0.1",
"puppeteer": "^13.0.1",
"sinon": "^12.0.1",
"stylelint": "^14.1.0",
"stylelint-config-standard": "^24.0.0",
"syn": "github:TechnicalPursuit/syn"
},
"engines": {
"node": ">=12",
"npm": ">=6"
},
"scripts": {
"test": "./bin/tibet checkup",
"test_cli": "mocha ./test/mocha/cli_test.js"
},
"preferGlobal": true,
"private": false
}