UNPKG

2.47 kBJSONView Raw
1{
2 "name": "@node-rs/xxhash",
3 "version": "1.0.0",
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 "files": [
22 "index.js",
23 "index.d.ts"
24 ],
25 "napi": {
26 "name": "xxhash",
27 "triples": {
28 "defaults": true,
29 "additional": [
30 "i686-pc-windows-msvc",
31 "x86_64-unknown-linux-musl",
32 "aarch64-unknown-linux-gnu",
33 "armv7-unknown-linux-gnueabihf",
34 "aarch64-apple-darwin",
35 "aarch64-linux-android",
36 "x86_64-unknown-freebsd",
37 "aarch64-unknown-linux-musl",
38 "aarch64-pc-windows-msvc"
39 ]
40 }
41 },
42 "engines": {
43 "node": ">= 12"
44 },
45 "publishConfig": {
46 "registry": "https://registry.npmjs.org/",
47 "access": "public"
48 },
49 "repository": {
50 "type": "git",
51 "url": "git+https://github.com/napi-rs/node-rs.git"
52 },
53 "scripts": {
54 "artifacts": "napi artifacts -d ../../artifacts",
55 "bench": "cross-env NODE_ENV=production node benchmark/xxhash.js",
56 "build": "napi build --platform --release",
57 "build:debug": "napi build --platform",
58 "prepublishOnly": "napi prepublish",
59 "version": "napi version"
60 },
61 "bugs": {
62 "url": "https://github.com/napi-rs/node-rs/issues"
63 },
64 "dependencies": {
65 "@node-rs/helper": "^1.2.1"
66 },
67 "devDependencies": {
68 "@types/xxhashjs": "^0.2.2",
69 "webpack": "^5.59.1",
70 "xxhash": "^0.3.0",
71 "xxhashjs": "^0.2.2"
72 },
73 "funding": {
74 "type": "github",
75 "url": "https://github.com/sponsors/Brooooooklyn"
76 },
77 "gitHead": "dd157413b2c918c5d29c0d47071606bfabbddb64",
78 "optionalDependencies": {
79 "@node-rs/xxhash-win32-x64-msvc": "1.0.0",
80 "@node-rs/xxhash-darwin-x64": "1.0.0",
81 "@node-rs/xxhash-linux-x64-gnu": "1.0.0",
82 "@node-rs/xxhash-win32-ia32-msvc": "1.0.0",
83 "@node-rs/xxhash-linux-x64-musl": "1.0.0",
84 "@node-rs/xxhash-linux-arm64-gnu": "1.0.0",
85 "@node-rs/xxhash-linux-arm-gnueabihf": "1.0.0",
86 "@node-rs/xxhash-darwin-arm64": "1.0.0",
87 "@node-rs/xxhash-android-arm64": "1.0.0",
88 "@node-rs/xxhash-freebsd-x64": "1.0.0",
89 "@node-rs/xxhash-linux-arm64-musl": "1.0.0",
90 "@node-rs/xxhash-win32-arm64-msvc": "1.0.0"
91 }
92}
\No newline at end of file