![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/local/lib/node_modules/express/node_modules/bytes/ |
Upload File : |
{ "_from": "bytes@3.1.0", "_id": "bytes@3.1.0", "_inBundle": false, "_integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", "_location": "/express/bytes", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "bytes@3.1.0", "name": "bytes", "escapedName": "bytes", "rawSpec": "3.1.0", "saveSpec": null, "fetchSpec": "3.1.0" }, "_requiredBy": [ "/express/body-parser", "/express/raw-body" ], "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", "_shasum": "f6cf7933a360e0588fa9fde85651cdc7f805d1f6", "_spec": "bytes@3.1.0", "_where": "/usr/local/lib/node_modules/express/node_modules/body-parser", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca", "url": "http://tjholowaychuk.com" }, "bugs": { "url": "https://github.com/visionmedia/bytes.js/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Jed Watson", "email": "jed.watson@me.com" }, { "name": "Théo FIDRY", "email": "theo.fidry@gmail.com" } ], "deprecated": false, "description": "Utility to parse a string bytes to bytes and vice-versa", "devDependencies": { "eslint": "5.12.1", "mocha": "5.2.0", "nyc": "13.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=text npm test", "test-cov": "nyc --reporter=html --reporter=text npm test" }, "version": "3.1.0" }