-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 2.72 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
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
{
"devDependencies": {
"chai": "^4.3.7",
"mocha": "^10.2.0"
},
"name": "battleshipengine",
"version": "1.0.0",
"main": "main_test.js",
"dependencies": {
"anymatch": "^3.1.3",
"ansi-styles": "^4.3.0",
"ansi-regex": "^5.0.1",
"ansi-colors": "^4.1.1",
"argparse": "^2.0.1",
"assertion-error": "^1.1.0",
"braces": "^3.0.2",
"brace-expansion": "^2.0.1",
"balanced-match": "^1.0.2",
"binary-extensions": "^2.2.0",
"camelcase": "^6.3.0",
"browser-stdout": "^1.3.1",
"chokidar": "^3.5.3",
"check-error": "^1.0.2",
"cliui": "^7.0.4",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"debug": "^4.3.4",
"concat-map": "^0.0.1",
"chalk": "^4.1.2",
"deep-eql": "^4.1.3",
"decamelize": "^4.0.0",
"diff": "^5.0.0",
"escape-string-regexp": "^4.0.0",
"escalade": "^3.1.1",
"fill-range": "^7.0.1",
"emoji-regex": "^8.0.0",
"find-up": "^5.0.0",
"fs.realpath": "^1.0.0",
"get-caller-file": "^2.0.5",
"get-func-name": "^2.0.0",
"glob-parent": "^5.1.2",
"he": "^1.2.0",
"flat": "^5.0.2",
"glob": "^7.2.0",
"has-flag": "^4.0.0",
"inflight": "^1.0.6",
"is-binary-path": "^2.1.0",
"inherits": "^2.0.4",
"is-extglob": "^2.1.1",
"is-fullwidth-code-point": "^3.0.0",
"is-number": "^7.0.0",
"is-plain-obj": "^2.1.0",
"is-unicode-supported": "^0.1.0",
"is-glob": "^4.0.3",
"js-yaml": "^4.1.0",
"log-symbols": "^4.1.0",
"loupe": "^2.3.6",
"minimatch": "^5.0.1",
"locate-path": "^6.0.0",
"nanoid": "^3.3.3",
"ms": "^2.1.3",
"normalize-path": "^3.0.0",
"p-limit": "^3.1.0",
"path-is-absolute": "^1.0.1",
"p-locate": "^5.0.0",
"pathval": "^1.1.1",
"once": "^1.4.0",
"path-exists": "^4.0.0",
"randombytes": "^2.1.0",
"readdirp": "^3.6.0",
"safe-buffer": "^5.2.1",
"picomatch": "^2.3.1",
"require-directory": "^2.1.1",
"serialize-javascript": "^6.0.0",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"strip-json-comments": "^3.1.1",
"supports-color": "^8.1.1",
"workerpool": "^6.2.1",
"to-regex-range": "^5.0.1",
"wrap-ansi": "^7.0.0",
"type-detect": "^4.0.8",
"wrappy": "^1.0.2",
"yargs": "^16.2.0",
"y18n": "^5.0.8",
"yargs-parser": "^20.2.4",
"yocto-queue": "^0.1.0",
"yargs-unparser": "^2.0.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TriathlonForest/BattleshipEngine.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TriathlonForest/BattleshipEngine/issues"
},
"homepage": "https://github.com/TriathlonForest/BattleshipEngine#readme",
"description": ""
}