1{ 2 "_from": "byte-size@5.0.1", 3 "_id": "byte-size@5.0.1", 4 "_inBundle": false, 5 "_integrity": "sha512-/XuKeqWocKsYa/cBY1YbSJSWWqTi4cFgr9S6OyM7PBaPbr9zvNGwWP33vt0uqGhwDdN+y3yhbXVILEUpnwEWGw==", 6 "_location": "/byte-size", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "byte-size@5.0.1", 12 "name": "byte-size", 13 "escapedName": "byte-size", 14 "rawSpec": "5.0.1", 15 "saveSpec": null, 16 "fetchSpec": "5.0.1" 17 }, 18 "_requiredBy": [ 19 "#USER", 20 "/" 21 ], 22 "_resolved": "https://registry.npmjs.org/byte-size/-/byte-size-5.0.1.tgz", 23 "_shasum": "4b651039a5ecd96767e71a3d7ed380e48bed4191", 24 "_spec": "byte-size@5.0.1", 25 "_where": "/Users/aeschright/code/cli", 26 "author": { 27 "name": "Lloyd Brookes", 28 "email": "75pound@gmail.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/75lb/byte-size/issues" 32 }, 33 "bundleDependencies": false, 34 "contributors": [ 35 { 36 "name": "Raul Perez", 37 "email": "repejota@gmail.com", 38 "url": "http://repejota.com" 39 } 40 ], 41 "deprecated": false, 42 "description": "Convert a bytes (and octets) value to a more human-readable format. Choose between metric or IEC units.", 43 "devDependencies": { 44 "coveralls": "^3.0.2", 45 "jsdoc-to-markdown": "^4.0.1", 46 "rollup": "^0.68.1", 47 "test-runner": "^0.5.1" 48 }, 49 "engines": { 50 "node": ">=6.0.0" 51 }, 52 "files": [ 53 "index.mjs", 54 "dist/index.js" 55 ], 56 "homepage": "https://github.com/75lb/byte-size#readme", 57 "keywords": [ 58 "convert", 59 "bytes", 60 "octet", 61 "size", 62 "human", 63 "readable", 64 "metric", 65 "IEC" 66 ], 67 "license": "MIT", 68 "main": "dist/index.js", 69 "name": "byte-size", 70 "repository": { 71 "type": "git", 72 "url": "git+https://github.com/75lb/byte-size.git" 73 }, 74 "scripts": { 75 "cover": "istanbul cover ./node_modules/.bin/test-runner test.js && cat coverage/lcov.info | ./node_modules/.bin/coveralls", 76 "dist": "rollup -c dist/index.config.js", 77 "docs": "jsdoc2md -t README.hbs dist/index.js > README.md; echo", 78 "test": "npm run test:js && npm run test:mjs", 79 "test:js": "rollup -c dist/test.config.js && node dist/test.js", 80 "test:mjs": "node --experimental-modules test/test.mjs" 81 }, 82 "version": "5.0.1" 83} 84