-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 3.11 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
{
"name": "pigeon-optics",
"version": "0.2.0",
"description": "A radically low-performance unscaleable multiauthor untrusted map/reducing database for tiny servers and community projects",
"main": "server.js",
"repo": "https://github.com/auslan-find-sign/pigeon-optics.git",
"homepage": "https://github.com/auslan-find-sign/pigeon-optics/",
"scripts": {
"test": "npm run build; mocha --exit --trace-warnings",
"build": "browserify -g uglifyify library/workers/environment.js/index.js -o library/workers/environment.js/bundle.min.js"
},
"keywords": [
"auslan",
"find-sign"
],
"engines": {
"node": ">=11.7.0"
},
"author": "Phoenix Fox",
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {
"@toverux/expresse": "^2.4.0",
"ace-builds": "^1.4.12",
"browserify": "^17.0.0",
"cbor-x": "^0.8.3",
"compression": "^1.7.4",
"content-disposition": "^0.5.3",
"content-type": "^1.0.4",
"cookie-session": "^1.4.0",
"dataset-archive": "^0.9.1",
"death": "^1.1.0",
"delay": "^5.0.0",
"destroy": "^1.0.4",
"duplexify": "^4.1.1",
"encodeuricomponent-tag": "^1.0.1",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"file-scratch-pad": "^1.0.0",
"fs-extra": "^9.1.0",
"hash-through": "^0.1.16",
"html-tags": "^3.1.0",
"htmlparser2": "^6.1.0",
"http-errors": "^1.8.0",
"isolated-vm": "^4.3.2",
"it-length-prefixed": "^5.0.2",
"it-multipart": "^1.0.9",
"it-pipe": "^1.1.0",
"javascript-stringify": "^2.1.0",
"json5": "^2.2.0",
"length-prefixed-stream": "^2.0.0",
"method-override": "^3.0.0",
"microsoft-capitalize": "^1.0.5",
"msgpack5": "^5.3.2",
"object-hash": "^2.1.1",
"on-finished": "^2.3.0",
"path-to-regexp": "^6.2.0",
"pigeonmark-arbitrary": "^1.0.1",
"pigeonmark-html": "^1.0.1",
"pigeonmark-utils": "^1.0.4",
"pigeonmark-xml": "^1.0.0",
"prismjs": "^1.24.0",
"stacktracey": "^2.0.18",
"stream-json": "^1.7.1",
"stream-to-it": "^0.2.3",
"streaming-iterables": "^6.0.0",
"string-natural-compare": "^3.0.1",
"superagent": "^6.1.0",
"timestring": "^6.0.0",
"tiny-function-queue": "^1.0.0",
"tree-selector": "^2.1.1",
"tweetnacl": "^1.0.3",
"type-detect": "^4.0.8",
"unicode": "^13.0.0",
"xbytes": "^1.7.0",
"yaml": "^2.0.0-4",
"zip-stream": "^4.0.4"
},
"defaults": {
"title": "Pigeon Optics",
"data": "./.data",
"url": "https://localhost:3000",
"lensTimeout": "50ms",
"lensCodeSize": "5 MB",
"maxRecordSize": "20 MB",
"maxAttachmentSize": "1 GB",
"forbiddenAuthorNames": [
"system",
"admin",
"owner",
"root",
"user",
"author",
"creator",
"test",
"support",
"guest",
"operator",
"debug",
"dev",
"..",
"."
],
"forbiddenEntityNames": [
"..",
"."
]
},
"devDependencies": {
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"mocha": "^8.3.2",
"standard": "^16.0.3",
"uglifyify": "^5.0.2"
},
"standard": {
"env": [
"mocha"
]
}
}