-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
53 lines (53 loc) · 1.26 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
{
"name": "stjs",
"version": "1.0.0",
"description": "Software Tools in JavaScript",
"type": "module",
"main": "index.js",
"scripts": {
"ejslint": "ejslint inc/*.html *.md */*.md",
"serve": "http-server docs -p 4000 --utc",
"test": "mocha */test/test-*.js"
},
"standard": {
"env": [
"mocha"
]
},
"author": "",
"license": "ISC",
"dependencies": {
"@dagrejs/graphlib": "^2.1.4",
"argparse": "^2.0.1",
"caller": "^1.0.1",
"csv": "^5.3.2",
"deep-equal": "^2.0.5",
"deepmerge": "^4.2.2",
"ecstatic": "^4.1.4",
"ejs": "^3.1.5",
"ejs-lint": "^1.1.0",
"escodegen": "^2.0.0",
"fs": "0.0.1-security",
"fs-extra-promise": "^1.0.1",
"glob": "^7.1.6",
"glob-promise": "^3.4.0",
"got": "^11.8.1",
"gray-matter": "^4.0.2",
"htmlparser2": "^5.0.1",
"http-server": "^0.12.3",
"js-yaml": "^3.14.0",
"markdown-it": "^11.0.1",
"markdown-it-anchor": "^5.3.0",
"markdown-it-container": "^3.0.0",
"microtime": "^3.0.0",
"minimatch": "^3.0.4",
"mocha": "^8.1.3",
"mock-fs": "^4.13.0",
"object-sizeof": "^1.6.1",
"prompt-sync": "^4.2.0",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"standard": "^16.0.3",
"terminal-kit": "^1.44.0"
}
}