{
  "_from": "pretty-bytes@^3.0.0",
  "_id": "pretty-bytes@3.0.1",
  "_inBundle": false,
  "_integrity": "sha1-J9AAjXeAY6C0gRuzXHnxvV1fvM8=",
  "_location": "/pretty-bytes",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pretty-bytes@^3.0.0",
    "name": "pretty-bytes",
    "escapedName": "pretty-bytes",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/maxmin"
  ],
  "_resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-3.0.1.tgz",
  "_shasum": "27d0008d778063a0b4811bb35c79f1bd5d5fbccf",
  "_spec": "pretty-bytes@^3.0.0",
  "_where": "/var/www/html/homokozo/dicom/node_modules/maxmin",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/pretty-bytes/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "number-is-nan": "^1.0.0"
  },
  "deprecated": false,
  "description": "Convert bytes to a human readable string: 1337 → 1.34 kB",
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/pretty-bytes#readme",
  "keywords": [
    "pretty",
    "bytes",
    "byte",
    "filesize",
    "size",
    "file",
    "human",
    "humanized",
    "readable",
    "si",
    "data"
  ],
  "license": "MIT",
  "name": "pretty-bytes",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/pretty-bytes.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "3.0.1"
}
