-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d42feb
commit 3c4231d
Showing
11 changed files
with
219 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,35 @@ | ||
{ | ||
"name": "@chainsafe/xdelta3-node-darwin-arm64", | ||
"version": "0.0.0", | ||
"os": [ | ||
"darwin" | ||
], | ||
"version": "0.1.0", | ||
"cpu": [ | ||
"arm64" | ||
], | ||
"main": "xdelta3-node.darwin-arm64.node", | ||
"files": [ | ||
"xdelta3-node.darwin-arm64.node" | ||
], | ||
"license": "MIT", | ||
"description": "A xdelta3 native binding for Nodejs", | ||
"keywords": [ | ||
"xdelta3", | ||
"binary diff", | ||
"delta compression", | ||
"VCDIFF", | ||
"RFC3284" | ||
], | ||
"author": "ChainSafe Systems", | ||
"homepage": "https://github.com/ChainSafe/xdelta3-node#readme", | ||
"license": "LGPL-3.0", | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com:ChainSafe/xdelta3-node.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ChainSafe/xdelta3-node/issues" | ||
}, | ||
"os": [ | ||
"darwin" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@chainsafe/xdelta3-node-darwin-x64` | ||
|
||
This is the **x86_64-apple-darwin** binary for `@chainsafe/xdelta3-node` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"name": "@chainsafe/xdelta3-node-darwin-x64", | ||
"version": "0.1.0", | ||
"cpu": [ | ||
"x64" | ||
], | ||
"main": "xdelta3-node.darwin-x64.node", | ||
"files": [ | ||
"xdelta3-node.darwin-x64.node" | ||
], | ||
"description": "A xdelta3 native binding for Nodejs", | ||
"keywords": [ | ||
"xdelta3", | ||
"binary diff", | ||
"delta compression", | ||
"VCDIFF", | ||
"RFC3284" | ||
], | ||
"author": "ChainSafe Systems", | ||
"homepage": "https://github.com/ChainSafe/xdelta3-node#readme", | ||
"license": "LGPL-3.0", | ||
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com:ChainSafe/xdelta3-node.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ChainSafe/xdelta3-node/issues" | ||
}, | ||
"os": [ | ||
"darwin" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,38 @@ | ||
{ | ||
"name": "@chainsafe/xdelta3-node-linux-arm64-gnu", | ||
"version": "0.0.0", | ||
"os": [ | ||
"linux" | ||
], | ||
"version": "0.1.0", | ||
"cpu": [ | ||
"arm64" | ||
], | ||
"main": "xdelta3-node.linux-arm64-gnu.node", | ||
"files": [ | ||
"xdelta3-node.linux-arm64-gnu.node" | ||
], | ||
"license": "MIT", | ||
"description": "A xdelta3 native binding for Nodejs", | ||
"keywords": [ | ||
"xdelta3", | ||
"binary diff", | ||
"delta compression", | ||
"VCDIFF", | ||
"RFC3284" | ||
], | ||
"author": "ChainSafe Systems", | ||
"homepage": "https://github.com/ChainSafe/xdelta3-node#readme", | ||
"license": "LGPL-3.0", | ||
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com:ChainSafe/xdelta3-node.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ChainSafe/xdelta3-node/issues" | ||
}, | ||
"os": [ | ||
"linux" | ||
], | ||
"libc": [ | ||
"glibc" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,38 @@ | ||
{ | ||
"name": "@chainsafe/xdelta3-node-linux-arm64-musl", | ||
"version": "0.0.0", | ||
"os": [ | ||
"linux" | ||
], | ||
"version": "0.1.0", | ||
"cpu": [ | ||
"arm64" | ||
], | ||
"main": "xdelta3-node.linux-arm64-musl.node", | ||
"files": [ | ||
"xdelta3-node.linux-arm64-musl.node" | ||
], | ||
"license": "MIT", | ||
"description": "A xdelta3 native binding for Nodejs", | ||
"keywords": [ | ||
"xdelta3", | ||
"binary diff", | ||
"delta compression", | ||
"VCDIFF", | ||
"RFC3284" | ||
], | ||
"author": "ChainSafe Systems", | ||
"homepage": "https://github.com/ChainSafe/xdelta3-node#readme", | ||
"license": "LGPL-3.0", | ||
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com:ChainSafe/xdelta3-node.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ChainSafe/xdelta3-node/issues" | ||
}, | ||
"os": [ | ||
"linux" | ||
], | ||
"libc": [ | ||
"musl" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@chainsafe/xdelta3-node-linux-x64-gnu` | ||
|
||
This is the **x86_64-unknown-linux-gnu** binary for `@chainsafe/xdelta3-node` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"name": "@chainsafe/xdelta3-node-linux-x64-gnu", | ||
"version": "0.1.0", | ||
"cpu": [ | ||
"x64" | ||
], | ||
"main": "xdelta3-node.linux-x64-gnu.node", | ||
"files": [ | ||
"xdelta3-node.linux-x64-gnu.node" | ||
], | ||
"description": "A xdelta3 native binding for Nodejs", | ||
"keywords": [ | ||
"xdelta3", | ||
"binary diff", | ||
"delta compression", | ||
"VCDIFF", | ||
"RFC3284" | ||
], | ||
"author": "ChainSafe Systems", | ||
"homepage": "https://github.com/ChainSafe/xdelta3-node#readme", | ||
"license": "LGPL-3.0", | ||
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com:ChainSafe/xdelta3-node.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ChainSafe/xdelta3-node/issues" | ||
}, | ||
"os": [ | ||
"linux" | ||
], | ||
"libc": [ | ||
"glibc" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,38 @@ | ||
{ | ||
"name": "@chainsafe/xdelta3-node-linux-x64-musl", | ||
"version": "0.0.0", | ||
"os": [ | ||
"linux" | ||
], | ||
"version": "0.1.0", | ||
"cpu": [ | ||
"x64" | ||
], | ||
"main": "xdelta3-node.linux-x64-musl.node", | ||
"files": [ | ||
"xdelta3-node.linux-x64-musl.node" | ||
], | ||
"license": "MIT", | ||
"description": "A xdelta3 native binding for Nodejs", | ||
"keywords": [ | ||
"xdelta3", | ||
"binary diff", | ||
"delta compression", | ||
"VCDIFF", | ||
"RFC3284" | ||
], | ||
"author": "ChainSafe Systems", | ||
"homepage": "https://github.com/ChainSafe/xdelta3-node#readme", | ||
"license": "LGPL-3.0", | ||
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com:ChainSafe/xdelta3-node.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ChainSafe/xdelta3-node/issues" | ||
}, | ||
"os": [ | ||
"linux" | ||
], | ||
"libc": [ | ||
"musl" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@chainsafe/xdelta3-node-win32-x64-msvc` | ||
|
||
This is the **x86_64-pc-windows-msvc** binary for `@chainsafe/xdelta3-node` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"name": "@chainsafe/xdelta3-node-win32-x64-msvc", | ||
"version": "0.1.0", | ||
"cpu": [ | ||
"x64" | ||
], | ||
"main": "xdelta3-node.win32-x64-msvc.node", | ||
"files": [ | ||
"xdelta3-node.win32-x64-msvc.node" | ||
], | ||
"description": "A xdelta3 native binding for Nodejs", | ||
"keywords": [ | ||
"xdelta3", | ||
"binary diff", | ||
"delta compression", | ||
"VCDIFF", | ||
"RFC3284" | ||
], | ||
"author": "ChainSafe Systems", | ||
"homepage": "https://github.com/ChainSafe/xdelta3-node#readme", | ||
"license": "LGPL-3.0", | ||
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com:ChainSafe/xdelta3-node.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ChainSafe/xdelta3-node/issues" | ||
}, | ||
"os": [ | ||
"win32" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters