This repository was archived by the owner on Jun 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 2.93 KB
/
package.json
File metadata and controls
110 lines (110 loc) · 2.93 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "audioguides",
"version": "1.0.0",
"description": "Audio Guides project from STEP interns",
"main": "index.js",
"dependencies": {
"ajv": "^6.12.4",
"ansi-colors": "^4.1.1",
"acorn-jsx": "^5.2.0",
"ansi-regex": "^5.0.0",
"ansi-styles": "^3.2.1",
"argparse": "^1.0.10",
"astral-regex": "^1.0.0",
"balanced-match": "^1.0.0",
"brace-expansion": "^1.1.11",
"callsites": "^3.1.0",
"acorn": "^7.4.0",
"chalk": "^4.1.0",
"color-convert": "^1.9.3",
"concat-map": "^0.0.1",
"cross-spawn": "^7.0.3",
"color-name": "^1.1.3",
"debug": "^4.1.1",
"doctrine": "^3.0.0",
"emoji-regex": "^7.0.3",
"deep-is": "^0.1.3",
"enquirer": "^2.3.6",
"escape-string-regexp": "^1.0.5",
"eslint-scope": "^5.1.0",
"eslint-utils": "^2.1.0",
"eslint-visitor-keys": "^1.3.0",
"esquery": "^1.3.1",
"espree": "^7.3.0",
"esprima": "^4.0.1",
"esrecurse": "^4.2.1",
"estraverse": "^4.3.0",
"fast-deep-equal": "^3.1.3",
"esutils": "^2.0.3",
"file-entry-cache": "^5.0.1",
"fast-levenshtein": "^2.0.6",
"fast-json-stable-stringify": "^2.1.0",
"flat-cache": "^2.0.1",
"fs.realpath": "^1.0.0",
"functional-red-black-tree": "^1.0.1",
"glob-parent": "^5.1.1",
"glob": "^7.1.6",
"globals": "^12.4.0",
"has-flag": "^4.0.0",
"ignore": "^4.0.6",
"import-fresh": "^3.2.1",
"inflight": "^1.0.6",
"imurmurhash": "^0.1.4",
"inherits": "^2.0.4",
"is-extglob": "^2.1.1",
"is-fullwidth-code-point": "^2.0.0",
"is-glob": "^4.0.1",
"isexe": "^2.0.0",
"js-tokens": "^4.0.0",
"js-yaml": "^3.14.0",
"json-schema-traverse": "^0.4.1",
"levn": "^0.4.1",
"json-stable-stringify-without-jsonify": "^1.0.1",
"lodash": "^4.17.20",
"minimatch": "^3.0.4",
"minimist": "^1.2.5",
"mkdirp": "^0.5.5",
"ms": "^2.1.2",
"natural-compare": "^1.4.0",
"once": "^1.4.0",
"optionator": "^0.9.1",
"parent-module": "^1.0.1",
"path-is-absolute": "^1.0.1",
"path-key": "^3.1.1",
"prelude-ls": "^1.2.1",
"regexpp": "^3.1.0",
"resolve-from": "^4.0.0",
"punycode": "^2.1.1",
"rimraf": "^2.6.3",
"shebang-command": "^2.0.0",
"slice-ansi": "^2.1.0",
"string-width": "^3.1.0",
"shebang-regex": "^3.0.0",
"sprintf-js": "^1.0.3",
"strip-json-comments": "^3.1.1",
"supports-color": "^7.1.0",
"table": "^5.4.6",
"text-table": "^0.2.0",
"type-fest": "^0.8.1",
"type-check": "^0.4.0",
"which": "^2.0.2",
"uri-js": "^4.2.2",
"v8-compile-cache": "^2.1.1",
"strip-ansi": "^6.0.0",
"wrappy": "^1.0.2",
"word-wrap": "^1.2.3",
"write": "^1.0.3",
"flatted": "^2.0.2",
"semver": "^7.3.2",
"progress": "^2.0.3"
},
"devDependencies": {
"eslint": "^7.8.1",
"eslint-config-google": "^0.14.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}