-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
85 lines (85 loc) · 2.17 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
{
"name": "d-portal",
"description": "Various IATI data tools.",
"version": "0.0.63",
"license": "MIT",
"main": "dflat/js/cmd.js",
"repository": {
"type": "git",
"url": "https://github.com/devinit/D-Portal.git",
"directory": "live"
},
"bin": {
"d-portal": "dflat/js/cmd.js",
"dflat": "dflat/js/cmd.js"
},
"directories": {},
"dependencies": {
"async": "^3.2.5",
"brace": "^0.11.1",
"chalk": "^5.3.0",
"chartist": "^1.3.0",
"chosen-npm": "^1.4.2",
"co": "^4.6.0",
"csv-parse": "^5.5.5",
"csv-writer": "^1.6.0",
"entities": "^4.5.0",
"express": "^4.19.2",
"express-fileupload": "^1.5.0",
"freechange": "^0.0.198",
"fs-extra": "^11.2.0",
"htmlparser": "^1.7.7",
"iconv-lite": "^0.6.3",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.2",
"jquery.json-viewer": "^1.5.0",
"jquery.splitter": "^0.28.5",
"jqueryui": "^1.11.1",
"jschardet": "^3.1.2",
"json-stable-stringify": "^1.1.1",
"json2csv": "^5.0.6",
"json5": "^2.2.3",
"marked": "^12.0.1",
"mc": "^1.0.6",
"md5-o-matic": "^0.1.1",
"minimist": "^1.2.8",
"moment": "^2.30.1",
"morgan": "^1.10.0",
"node-fetch": ">=2.7.0 <3.0.0",
"papaparse": "^5.4.1",
"pg": "^8.11.5",
"pg-cursor": "^2.10.5",
"pg-monitor": "^2.0.0",
"pg-promise": "^11.5.5",
"plated": "0.0.102",
"sax": "^1.3.0",
"shelljs": "^0.8.5",
"sqlite-async": "^1.2.0",
"stupid-table-plugin": "^1.1.3",
"thenify": "^3.3.1",
"typeahead.js": "^0.11.1",
"wait.for-es6": "^0.1.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"assert": "^2.1.0",
"browserify-zlib": "^0.2.0",
"copy-webpack-plugin": "^12.0.2",
"crypto-browserify": "^3.12.0",
"null-loader": "^4.0.1",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"raw-loader": "^4.0.2",
"servez": "^2.1.4",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.3",
"util": "^0.12.5",
"vm-browserify": "^1.1.2",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"zip-webpack-plugin": "^4.0.1"
}
}