-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.15 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.15 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"devDependencies": {
"autoprefixer": "^10.5.0",
"postcss": "^8.5.12",
"postcss-cli": "^11.0.1"
},
"name": "alcops-dev",
"version": "1.0.0",
"description": "A community driven collection of code analyzers for the AL programming language of Microsoft Dynamics 365 Business Central.",
"main": "index.js",
"dependencies": {
"ansi-regex": "^6.2.2",
"ansi-styles": "^6.2.3",
"anymatch": "^3.1.3",
"baseline-browser-mapping": "^2.10.23",
"binary-extensions": "^3.1.0",
"braces": "^3.0.3",
"browserslist": "^4.28.2",
"caniuse-lite": "^1.0.30001788",
"chokidar": "^5.0.0",
"cliui": "^9.0.1",
"color-convert": "^3.1.3",
"color-name": "^2.1.0",
"dependency-graph": "^1.0.0",
"electron-to-chromium": "^1.5.344",
"emoji-regex": "^10.6.0",
"escalade": "^3.2.0",
"fill-range": "^7.1.1",
"fraction.js": "^5.3.4",
"fs-extra": "^11.3.4",
"get-caller-file": "^2.0.5",
"glob-parent": "^6.0.2",
"graceful-fs": "^4.2.11",
"is-binary-path": "^3.0.0",
"is-extglob": "^2.1.1",
"is-fullwidth-code-point": "^5.1.0",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"jsonfile": "^6.2.0",
"lilconfig": "^3.1.3",
"nanoid": "^5.1.7",
"node-releases": "^2.0.38",
"normalize-path": "^3.0.0",
"normalize-range": "^0.1.2",
"picocolors": "^1.1.1",
"picomatch": "^4.0.4",
"pify": "^6.1.0",
"postcss-load-config": "^6.0.1",
"postcss-reporter": "^7.1.0",
"postcss-value-parser": "^4.2.0",
"pretty-hrtime": "^1.0.3",
"read-cache": "^1.0.0",
"readdirp": "^5.0.0",
"require-directory": "^2.1.1",
"slash": "^5.1.0",
"source-map-js": "^1.2.1",
"string-width": "^8.1.1",
"strip-ansi": "^7.2.0",
"thenby": "^1.4.1",
"tinyglobby": "^0.2.16",
"to-regex-range": "^5.0.1",
"universalify": "^2.0.1",
"update-browserslist-db": "^1.1.4",
"wrap-ansi": "^10.0.0",
"y18n": "^5.0.8",
"yaml": "^2.8.3",
"yargs": "^18.0.0",
"yargs-parser": "^22.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs"
}