npmc
Version:
a package manager for JavaScript
75 lines (74 loc) • 1.92 kB
JSON
{
"_from": "byte-size",
"_id": "byte-size@4.0.2",
"_inBundle": false,
"_integrity": "sha512-UGCQ0L1CO27M/9DOjS9ygrXz7CwHc3uVbNc1xbOGVL8RQO/8rJYCZclylAMcq4jQ0laO1izyomNZe1MFZsatlw==",
"_location": "/byte-size",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "byte-size",
"name": "byte-size",
"escapedName": "byte-size",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/byte-size/-/byte-size-4.0.2.tgz",
"_shasum": "e8ddbf7161913965c6af5b236a4bed8896bdc83e",
"_spec": "byte-size",
"_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Lloyd Brookes",
"email": "75pound@gmail.com"
},
"bugs": {
"url": "https://github.com/75lb/byte-size/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Raul Perez",
"email": "repejota@gmail.com",
"url": "http://repejota.com"
}
],
"deprecated": false,
"description": "Convert a bytes (and octets) value to a more human-readable format. Choose between metric or IEC units.",
"devDependencies": {
"coveralls": "^2.13.1",
"jsdoc-to-markdown": "^3.0.0",
"test-runner": "^0.4.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/75lb/byte-size#readme",
"keywords": [
"convert",
"bytes",
"octet",
"size",
"human",
"readable",
"metric",
"IEC"
],
"license": "MIT",
"name": "byte-size",
"repository": {
"type": "git",
"url": "git+https://github.com/75lb/byte-size.git"
},
"scripts": {
"cover": "istanbul cover ./node_modules/.bin/test-runner test.js && cat coverage/lcov.info | ./node_modules/.bin/coveralls",
"docs": "jsdoc2md -t README.hbs index.js > README.md; echo",
"test": "test-runner test.js"
},
"version": "4.0.2"
}