UNPKG

1.9 kBJSONView Raw
1{
2 "name": "@node-rs/xxhash",
3 "version": "1.1.2",
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 "armv7-linux-androideabi",
37 "x86_64-unknown-freebsd",
38 "aarch64-unknown-linux-musl",
39 "aarch64-pc-windows-msvc"
40 ]
41 }
42 },
43 "engines": {
44 "node": ">= 12"
45 },
46 "publishConfig": {
47 "registry": "https://registry.npmjs.org/",
48 "access": "public"
49 },
50 "repository": {
51 "type": "git",
52 "url": "git+https://github.com/napi-rs/node-rs.git"
53 },
54 "scripts": {
55 "artifacts": "napi artifacts -d ../../artifacts",
56 "bench": "cross-env NODE_ENV=production node benchmark/xxhash.js",
57 "build": "napi build --platform --release --pipe \"prettier -w\"",
58 "build:debug": "napi build --platform --pipe \"prettier -w\"",
59 "prepublishOnly": "napi prepublish",
60 "version": "napi version"
61 },
62 "bugs": {
63 "url": "https://github.com/napi-rs/node-rs/issues"
64 },
65 "devDependencies": {
66 "@types/xxhashjs": "^0.2.2",
67 "webpack": "^5.65.0",
68 "xxhash": "^0.3.0",
69 "xxhashjs": "^0.2.2"
70 },
71 "funding": {
72 "type": "github",
73 "url": "https://github.com/sponsors/Brooooooklyn"
74 },
75 "gitHead": "e871c56bb0924072d5f5e9bbc7150665d431853c"
76}