rittenhop-dev/versions/5.94.2/node_modules/bufio/package.json
2024-09-23 19:40:12 -04:00

31 lines
729 B
JSON

{
"name": "bufio",
"version": "1.0.7",
"description": "Buffer and serialization utilities for javascript",
"keywords": [
"buffer",
"serialization"
],
"license": "MIT",
"repository": "git://github.com/bcoin-org/bufio.git",
"homepage": "https://github.com/bcoin-org/bufio",
"bugs": {
"url": "https://github.com/bcoin-org/bufio/issues"
},
"author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
"main": "./lib/bufio.js",
"scripts": {
"lint": "eslint lib/ test/ || exit 0",
"test": "bmocha --reporter spec test/*-test.js"
},
"devDependencies": {
"bmocha": "^2.1.0"
},
"engines": {
"node": ">=8.0.0"
},
"browser": {
"./lib/custom": "./lib/custom-browser.js"
}
}