{ "_from": "filesize@^8.0.6", "_id": "filesize@8.0.7", "_inBundle": false, "_integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==", "_location": "/filesize", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "filesize@^8.0.6", "name": "filesize", "escapedName": "filesize", "rawSpec": "^8.0.6", "saveSpec": null, "fetchSpec": "^8.0.6" }, "_requiredBy": [ "/react-dev-utils" ], "_resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz", "_shasum": "695e70d80f4e47012c132d57a059e80c6b580bd8", "_spec": "filesize@^8.0.6", "_where": "/home/josie/development/container-mom-go/landing-page/node_modules/react-dev-utils", "author": { "name": "Jason Mulligan", "email": "jason.mulligan@avoidwork.com" }, "browser": "lib/filesize.min.js", "bugs": { "url": "https://github.com/avoidwork/filesize.js/issues" }, "bundleDependencies": false, "deprecated": false, "description": "JavaScript library to generate a human readable String describing the file size", "devDependencies": { "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.0", "auto-changelog": "^2.3.0", "eslint": "^8.1.0", "nodeunit-x": "^0.15.0", "rollup": "^2.58.3", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-terser": "^7.0.2", "typescript": "^3.9.0" }, "engines": { "node": ">= 0.4.0" }, "files": [ "lib", "*.d.ts" ], "homepage": "https://filesizejs.com", "keywords": [ "file", "filesize", "size", "readable", "file system", "bytes", "diff" ], "license": "BSD-3-Clause", "main": "lib/filesize.js", "module": "lib/filesize.esm.js", "name": "filesize", "repository": { "type": "git", "url": "git://github.com/avoidwork/filesize.js.git" }, "scripts": { "build": "rollup -c", "changelog": "auto-changelog -p", "lint": "eslint test/*.js src/*.js", "test": "npm run build && npm run lint && npm run test:unit && npm run test:type", "test:type": "tsc -p test", "test:unit": "nodeunit test/filesize_test.js", "watch": "rollup -c -w" }, "types": "filesize.d.ts", "version": "8.0.7" }