芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/byte-size/package.json
{ "_args": [ [ "byte-size@7.0.1", "/home/freeclou/app.optimyar.com/backend" ] ], "_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", "_spec": "7.0.1", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Lloyd Brookes", "email": "75pound@gmail.com" }, "bugs": { "url": "https://github.com/75lb/byte-size/issues" }, "contributors": [ { "name": "Raul Perez", "email": "repejota@gmail.com", "url": "http://repejota.com" } ], "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" }