-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
102 lines (102 loc) · 2.5 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
{
"name": "cacatoo",
"version": "2.0.1",
"description": "Building, exploring, and sharing spatially structured models",
"main": "dist/cacatoo.js",
"directories": {
"doc": "docs",
"example": "examples",
"lib": "lib"
},
"dependencies": {
"abbrev": "^1.1.1",
"ansi-regex": "^2.1.1",
"aproba": "^1.2.0",
"balanced-match": "^1.0.2",
"brace-expansion": "^1.1.11",
"cacatoo": "^1.1.2",
"chai": "^4.3.7",
"chownr": "^1.1.4",
"code-point-at": "^1.1.0",
"concat-map": "^0.0.1",
"console-control-strings": "^1.1.0",
"debug": "^3.2.7",
"decompress-response": "^4.2.1",
"deep-extend": "^0.6.0",
"detect-libc": "^1.0.3",
"esdoc": "^0.0.2",
"esdoc-standard-plugin": "^1.0.0",
"fast-random": "^2.0.4",
"flatted": "^3.2.5",
"fs": "^0.0.1-security",
"fs.realpath": "^1.0.0",
"has-unicode": "^2.0.1",
"iconv-lite": "^0.4.24",
"ignore-walk": "^3.0.4",
"inherits": "^2.0.4",
"ini": "^1.3.8",
"is-fullwidth-code-point": "^1.0.0",
"jsdocs": "^0.0.1",
"mersennetwister": "^0.2.3",
"mimic-response": "^2.1.0",
"minimatch": "^3.0.4",
"minimist": "^1.2.5",
"mkdirp": "^0.5.5",
"ms": "^2.1.3",
"needle": "^2.6.0",
"node": "^16.10.0",
"nopt": "^4.0.3",
"npm": "^8.3.2",
"npm-bundled": "^1.1.2",
"npm-normalize-package-bin": "^1.0.1",
"npm-packlist": "^1.4.8",
"number-is-nan": "^1.0.1",
"object-assign": "^4.1.1",
"odex": "^2.0.4",
"os-homedir": "^1.0.2",
"os-tmpdir": "^1.0.2",
"osenv": "^0.1.5",
"path-is-absolute": "^1.0.1",
"rc": "^1.2.8",
"safe-buffer": "^5.1.2",
"safer-buffer": "^2.1.2",
"sax": "^1.2.4",
"semver": "^5.7.1",
"set-blocking": "^2.0.0",
"signal-exit": "^3.0.3",
"simple-concat": "^1.0.1",
"sinon": "^12.0.1",
"string-width": "^1.0.2",
"strip-ansi": "^3.0.1",
"strip-json-comments": "^2.0.1"
},
"devDependencies": {
"jsdoc": "<=3.2.2",
"mocha": "^9.2.2",
"rollup": "^2.79.1"
},
"scripts": {
"test": "mocha unit_test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bramvandijk88/cacatoo.git"
},
"keywords": [
"modeling",
"biology",
"individual-based",
"model",
"spatial",
"structure",
"grid",
"evolution",
"ecology"
],
"author": "Bram van Dijk",
"license": "ISC",
"bugs": {
"url": "https://github.com/bramvandijk88/cacatoo/issues"
},
"homepage": "https://github.com/bramvandijk88/cacatoo#readme"
}