-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathpackage.json
136 lines (136 loc) · 4.03 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "ipfs-repo",
"version": "9.1.2",
"description": "IPFS Repo implementation",
"leadMaintainer": "Alex Potsides <alex@achingbrain.net>",
"main": "src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"src",
"dist"
],
"browser": {
"rimraf": false,
"datastore-fs": "datastore-level",
"./src/lock.js": "./src/lock-memory.js",
"./src/default-options.js": "./src/default-options-browser.js"
},
"scripts": {
"prepare": "aegir build --no-bundle",
"test": "aegir test",
"test:node": "aegir test -t node",
"test:browser": "aegir test -t browser",
"test:webworker": "aegir test -t webworker",
"build": "aegir build",
"lint": "aegir lint",
"release": "aegir release",
"release-minor": "aegir release --type minor",
"release-major": "aegir release --type major",
"coverage": "aegir test -t node --cov && nyc report --reporter=html",
"dep-check": "aegir dep-check",
"docs": "aegir docs"
},
"repository": {
"type": "git",
"url": "https://github.com/ipfs/js-ipfs-repo.git"
},
"keywords": [
"IPFS",
"libp2p",
"datastore"
],
"homepage": "https://github.com/ipfs/js-ipfs-repo",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"devDependencies": {
"@types/bytes": "^3.1.0",
"@types/debug": "^4.1.5",
"@types/memdown": "^3.0.0",
"@types/ncp": "^2.0.4",
"@types/proper-lockfile": "^4.1.1",
"@types/rimraf": "^3.0.0",
"aegir": "^33.1.0",
"assert": "^2.0.0",
"events": "^3.3.0",
"it-all": "^1.0.2",
"it-drain": "^1.0.1",
"it-first": "^1.0.2",
"just-range": "^2.1.0",
"memdown": "^6.0.0",
"multihashing-async": "^2.1.0",
"ncp": "^2.0.0",
"process": "^0.11.10",
"readable-stream": "^3.6.0",
"rimraf": "^3.0.0",
"sinon": "^10.0.0",
"url": "^0.11.0",
"util": "^0.12.3"
},
"dependencies": {
"bytes": "^3.1.0",
"cids": "^1.1.6",
"datastore-core": "^4.0.0",
"datastore-fs": "^4.0.0",
"datastore-level": "^5.0.0",
"debug": "^4.1.0",
"err-code": "^3.0.1",
"interface-datastore": "^4.0.0",
"ipfs-repo-migrations": "^8.0.0",
"ipfs-utils": "^6.0.0",
"ipld-block": "^0.11.0",
"it-filter": "^1.0.2",
"it-map": "^1.0.2",
"it-pushable": "^1.4.0",
"just-safe-get": "^2.0.0",
"just-safe-set": "^2.1.0",
"merge-options": "^3.0.4",
"multibase": "^4.0.1",
"multihashes": "^4.0.2",
"p-queue": "^6.0.0",
"proper-lockfile": "^4.0.0",
"sort-keys": "^4.0.0",
"uint8arrays": "^2.1.3"
},
"eslintConfig": {
"extends": "ipfs",
"ignorePatterns": [
"!.aegir.js"
]
},
"license": "MIT",
"contributors": [
"David Dias <daviddias.p@gmail.com>",
"achingbrain <alex@achingbrain.net>",
"Jacob Heun <jacobheun@gmail.com>",
"dignifiedquire <dignifiedquire@gmail.com>",
"Hugo Dias <hugomrdias@gmail.com>",
"Stephen Whitmore <stephen.whitmore@gmail.com>",
"Alan Shaw <alan.shaw@protocol.ai>",
"Adam Uhlíř <adam@uhlir.dev>",
"Vasco Santos <vasco.santos@moxy.studio>",
"Hector Sanjuan <code@hector.link>",
"Pau Ramon Revilla <masylum@gmail.com>",
"Richard Schneider <makaretu@gmail.com>",
"Dmitriy Ryajov <dryajov@gmail.com>",
"Lars-Magnus Skog <ralphtheninja@riseup.net>",
"Francisco Baio Dias <xicombd@gmail.com>",
"Pedro Santos <pedro.santos@moxy.studio>",
"Linus Unnebäck <linus@folkdatorn.se>",
"Marcus Bernales <mboperator@gmail.com>",
"Pedro Teixeira <i@pgte.me>",
"Richard Littauer <richard.littauer@gmail.com>",
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victorbjelkholm@gmail.com>",
"Steef Min <steefmin@gmail.com>",
"Volker Mische <volker.mische@gmail.com>",
"Bryan Stenson <bryan.stenson@gmail.com>",
"Andrew Nesbitt <andrewnez@gmail.com>",
"nginnever <ginneversource@gmail.com>",
"Henrique Dias <hacdias@gmail.com>",
"Hannah Howard <hannah@hannahhoward.net>",
"Jonah Weissman <jonahrweissman@gmail.com>",
"Jonathan <jkrone@vt.edu>",
"Justin Chase <justin.m.chase@gmail.com>"
]
}