-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
19 changed files
with
5,254 additions
and
2,580 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,3 +1,3 @@ | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-4.0.2.cjs | ||
yarnPath: .yarn/releases/yarn-4.3.1.cjs |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,55 +1,101 @@ | ||
{ | ||
"name": "@spider-rs/spider-rs", | ||
"version": "0.0.80", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"napi": { | ||
"name": "spider-rs", | ||
"triples": { | ||
"additional": [ | ||
"aarch64-apple-darwin", | ||
"aarch64-linux-android", | ||
"aarch64-unknown-linux-gnu", | ||
"aarch64-unknown-linux-musl", | ||
"aarch64-pc-windows-msvc", | ||
"armv7-unknown-linux-gnueabihf", | ||
"x86_64-unknown-linux-musl", | ||
"x86_64-unknown-freebsd", | ||
"i686-pc-windows-msvc", | ||
"armv7-linux-androideabi", | ||
"universal-apple-darwin" | ||
"name": "@spider-rs/spider-rs", | ||
"version": "0.0.81", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"napi": { | ||
"name": "spider-rs", | ||
"triples": { | ||
"additional": [ | ||
"aarch64-apple-darwin", | ||
"aarch64-linux-android", | ||
"aarch64-unknown-linux-gnu", | ||
"aarch64-unknown-linux-musl", | ||
"aarch64-pc-windows-msvc", | ||
"armv7-unknown-linux-gnueabihf", | ||
"x86_64-unknown-linux-musl", | ||
"x86_64-unknown-freebsd", | ||
"i686-pc-windows-msvc", | ||
"armv7-linux-androideabi", | ||
"universal-apple-darwin" | ||
] | ||
} | ||
}, | ||
"license": "MIT", | ||
"keywords": [ | ||
"spider", | ||
"crawler" | ||
], | ||
"repository": "https://github.com/spider-rs/spider-nodejs", | ||
"devDependencies": { | ||
"@napi-rs/cli": "^2.16.4", | ||
"@swc-node/register": "^1.6.8", | ||
"@swc/core": "^1.3.95", | ||
"@taplo/cli": "^0.7.0", | ||
"@typescript-eslint/eslint-plugin": "^7.0.0", | ||
"@typescript-eslint/parser": "^7.0.0", | ||
"ava": "^6.0.0", | ||
"benny": "^3.7.1", | ||
"chalk": "^5.3.0", | ||
"eslint": "^8.52.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"husky": "^9.0.0", | ||
"lint-staged": "^15.0.2", | ||
"npm-run-all2": "^6.0.0", | ||
"prettier": "^3.0.3", | ||
"typescript": "^5.2.2" | ||
}, | ||
"lint-staged": { | ||
"*.@(js|ts|tsx)": [ | ||
"eslint -c .eslintrc.yml --fix" | ||
], | ||
"*.@(js|ts|tsx|yml|yaml|md|json)": [ | ||
"prettier --write" | ||
], | ||
"*.toml": [ | ||
"taplo format" | ||
] | ||
} | ||
}, | ||
"license": "MIT", | ||
"keywords": [ | ||
"spider", | ||
"crawler" | ||
], | ||
"repository": "https://github.com/spider-rs/spider-nodejs", | ||
"devDependencies": { | ||
"@napi-rs/cli": "^2.18.3", | ||
"@types/node": "^20.14.5", | ||
"ava": "^6.1.3", | ||
"typescript": "^5.4.5" | ||
}, | ||
"ava": { | ||
"timeout": "3m" | ||
}, | ||
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"scripts": { | ||
"artifacts": "napi artifacts", | ||
"bench": "cd bench && npm run bench", | ||
"bench:oss": "cd bench && npm run bench:oss", | ||
"build": "napi build --platform --release", | ||
"build:debug": "napi build --platform", | ||
"build:test": "yarn build && yarn test", | ||
"prepublishOnly": "napi prepublish -t npm", | ||
"test": "tsc && ava", | ||
"universal": "napi universal", | ||
"version": "napi version" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
}, | ||
"ava": { | ||
"require": [ | ||
"@swc-node/register" | ||
], | ||
"extensions": [ | ||
"ts" | ||
], | ||
"timeout": "2m", | ||
"workerThreads": false, | ||
"environmentVariables": { | ||
"TS_NODE_PROJECT": "./tsconfig.json" | ||
} | ||
}, | ||
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"scripts": { | ||
"artifacts": "napi artifacts", | ||
"bench": "node -r @swc-node/register benchmark/bench.ts", | ||
"bench:oss": "cd bench && npm run bench:oss", | ||
"build": "napi build --platform --release --pipe \"prettier -w\"", | ||
"build:debug": "napi build --platform --pipe \"prettier -w\"", | ||
"format": "run-p format:prettier format:rs format:toml", | ||
"format:prettier": "prettier . -w", | ||
"format:toml": "taplo format", | ||
"format:rs": "cargo fmt", | ||
"lint": "eslint . -c ./.eslintrc.yml", | ||
"prepublishOnly": "napi prepublish -t npm", | ||
"test": "ava", | ||
"version": "napi version" | ||
}, | ||
"prettier": { | ||
"printWidth": 120, | ||
"semi": false, | ||
"trailingComma": "all", | ||
"singleQuote": true, | ||
"arrowParens": "always" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
|
Oops, something went wrong.