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.
 

45 lines
1.1 KiB

{
"name": "base64-async",
"version": "2.1.3",
"description": "Non-blocking chunked Base64 encoding",
"main": "src/index.js",
"scripts": {
"bench": "benchmark/sync-vs-async.js",
"example": "examples/blocking.js && echo && examples/non-blocking.js",
"test": "xo && nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"xo": {
"extends": "xo-lukechilds"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukechilds/base64-async.git"
},
"keywords": [
"async",
"asynchronous",
"non-blocking",
"base64",
"encode",
"decode"
],
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukechilds/base64-async/issues"
},
"homepage": "https://github.com/lukechilds/base64-async",
"dependencies": {},
"devDependencies": {
"ava": "^0.25.0",
"cli-table": "^0.3.1",
"coveralls": "^3.0.0",
"eslint-config-xo-lukechilds": "^1.0.0",
"minimist": "^1.2.0",
"nyc": "^12.0.1",
"pretty-bytes": "^5.0.0",
"time-span": "^2.0.0",
"xo": "^0.19.0"
}
}