mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-07-04 15:41:33 +00:00
Compare commits
1 Commits
chore/chan
...
master
Author | SHA1 | Date | |
---|---|---|---|
85dac48621 |
@ -6,8 +6,7 @@ stages:
|
||||
- cov
|
||||
|
||||
node_js:
|
||||
- 'lts/*'
|
||||
- 'node'
|
||||
- '10'
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
11
package.json
11
package.json
@ -28,7 +28,8 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
"node": ">=10.0.0",
|
||||
"npm": ">=6.0.0"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/libp2p/js-peer-id/issues"
|
||||
@ -38,16 +39,16 @@
|
||||
"@types/chai": "^4.2.14",
|
||||
"@types/dirty-chai": "^2.0.2",
|
||||
"@types/mocha": "^8.2.0",
|
||||
"aegir": "^33.0.0"
|
||||
"aegir": "^32.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"cids": "^1.1.5",
|
||||
"cids": "^1.1.6",
|
||||
"class-is": "^1.1.0",
|
||||
"libp2p-crypto": "^0.19.0",
|
||||
"libp2p-crypto": "fluencelabs/js-libp2p-crypto",
|
||||
"minimist": "^1.2.5",
|
||||
"multihashes": "^4.0.2",
|
||||
"protons": "^2.0.0",
|
||||
"uint8arrays": "^2.0.5"
|
||||
"uint8arrays": "^2.1.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Reference in New Issue
Block a user