mrr.sj.front/node_modules/node-hex/package.json

23 lines
373 B
JSON
Raw Normal View History

2026-03-25 15:27:45 +08:00
{
"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"
}
}