File: //usr/share/opensearch-dashboards/node_modules/@node-rs/xxhash/package.json
{
"name": "@node-rs/xxhash",
"version": "1.4.0",
"description": "Fastest xxhash implementation in Node.js",
"keywords": [
"hash",
"xxhash",
"xxhashjs",
"Rust",
"node-rs",
"napi",
"napi-rs",
"N-API",
"Node-API"
],
"author": "LongYinan <lynweklm@gmail.com>",
"homepage": "https://github.com/napi-rs/node-rs",
"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"napi": {
"name": "xxhash",
"triples": {
"defaults": true,
"additional": [
"i686-pc-windows-msvc",
"x86_64-unknown-linux-musl",
"aarch64-unknown-linux-gnu",
"armv7-unknown-linux-gnueabihf",
"aarch64-apple-darwin",
"aarch64-linux-android",
"armv7-linux-androideabi",
"x86_64-unknown-freebsd",
"aarch64-unknown-linux-musl",
"aarch64-pc-windows-msvc"
]
}
},
"engines": {
"node": ">= 12"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/napi-rs/node-rs.git"
},
"scripts": {
"artifacts": "napi artifacts -d ../../artifacts",
"bench": "cross-env NODE_ENV=production node benchmark/xxhash.js",
"build": "napi build --platform --release --pipe \"prettier -w\"",
"build:debug": "napi build --platform --pipe \"prettier -w\"",
"prepublishOnly": "napi prepublish",
"version": "napi version"
},
"bugs": {
"url": "https://github.com/napi-rs/node-rs/issues"
},
"devDependencies": {
"@types/xxhashjs": "^0.2.2",
"webpack": "^5.80.0",
"xxhash": "^0.3.0",
"xxhashjs": "^0.2.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Brooooooklyn"
},
"gitHead": "8eeb2c75f4d17cdc31852cc295c487fc91f8fcba",
"optionalDependencies": {
"@node-rs/xxhash-win32-x64-msvc": "1.4.0",
"@node-rs/xxhash-darwin-x64": "1.4.0",
"@node-rs/xxhash-linux-x64-gnu": "1.4.0",
"@node-rs/xxhash-win32-ia32-msvc": "1.4.0",
"@node-rs/xxhash-linux-x64-musl": "1.4.0",
"@node-rs/xxhash-linux-arm64-gnu": "1.4.0",
"@node-rs/xxhash-linux-arm-gnueabihf": "1.4.0",
"@node-rs/xxhash-darwin-arm64": "1.4.0",
"@node-rs/xxhash-android-arm64": "1.4.0",
"@node-rs/xxhash-android-arm-eabi": "1.4.0",
"@node-rs/xxhash-freebsd-x64": "1.4.0",
"@node-rs/xxhash-linux-arm64-musl": "1.4.0",
"@node-rs/xxhash-win32-arm64-msvc": "1.4.0"
}
}