UNPKG

npm

Version:

a package manager for JavaScript

77 lines (76 loc) 1.89 kB
{ "_args": [ [ "byte-size@4.0.3", "/Users/rebecca/code/npm" ] ], "_from": "byte-size@4.0.3", "_id": "byte-size@4.0.3", "_inBundle": false, "_integrity": "sha512-JGC3EV2bCzJH/ENSh3afyJrH4vwxbHTuO5ljLoI5+2iJOcEpMgP8T782jH9b5qGxf2mSUIp1lfGnfKNrRHpvVg==", "_location": "/byte-size", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "byte-size@4.0.3", "name": "byte-size", "escapedName": "byte-size", "rawSpec": "4.0.3", "saveSpec": null, "fetchSpec": "4.0.3" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/byte-size/-/byte-size-4.0.3.tgz", "_spec": "4.0.3", "_where": "/Users/rebecca/code/npm", "author": { "name": "Lloyd Brookes", "email": "75pound@gmail.com" }, "bugs": { "url": "https://github.com/75lb/byte-size/issues" }, "contributors": [ { "name": "Raul Perez", "email": "repejota@gmail.com", "url": "http://repejota.com" } ], "description": "Convert a bytes (and octets) value to a more human-readable format. Choose between metric or IEC units.", "devDependencies": { "coveralls": "^3.0.1", "jsdoc-to-markdown": "^4.0.1", "test-runner": "^0.5.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.3" }