-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathpackage.json
146 lines (146 loc) · 4.28 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
140
141
142
143
144
145
146
{
"name": "@chainsafe/libp2p-gossipsub",
"version": "10.0.0",
"description": "A typescript implementation of gossipsub",
"files": [
"src",
"dist",
"!dist/test",
"!**/*.tsbuildinfo"
],
"type": "module",
"types": "dist/src/index.d.ts",
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
},
"./metrics": {
"types": "./dist/src/metrics.d.ts",
"import": "./dist/src/metrics.js"
},
"./message": {
"types": "./dist/src/message/index.d.ts",
"import": "./dist/src/message/index.js"
},
"./score": {
"types": "./dist/src/score/index.d.ts",
"import": "./dist/src/score/index.js"
},
"./types": {
"types": "./dist/src/types.d.ts",
"import": "./dist/src/types.js"
}
},
"typesVersions": {
"*": {
"*": [
"*",
"dist/src/*",
"dist/src/*/index"
]
}
},
"scripts": {
"lint": "eslint --ext .ts src test",
"release": "aegir release --no-types",
"build": "aegir build",
"generate": "protons ./src/message/rpc.proto",
"prepare": "npm run build",
"pretest": "npm run build",
"pretest:e2e": "npm run build",
"benchmark": "node ./node_modules/.bin/benchmark 'dist/test/benchmark/*.test.js' --local",
"test": "aegir test -f './dist/test/*.spec.js'",
"test:unit": "aegir test -f './dist/test/unit/*.test.js' --target node",
"test:e2e": "aegir test -f './dist/test/e2e/*.spec.js'",
"test:node": "npm run test -- --target node",
"test:browser": "npm run test -- --target browser"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChainSafe/js-libp2p-gossipsub.git"
},
"keywords": [
"libp2p",
"pubsub",
"gossip"
],
"author": "Cayman Nava",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ChainSafe/js-libp2p-gossipsub/issues"
},
"homepage": "https://github.com/ChainSafe/js-libp2p-gossipsub#readme",
"dependencies": {
"@libp2p/crypto": "^2.0.0",
"@libp2p/interface": "^0.1.0",
"@libp2p/interface-internal": "^0.1.0",
"@libp2p/logger": "^3.0.0",
"@libp2p/peer-id": "^3.0.0",
"@libp2p/pubsub": "^8.0.0",
"@multiformats/multiaddr": "^12.1.3",
"abortable-iterator": "^5.0.1",
"denque": "^2.1.0",
"it-length-prefixed": "^9.0.1",
"it-pipe": "^3.0.1",
"it-pushable": "^3.2.0",
"multiformats": "^12.0.1",
"protobufjs": "^7.2.4",
"uint8arraylist": "^2.4.3",
"protons-runtime": "^3.1.0",
"uint8arrays": "^4.0.4"
},
"devDependencies": {
"@chainsafe/as-sha256": "^0.2.4",
"@dapplion/benchmark": "^0.2.4",
"@libp2p/floodsub": "^8.0.0",
"@libp2p/interface-compliance-tests": "^4.0.0",
"@libp2p/peer-id-factory": "^3.0.0",
"@libp2p/peer-store": "^9.0.0",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"aegir": "^40.0.1",
"datastore-core": "^9.1.1",
"delay": "^6.0.0",
"eslint": "^7.1.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mkdirp": "^3.0.1",
"p-defer": "^4.0.0",
"p-event": "^6.0.0",
"p-retry": "^5.1.2",
"p-wait-for": "^5.0.2",
"prettier": "^2.0.5",
"sinon": "^15.1.2",
"protons": "^5.1.0",
"time-cache": "^0.3.0",
"ts-node": "^10.7.0",
"ts-sinon": "^2.0.2"
},
"engines": {
"npm": ">=8.7.0"
},
"contributors": [
"Cayman <caymannava@gmail.com>",
"Vasco Santos <vasco.santos@moxy.studio>",
"Mikerah <mikerahqc@protonmail.com>",
"Tuyen Nguyen <vutuyen2636@gmail.com>",
"Alex Potsides <alex@achingbrain.net>",
"Marin Petrunić <marin.petrunic@gmail.com>",
"Lion - dapplion <35266934+dapplion@users.noreply.github.com>",
"Gregory Markou <16929357+GregTheGreek@users.noreply.github.com>",
"Alan Shaw <alan.shaw@protocol.ai>",
"Tuyen <tuyen@wetrust.io>",
"Jacob Heun <jacobheun@gmail.com>",
"Patrick Michot <k0m0d0tr0n@gmail.com>",
"chainsafe <aidan@chainsafe.io>",
"Hugo Dias <hugomrdias@gmail.com>",
"Franck Royer <franck@royer.one>",
"ChainSafe <superadmin@chainsafe.io>"
]
}