UNPKG

filesize

Version:

JavaScript library to generate a human readable String describing the file size

46 lines (45 loc) 1.15 kB
{ "name": "filesize", "description": "JavaScript library to generate a human readable String describing the file size", "version": "5.0.3", "homepage": "https://filesizejs.com", "author": "Jason Mulligan <jason.mulligan@avoidwork.com>", "repository": { "type": "git", "url": "git://github.com/avoidwork/filesize.js.git" }, "bugs": { "url": "https://github.com/avoidwork/filesize.js/issues" }, "files": [ "lib", "*.d.ts" ], "license": "BSD-3-Clause", "source": "src/filesize.js", "browser": "lib/filesize.js", "main": "lib/filesize.cjs.js", "module": "lib/filesize.esm.js", "types": "filesize.d.ts", "engines": { "node": ">= 0.4.0" }, "scripts": { "changelog": "git log --no-merges --date=short --tags --format=\"[%cd] %h%d %s - %cn (%ce)\" > CHANGELOG", "test": "nodeunit test/filesize_test.js", "build": "tslib build" }, "devDependencies": { "tslib-cli": "^5.0.22", "nodeunit": "^0.11.3" }, "keywords": [ "file", "filesize", "size", "readable", "file system", "bytes", "diff" ] }