| Server IP : 159.203.156.69 / Your IP : 216.73.216.37 Web Server : nginx/1.24.0 System : Linux main-ubuntu 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/tanviranik.com/node_modules/blake3-wasm/ |
Upload File : |
{
"name": "blake3-wasm",
"version": "2.1.5",
"description": "BLAKE3 hashing for JavaScript: native Node bindings (where available) and WebAssembly",
"keywords": [
"blake3",
"node-addon",
"hash",
"webassembly",
"wasm"
],
"module": "./esm/index",
"browser": "./esm/browser/index",
"main": "./dist/index",
"scripts": {
"prepack": "make clean && make MODE=release && npm test && rimraf dist/native.node",
"test": "mocha --require source-map-support/register --recursive \"dist/**/*.test.js\" --timeout 5000",
"fmt": "make fmt",
"compile": "tsc && tsc -p tsconfig.esm.json && node dist/build/add-js-extensions",
"watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/connor4312/blake3.git"
},
"bugs": {
"url": "https://github.com/connor4312/blake3/issues"
},
"homepage": "https://github.com/connor4312/blake3#readme",
"author": "Connor Peet <connor@peet.io>",
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.2.7",
"@types/js-yaml": "^3.12.1",
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.6",
"@types/node-fetch": "^2.5.4",
"@types/puppeteer": "^2.0.0",
"@types/serve-handler": "^6.1.0",
"@types/stream-buffers": "^3.0.3",
"@types/webpack": "^4.41.2",
"chai": "^4.2.0",
"js-yaml": "^3.13.1",
"mocha": "^7.0.0",
"neon-cli": "^0.3.3",
"node-fetch": "^2.6.0",
"prettier": "^1.19.1",
"puppeteer": "^2.0.0",
"remark-cli": "^7.0.1",
"remark-toc": "^6.0.0",
"rimraf": "^3.0.0",
"serve-handler": "^6.1.2",
"source-map-support": "^0.5.16",
"stream-buffers": "^3.0.2",
"typescript": "^3.8.0-beta",
"webpack": "^4.41.5"
},
"prettier": {
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all"
}
}