-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
29 lines (29 loc) · 849 Bytes
/
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
{
"name": "multi-random-access",
"version": "2.1.1",
"description": "An abstract-random-access compliant instance that combines multiple other abstract-random-access instances into a single one.",
"main": "index.js",
"dependencies": {
"abstract-random-access": "^1.1.2",
"inherits": "^2.0.1",
"sorted-array-functions": "^1.0.0"
},
"devDependencies": {
"random-access-memory": "^2.4.0",
"standard": "^9.0.2",
"tape": "^4.6.0"
},
"scripts": {
"test": "standard && tape test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/multi-random-access.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/multi-random-access/issues"
},
"homepage": "https://github.com/mafintosh/multi-random-access"
}