Skip to content

Commit

Permalink
Add required npm directories
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Oct 8, 2024
1 parent 6d42feb commit 3c4231d
Show file tree
Hide file tree
Showing 11 changed files with 219 additions and 34 deletions.
31 changes: 24 additions & 7 deletions npm/darwin-arm64/package.json
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"
]
}
3 changes: 3 additions & 0 deletions npm/darwin-x64/README.md
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`
35 changes: 35 additions & 0 deletions npm/darwin-x64/package.json
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"
]
}
29 changes: 23 additions & 6 deletions npm/linux-arm64-gnu/package.json
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"
]
}
}
29 changes: 23 additions & 6 deletions npm/linux-arm64-musl/package.json
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"
]
}
}
3 changes: 3 additions & 0 deletions npm/linux-x64-gnu/README.md
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`
38 changes: 38 additions & 0 deletions npm/linux-x64-gnu/package.json
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"
]
}
29 changes: 23 additions & 6 deletions npm/linux-x64-musl/package.json
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"
]
}
}
3 changes: 3 additions & 0 deletions npm/win32-x64-msvc/README.md
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`
35 changes: 35 additions & 0 deletions npm/win32-x64-msvc/package.json
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"
]
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
],
"napi": {
"binaryName": "xdelta3-node",
"target": {
"defaults": false,
"additional": [
"aarch64-apple-darwin",
"aarch64-unknown-linux-gnu",
"aarch64-unknown-linux-musl",
"x86_64-unknown-linux-musl"
]
}
"targets": [
"x86_64-apple-darwin",
"aarch64-apple-darwin",
"x86_64-unknown-linux-gnu",
"aarch64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"aarch64-unknown-linux-musl",
"x86_64-pc-windows-msvc"
]
}
}

0 comments on commit 3c4231d

Please sign in to comment.