{
  "_from": "byte-size@7.0.1",
  "_id": "byte-size@7.0.1",
  "_inBundle": false,
  "_integrity": "sha512-crQdqyCwhokxwV1UyDzLZanhkugAgft7vt0qbbdt60C6Zf3CAiGmtUCylbtYwrU6loOUw3euGrNtW1J651ot1A==",
  "_location": "/byte-size",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "byte-size@7.0.1",
    "name": "byte-size",
    "escapedName": "byte-size",
    "rawSpec": "7.0.1",
    "saveSpec": null,
    "fetchSpec": "7.0.1"
  },
  "_requiredBy": [
    "/@strapi/plugin-upload"
  ],
  "_resolved": "https://registry.npmjs.org/byte-size/-/byte-size-7.0.1.tgz",
  "_shasum": "b1daf3386de7ab9d706b941a748dbfc71130dee3",
  "_spec": "byte-size@7.0.1",
  "_where": "/home/ghf/system/node_modules/@strapi/plugin-upload",
  "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 or octets value (e.g. 34565346) to a human-readable string ('34.6 MB'). Choose between metric or IEC units.",
  "devDependencies": {
    "@test-runner/web": "^0.3.5",
    "coveralls": "^3.1.0",
    "esm-runner": "^0.3.4",
    "isomorphic-assert": "^0.1.1",
    "jsdoc-to-markdown": "^7.0.0",
    "rollup": "^2.40.0",
    "test-object-model": "^0.6.1"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "index.mjs",
    "dist/index.js"
  ],
  "homepage": "https://github.com/75lb/byte-size#readme",
  "keywords": [
    "convert",
    "bytes",
    "octet",
    "size",
    "human",
    "readable",
    "metric",
    "IEC"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "byte-size",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/75lb/byte-size.git"
  },
  "scripts": {
    "cover": "c8 npm test && c8 report --reporter=text-lcov | coveralls",
    "dist": "rollup -f umd -n byteSize -o dist/index.js index.mjs",
    "docs": "jsdoc2md -t README.hbs dist/index.js > README.md",
    "test": "npm run dist && npm run test:esm && npm run test:web",
    "test:esm": "esm-runner test.mjs",
    "test:web": "web-runner test.mjs"
  },
  "standard": {
    "ignore": [
      "dist"
    ]
  },
  "version": "7.0.1"
}
