-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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
{
"name": "cdl_export_english",
"version": "0.1.0",
"description": "Export of CDL compliant control sequence to English language specification",
"main": "app.js",
"repository": "git.test_repo",
"scripts": {
"test": "nyc mocha --timeout 120000 && standard"
},
"author": "Michael Wetter",
"license": "BSD-3-Clause",
"dependencies": {
"ajv": "^8.17.1",
"argparse": "^1.0.10",
"array-unique": "^0.3.2",
"bluebird": "^3.7.2",
"cheerio": "^1.0.0",
"express": "^4.19.2",
"find": "^0.2.9",
"fs": "0.0.1-security",
"fs-extra": "^5.0.0",
"glob": "^7.2.3",
"glob-promise": "^3.4.0",
"help": "^3.0.2",
"load-json-file": "^4.0.0",
"mathjs": "^11.12.0",
"minimist": "^1.2.8",
"mustache": "^2.3.2",
"n3": "^1.17.4",
"npm": "^10.8.2",
"nyc": "^15.1.0",
"promise-fs": "^1.3.0",
"rdf-parse": "^2.3.3",
"rdflib": "^2.2.35",
"streamify-string": "^1.0.1",
"winston": "^2.4.5"
},
"devDependencies": {
"chai": "^4.4.1",
"mocha": "^9.2.2",
"rewire": "^7.0.0",
"sinon": "^15.2.0",
"standard": "^17.1.2"
}
}