heybox-url
Version:
Calculate Heybox url hash
38 lines (37 loc) • 790 B
JSON
{
"name": "heybox-url",
"version": "1.1.0",
"description": "Calculate Heybox url hash",
"type": "module",
"module": "./src/index.js",
"types": "./src/index.d.ts",
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huandu/heybox-url.git"
},
"keywords": [
"heybox",
"hash"
],
"author": "Huan Du",
"license": "MIT",
"bugs": {
"url": "https://github.com/huandu/heybox-url/issues"
},
"homepage": "https://github.com/huandu/heybox-url#readme",
"devDependencies": {
"@types/jest": "^29.4.0",
"jest": "^29.4.2",
"node-env": "^0.1.6"
},
"files": [
"src"
],
"dependencies": {
"acorn": "^8.8.2",
"python-struct": "^1.1.3"
}
}