byte-beta
Version:
Input Buffer and Output Buffer, just like Java ByteBuffer
60 lines (59 loc) • 1.75 kB
JSON
{
"name": "byte-beta",
"version": "1.0.0",
"description": "Input Buffer and Output Buffer, just like Java ByteBuffer",
"main": "lib/byte.js",
"files": [
"lib"
],
"scripts": {
"test": "mocha --require intelli-espower-loader -R spec -t 5000 test/*.test.js",
"test-cov": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -t 5000 test/*.test.js",
"test-travis": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- -t 5000 test/*.test.js",
"jshint": "jshint .",
"autod": "autod -w --prefix '^' -e benchmark && npm run cnpm",
"cnpm": "npm install --registry=https://registry.npm.taobao.org",
"contributors": "contributors -f plain -o AUTHORS",
"optimized": "node --allow-natives-syntax --trace_opt --trace_deopt test/optimized.js"
},
"dependencies": {
"debug": "^2.6.6",
"long": "^3.2.0",
"utility": "^1.12.0"
},
"devDependencies": {
"autod": "*",
"beautify-benchmark": "0",
"benchmark": "1",
"contributors": "*",
"fastbench": "^1.0.1",
"intelli-espower-loader": "^1.0.1",
"istanbul": "*",
"jshint": "*",
"mocha": "3",
"optimized": "^1.2.0",
"power-assert": "^1.4.4"
},
"homepage": "https://github.com/node-modules/byte",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/byte.git",
"web": "https://github.com/node-modules/byte"
},
"bugs": {
"url": "https://github.com/node-modules/byte/issues",
"email": "fengmk2@gmail.com"
},
"keywords": [
"ByteBuffer",
"byte",
"bytes",
"io",
"buffer"
],
"engines": {
"node": ">= 0.12.0"
},
"author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.com)",
"license": "MIT"
}