-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 627 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 627 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "memory-allocator",
"author": "Warriors Life",
"version": "0.2.0",
"description": "Simple ArrayBuffer memory allocator",
"license": "MIT",
"type": "module",
"exports": "./index.js",
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/warriors-life/memory-allocator.git",
"directory": "src"
},
"homepage": "https://github.com/warriors-life/memory-allocator",
"bugs": "https://github.com/warriors-life/memory-allocator/issues",
"dependencies": {
"@foxglove/avl": "^1.0.0",
"events": "^3.3.0"
}
}