This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 124
/
package.json
139 lines (139 loc) · 4.92 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
137
138
139
{
"name": "interface-ipfs-core",
"version": "0.132.0",
"description": "A test suite and interface you can use to implement a IPFS core interface.",
"leadMaintainer": "Alan Shaw <[email protected]>",
"main": "src/index.js",
"browser": {
"fs": false,
"os": false,
"ipfs-utils/src/files/glob-source": false
},
"scripts": {
"test": "exit 0",
"test:node": "exit 0",
"test:browser": "exit 0",
"test:webworker": "exit 0",
"lint": "aegir lint",
"release": "aegir release -t node --no-docs --no-build --no-test",
"release-minor": "aegir release -t node --type minor --no-docs --no-build --no-test",
"release-major": "aegir release -t node --type major --no-docs --no-build --no-test",
"coverage": "exit 0",
"coverage-publish": "exit 0"
},
"files": [
"src/",
"test/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs/interface-ipfs-core.git"
},
"keywords": [
"IPFS"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ipfs/interface-ipfs-core/issues"
},
"homepage": "https://github.com/ipfs/interface-ipfs-core#readme",
"dependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-things": "^0.2.0",
"cids": "~0.7.1",
"delay": "^4.3.0",
"dirty-chai": "^2.0.1",
"hat": "0.0.3",
"ipfs-block": "~0.8.0",
"ipfs-unixfs": "^0.3.0",
"ipfs-utils": "^0.7.2",
"ipld-dag-cbor": "~0.15.0",
"ipld-dag-pb": "^0.18.1",
"is-ipfs": "~0.6.1",
"it-all": "^1.0.1",
"it-concat": "^1.0.0",
"it-last": "^1.0.1",
"it-pushable": "^1.3.1",
"multiaddr": "^7.2.1",
"multibase": "~0.6.0",
"multihashes": "~0.4.14",
"multihashing-async": "^0.8.0",
"peer-id": "~0.13.5",
"readable-stream": "^3.4.0"
},
"devDependencies": {
"aegir": "^20.3.2",
"ipfsd-ctl": "^2.1.0"
},
"contributors": [
"Alan Shaw <[email protected]>",
"Alan Shaw <[email protected]>",
"Alex Potsides <[email protected]>",
"Andrey <[email protected]>",
"Dan Ordille <[email protected]>",
"Dan Shields <[email protected]>",
"David Dias <[email protected]>",
"Dmitriy Ryajov <[email protected]>",
"Enrico Marino <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"Giles <[email protected]>",
"Haad <[email protected]>",
"Henrique Dias <[email protected]>",
"Hugo Dias <[email protected]>",
"Hugo Dias <[email protected]>",
"Jacob Heun <[email protected]>",
"Jacob Karlsson <[email protected]>",
"Jason Papakostas <[email protected]>",
"Jim Pick <[email protected]>",
"Joel Gustafson <[email protected]>",
"Jonathan <[email protected]>",
"Kevin Simper <[email protected]>",
"Maciej Krüger <[email protected]>",
"Marcin Rataj <[email protected]>",
"Marius Darila <[email protected]>",
"Matt Ober <[email protected]>",
"Matt Zumwalt <[email protected]>",
"Michael Garvin <[email protected]>",
"Michael Muré <[email protected]>",
"Mikeal Rogers <[email protected]>",
"Nicolás Santángelo <[email protected]>",
"Nitin Patel <[email protected]>",
"Oli Evans <[email protected]>",
"Pascal Precht <[email protected]>",
"Pedro Santos <[email protected]>",
"Pedro Santos <[email protected]>",
"Pedro Teixeira <[email protected]>",
"Prabhakar Poudel <[email protected]>",
"Richard Littauer <[email protected]>",
"Richard Schneider <[email protected]>",
"Ryan Bell <[email protected]>",
"Sangwon Hong <[email protected]>",
"Stephen Whitmore <[email protected]>",
"Steven Allen <[email protected]>",
"Teri Chadbourne <[email protected]>",
"Thiago Delgado <[email protected]>",
"Travis Person <[email protected]>",
"Travis Person <[email protected]>",
"Vasco Santos <[email protected]>",
"Vasco Santos <[email protected]>",
"Volker Mische <[email protected]>",
"Vutsal Singhal <[email protected]>",
"dirkmc <[email protected]>",
"greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>",
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>",
"greenkeeperio-bot <[email protected]>",
"haad <[email protected]>",
"isan_rivkin <[email protected]>",
"klueq <[email protected]>",
"kumavis <[email protected]>",
"nginnever <[email protected]>",
"reasv <[email protected]>",
"ron litzenberger <[email protected]>",
"shunkin <[email protected]>",
"tcme <[email protected]>",
"victorbjelkholm <[email protected]>",
"Łukasz Magiera <[email protected]>",
"Максим Ильин <[email protected]>"
]
}