{ "name": "@parcel/hash", "version": "2.0.0", "license": "MIT", "main": "index.js", "browser": "browser.js", "publishConfig": { "access": "public" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/parcel" }, "repository": { "type": "git", "url": "https://github.com/parcel-bundler/parcel.git" }, "engines": { "node": ">= 12.0.0" }, "files": [ "browser.js", "index.js", "index.js.flow", "*.node" ], "napi": { "name": "parcel-hash" }, "scripts": { "build": "napi build --platform", "build-release": "napi build --platform --release" }, "dependencies": { "detect-libc": "^1.0.3", "xxhash-wasm": "^0.4.1" }, "devDependencies": { "@napi-rs/cli": "1.0.4", "tiny-benchy": "^1.0.2" }, "gitHead": "84da50ae6943bff9741e2fc76d2f4968074cbbd6" }