-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.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.6",
"brace": "^0.11.1",
"chalk": "^5.4.1",
"chartist": "^1.3.0",
"chosen-npm": "^1.4.2",
"co": "^4.6.0",
"csv-parse": "^5.6.0",
"csv-writer": "^1.6.0",
"entities": "^6.0.0",
"express": "^4.21.2",
"express-fileupload": "^1.5.1",
"freechange": "^1.250120.1",
"fs-extra": "^11.2.0",
"htmlparser": "^1.7.7",
"iconv-lite": "^0.6.3",
"jquery": "^3.7.1",
"jquery-ui": "^1.14.1",
"jquery.json-viewer": "^1.5.0",
"jquery.splitter": "^0.29.1",
"jqueryui": "^1.11.1",
"jschardet": "^3.1.4",
"json-stable-stringify": "^1.2.1",
"json2csv": "^5.0.7",
"json5": "^2.2.3",
"marked": "^15.0.6",
"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.13.1",
"pg-cursor": "^2.12.1",
"pg-monitor": "^2.1.0",
"pg-promise": "^11.10.2",
"plated": "0.0.104",
"sax": "^1.4.1",
"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.1",
"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.3.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.4",
"util": "^0.12.5",
"vm-browserify": "^1.1.2",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0",
"zip-webpack-plugin": "^4.0.3"
}
}