-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.33 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.33 KB
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
{
"name": "code-formation",
"version": "0.7.4",
"description": "context-free text manipulator using line-oriented DSL for easy embedding to existing source code",
"main": "./src/index.js",
"bin": "./src/index.js",
"files": [
"src",
"README.md",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NLKNguyen/code-formation.git"
},
"author": "Nikyle Nguyen",
"license": "MIT",
"bugs": {
"url": "https://github.com/NLKNguyen/code-formation/issues"
},
"homepage": "https://github.com/NLKNguyen/code-formation#readme",
"dependencies": {
"@npmcli/promise-spawn": "^4.0.0",
"boolean": "^3.2.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"commander": "^9.1.0",
"glob": "^7.2.0",
"glob-all": "^3.3.0",
"html-escaper": "^2.0.2",
"json-colorizer": "^2.2.2",
"jsonata": "^1.8.6",
"lodash": "^4.17.21",
"luxon": "^3.0.1",
"marked": "^4.1.0",
"node-fetch": "^2.6.7",
"pako": "^2.0.4",
"parse-pairs": "^1.1.0",
"query-string": "^7.1.1",
"requireg": "^0.2.2",
"s-expression.js": "^0.6.4",
"vm2": "^3.9.11",
"wildcard-match": "^5.1.2",
"winston": "^3.6.0"
},
"keywords": [
"template",
"metaprogramming",
"CFL"
]
}