@xberg-io/crawlberg-linux-x64-gnu 0.0.1 → 1.0.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
- # @xberg-io/crawlberg-linux-x64-gnu
1
+ # `@xberg-io/crawlberg-linux-x64-gnu`
2
2
 
3
- Name-reservation placeholder (v0.0.1). Real releases come from https://github.com/xberg-io/crawlberg.
3
+ This is the **x86_64-unknown-linux-gnu** binary for `@xberg-io/crawlberg`
package/package.json CHANGED
@@ -1,10 +1,29 @@
1
1
  {
2
2
  "name": "@xberg-io/crawlberg-linux-x64-gnu",
3
- "version": "0.0.1",
4
- "description": "Placeholder to reserve @xberg-io/crawlberg-linux-x64-gnu. Real releases are published from https://github.com/xberg-io/crawlberg.",
3
+ "version": "1.0.0-rc.1",
4
+ "cpu": [
5
+ "x64"
6
+ ],
7
+ "main": "crawlberg-node.linux-x64-gnu.node",
8
+ "files": [
9
+ "crawlberg-node.linux-x64-gnu.node"
10
+ ],
11
+ "description": "High-performance web crawling engine",
5
12
  "license": "MIT",
6
- "repository": { "type": "git", "url": "git+https://github.com/xberg-io/crawlberg.git" },
7
- "homepage": "https://xberg.io",
8
- "publishConfig": { "access": "public" },
9
- "main": "index.js"
13
+ "engines": {
14
+ "node": ">= 18"
15
+ },
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "git+https://github.com/xberg-io/crawlberg.git"
19
+ },
20
+ "publishConfig": {
21
+ "access": "public"
22
+ },
23
+ "os": [
24
+ "linux"
25
+ ],
26
+ "libc": [
27
+ "glibc"
28
+ ]
10
29
  }
package/index.js DELETED
@@ -1,2 +0,0 @@
1
- // Placeholder for @xberg-io/crawlberg-linux-x64-gnu. See https://github.com/xberg-io/crawlberg
2
- module.exports = {};