![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/clinic.corals.io/node_modules/debug/ |
{ "_args": [ [ "[email protected]", "/home/corals/clinic.corals.io" ] ], "_development": true, "_from": "[email protected]", "_id": "[email protected]", "_inBundle": false, "_integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", "_location": "/debug", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "[email protected]", "name": "debug", "escapedName": "debug", "rawSpec": "4.3.2", "saveSpec": null, "fetchSpec": "4.3.2" }, "_requiredBy": [ "/@babel/core", "/@babel/helper-define-polyfill-provider", "/@babel/traverse", "/spdy", "/spdy-transport" ], "_resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", "_spec": "4.3.2", "_where": "/home/corals/clinic.corals.io", "author": { "name": "TJ Holowaychuk", "email": "[email protected]" }, "browser": "./src/browser.js", "bugs": { "url": "https://github.com/visionmedia/debug/issues" }, "contributors": [ { "name": "Nathan Rajlich", "email": "[email protected]", "url": "http://n8.io" }, { "name": "Andrew Rhyne", "email": "[email protected]" }, { "name": "Josh Junon", "email": "[email protected]" } ], "dependencies": { "ms": "2.1.2" }, "description": "small debugging utility", "devDependencies": { "brfs": "^2.0.1", "browserify": "^16.2.3", "coveralls": "^3.0.2", "istanbul": "^0.4.5", "karma": "^3.1.4", "karma-browserify": "^6.0.0", "karma-chrome-launcher": "^2.2.0", "karma-mocha": "^1.3.0", "mocha": "^5.2.0", "mocha-lcov-reporter": "^1.2.0", "xo": "^0.23.0" }, "engines": { "node": ">=6.0" }, "files": [ "src", "LICENSE", "README.md" ], "homepage": "https://github.com/visionmedia/debug#readme", "keywords": [ "debug", "log", "debugger" ], "license": "MIT", "main": "./src/index.js", "name": "debug", "peerDependenciesMeta": { "supports-color": { "optional": true } }, "repository": { "type": "git", "url": "git://github.com/visionmedia/debug.git" }, "scripts": { "lint": "xo", "test": "npm run test:node && npm run test:browser && npm run lint", "test:browser": "karma start --single-run", "test:coverage": "cat ./coverage/lcov.info | coveralls", "test:node": "istanbul cover _mocha -- test.js" }, "version": "4.3.2" }