wallet-core/node_modules/bytes/package.json

40 lines
856 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "bytes",
2018-09-20 02:56:13 +02:00
"description": "Utility to parse a string bytes to bytes and vice-versa",
"version": "3.0.0",
2016-11-03 01:33:53 +01:00
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
2018-09-20 02:56:13 +02:00
"contributors": [
"Jed Watson <jed.watson@me.com>",
"Théo FIDRY <theo.fidry@gmail.com>"
],
"license": "MIT",
"keywords": [
"byte",
"bytes",
"utility",
"parse",
"parser",
"convert",
"converter"
],
"repository": "visionmedia/bytes.js",
2016-10-10 03:43:44 +02:00
"devDependencies": {
2018-09-20 02:56:13 +02:00
"mocha": "2.5.3",
"nyc": "10.3.2"
},
"files": [
"History.md",
"LICENSE",
"Readme.md",
"index.js"
],
"engines": {
"node": ">= 0.8"
2016-10-10 03:43:44 +02:00
},
2018-09-20 02:56:13 +02:00
"scripts": {
"test": "mocha --check-leaks --reporter spec",
"test-ci": "nyc --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test"
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}