UNPKG

2.69 kBJSONView Raw
1{
2 "name": "@node-rs/xxhash",
3 "version": "1.7.1",
4 "description": "Fastest xxhash implementation in Node.js",
5 "keywords": [
6 "hash",
7 "xxhash",
8 "xxhashjs",
9 "Rust",
10 "node-rs",
11 "napi",
12 "napi-rs",
13 "N-API",
14 "Node-API"
15 ],
16 "author": "LongYinan <lynweklm@gmail.com>",
17 "homepage": "https://github.com/napi-rs/node-rs",
18 "license": "MIT",
19 "main": "index.js",
20 "typings": "index.d.ts",
21 "browser": "browser.js",
22 "files": [
23 "index.js",
24 "index.d.ts",
25 "browser.js"
26 ],
27 "napi": {
28 "binaryName": "xxhash",
29 "targets": [
30 "x86_64-apple-darwin",
31 "aarch64-apple-darwin",
32 "x86_64-pc-windows-msvc",
33 "x86_64-unknown-linux-gnu",
34 "aarch64-linux-android",
35 "aarch64-unknown-linux-gnu",
36 "aarch64-unknown-linux-musl",
37 "aarch64-pc-windows-msvc",
38 "armv7-unknown-linux-gnueabihf",
39 "x86_64-unknown-linux-musl",
40 "x86_64-unknown-freebsd",
41 "i686-pc-windows-msvc",
42 "armv7-linux-androideabi",
43 "wasm32-wasip1-threads"
44 ]
45 },
46 "engines": {
47 "node": ">= 12"
48 },
49 "publishConfig": {
50 "registry": "https://registry.npmjs.org/",
51 "access": "public"
52 },
53 "repository": {
54 "type": "git",
55 "url": "git+https://github.com/napi-rs/node-rs.git"
56 },
57 "scripts": {
58 "artifacts": "napi artifacts -d ../../artifacts",
59 "bench": "cross-env NODE_ENV=production node benchmark/xxhash.js",
60 "build": "napi build --platform --release",
61 "build:debug": "napi build --platform",
62 "prepublishOnly": "napi prepublish",
63 "version": "napi version && git add npm"
64 },
65 "bugs": {
66 "url": "https://github.com/napi-rs/node-rs/issues"
67 },
68 "devDependencies": {
69 "@napi-rs/cli": "^3.0.0-alpha.51",
70 "@types/xxhashjs": "^0.2.4",
71 "webpack": "^5.91.0",
72 "xxhash": "^0.3.0",
73 "xxhashjs": "^0.2.2"
74 },
75 "funding": {
76 "type": "github",
77 "url": "https://github.com/sponsors/Brooooooklyn"
78 },
79 "gitHead": "0cd908927e81405316f9e0161808fb66ed4d15ae",
80 "optionalDependencies": {
81 "@node-rs/xxhash-darwin-x64": "1.7.1",
82 "@node-rs/xxhash-darwin-arm64": "1.7.1",
83 "@node-rs/xxhash-win32-x64-msvc": "1.7.1",
84 "@node-rs/xxhash-linux-x64-gnu": "1.7.1",
85 "@node-rs/xxhash-android-arm64": "1.7.1",
86 "@node-rs/xxhash-linux-arm64-gnu": "1.7.1",
87 "@node-rs/xxhash-linux-arm64-musl": "1.7.1",
88 "@node-rs/xxhash-win32-arm64-msvc": "1.7.1",
89 "@node-rs/xxhash-linux-arm-gnueabihf": "1.7.1",
90 "@node-rs/xxhash-linux-x64-musl": "1.7.1",
91 "@node-rs/xxhash-freebsd-x64": "1.7.1",
92 "@node-rs/xxhash-win32-ia32-msvc": "1.7.1",
93 "@node-rs/xxhash-android-arm-eabi": "1.7.1",
94 "@node-rs/xxhash-wasm32-wasi": "1.7.1"
95 }
96}
\No newline at end of file