You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
373 B
23 lines
373 B
{
|
|
"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"
|
|
}
|
|
}
|