UNPKG

882 BJSONView Raw
1{
2 "name": "random-access-file",
3 "version": "4.0.3",
4 "description": "Continuous reading or writing to a file using random offsets and lengths",
5 "main": "index.js",
6 "scripts": {
7 "test": "standard && brittle test/*.js"
8 },
9 "browser": "./browser.js",
10 "files": [
11 "index.js",
12 "browser.js"
13 ],
14 "dependencies": {
15 "random-access-storage": "^3.0.0"
16 },
17 "optionalDependencies": {
18 "fs-native-extensions": "^1.1.0"
19 },
20 "devDependencies": {
21 "brittle": "^3.0.4",
22 "standard": "^17.0.0"
23 },
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/random-access-storage/random-access-file.git"
27 },
28 "author": "Mathias Buus (@mafintosh)",
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/random-access-storage/random-access-file/issues"
32 },
33 "homepage": "https://github.com/random-access-storage/random-access-file"
34}