| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 | {  "_args": [    [      "bytes@3.1.1",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "bytes@3.1.1",  "_id": "bytes@3.1.1",  "_inBundle": false,  "_integrity": "sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg==",  "_location": "/bytes",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "bytes@3.1.1",    "name": "bytes",    "escapedName": "bytes",    "rawSpec": "3.1.1",    "saveSpec": null,    "fetchSpec": "3.1.1"  },  "_requiredBy": [    "/body-parser",    "/raw-body"  ],  "_resolved": "https://registry.npmmirror.com/bytes/download/bytes-3.1.1.tgz",  "_spec": "3.1.1",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "TJ Holowaychuk",    "email": "tj@vision-media.ca",    "url": "http://tjholowaychuk.com"  },  "bugs": {    "url": "https://github.com/visionmedia/bytes.js/issues"  },  "contributors": [    {      "name": "Jed Watson",      "email": "jed.watson@me.com"    },    {      "name": "Théo FIDRY",      "email": "theo.fidry@gmail.com"    }  ],  "description": "Utility to parse a string bytes to bytes and vice-versa",  "devDependencies": {    "eslint": "7.32.0",    "eslint-plugin-markdown": "2.2.1",    "mocha": "9.1.3",    "nyc": "15.1.0"  },  "engines": {    "node": ">= 0.8"  },  "files": [    "History.md",    "LICENSE",    "Readme.md",    "index.js"  ],  "homepage": "https://github.com/visionmedia/bytes.js#readme",  "keywords": [    "byte",    "bytes",    "utility",    "parse",    "parser",    "convert",    "converter"  ],  "license": "MIT",  "name": "bytes",  "repository": {    "type": "git",    "url": "git+https://github.com/visionmedia/bytes.js.git"  },  "scripts": {    "lint": "eslint .",    "test": "mocha --check-leaks --reporter spec",    "test-ci": "nyc --reporter=lcov --reporter=text npm test",    "test-cov": "nyc --reporter=html --reporter=text npm test"  },  "version": "3.1.1"}
 |