django-vue3-admin-web/node_modules/node-hex/package.json
2025-10-20 21:21:14 +08:00

23 lines
373 B
JSON

{
"name": "node-hex",
"version": "1.0.1",
"description": "Pretty-prints a Buffer",
"keywords": [
"hex",
"print",
"buffer"
],
"repository": "git://github.com/node-modules/node-hex.git",
"engines": {
"node": ">=8.0.0"
},
"license": "MIT",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"test": "node test.js"
}
}