UNPKG

1.64 kBJSONView Raw
1{
2 "name": "fs-chunk-store",
3 "description": "Filesystem (fs) chunk store that is abstract-chunk-store compliant",
4 "version": "4.1.0",
5 "author": {
6 "name": "Feross Aboukhadijeh",
7 "email": "feross@feross.org",
8 "url": "https://feross.org"
9 },
10 "bugs": {
11 "url": "https://github.com/webtorrent/fs-chunk-store/issues"
12 },
13 "type": "module",
14 "dependencies": {
15 "filename-reserved-regex": "^3.0.0",
16 "queue-microtask": "^1.2.2",
17 "random-access-file": "^4.0.0",
18 "randombytes": "^2.0.3",
19 "run-parallel": "^1.1.2",
20 "thunky": "^1.0.1"
21 },
22 "devDependencies": {
23 "@webtorrent/semantic-release-config": "1.0.9",
24 "abstract-chunk-store": "1.5.0",
25 "semantic-release": "19.0.5",
26 "standard": "*",
27 "tape": "5.6.3"
28 },
29 "homepage": "https://github.com/webtorrent/fs-chunk-store",
30 "keywords": [
31 "abstract-chunk-store",
32 "chunk",
33 "filesystem",
34 "fs",
35 "store"
36 ],
37 "license": "MIT",
38 "engines": {
39 "node": ">=12.20.0"
40 },
41 "exports": {
42 "import": "./index.js"
43 },
44 "repository": {
45 "type": "git",
46 "url": "git://github.com/webtorrent/fs-chunk-store.git"
47 },
48 "scripts": {
49 "test": "standard && node test"
50 },
51 "funding": [
52 {
53 "type": "github",
54 "url": "https://github.com/sponsors/feross"
55 },
56 {
57 "type": "patreon",
58 "url": "https://www.patreon.com/feross"
59 },
60 {
61 "type": "consulting",
62 "url": "https://feross.org/support"
63 }
64 ],
65 "renovate": {
66 "extends": [
67 "github>webtorrent/renovate-config"
68 ]
69 },
70 "release": {
71 "extends": "@webtorrent/semantic-release-config"
72 }
73}