HEX
Server: LiteSpeed
System: Linux CentOS-79-64-minimal 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: vishn3436 (5293)
PHP: 8.0.15
Disabled: NONE
Upload Files
File: //opt/bitninja-dispatcher/node_modules/logform/package.json
{
  "_args": [
    [
      "logform@2.4.2",
      "/home/jenkins/workspace/BitNinja_Dispatcher_master"
    ]
  ],
  "_from": "logform@2.4.2",
  "_id": "logform@2.4.2",
  "_inBundle": false,
  "_integrity": "sha512-W4c9himeAwXEdZ05dQNerhFz2XG80P9Oj0loPUMV23VC2it0orMHQhJm4hdnnor3rd1HsGf6a2lPwBM1zeXHGw==",
  "_location": "/logform",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "logform@2.4.2",
    "name": "logform",
    "escapedName": "logform",
    "rawSpec": "2.4.2",
    "saveSpec": null,
    "fetchSpec": "2.4.2"
  },
  "_requiredBy": [
    "/winston",
    "/winston-transport"
  ],
  "_resolved": "https://registry.npmjs.org/logform/-/logform-2.4.2.tgz",
  "_spec": "2.4.2",
  "_where": "/home/jenkins/workspace/BitNinja_Dispatcher_master",
  "author": {
    "name": "Charlie Robbins",
    "email": "charlie.robbins@gmail.com"
  },
  "browser": "dist/browser.js",
  "bugs": {
    "url": "https://github.com/winstonjs/logform/issues"
  },
  "dependencies": {
    "@colors/colors": "1.5.0",
    "fecha": "^4.2.0",
    "ms": "^2.1.1",
    "safe-stable-stringify": "^2.3.1",
    "triple-beam": "^1.3.0"
  },
  "description": "An mutable object-based log format designed for chaining & objectMode streams.",
  "devDependencies": {
    "@babel/cli": "^7.10.3",
    "@babel/core": "^7.10.3",
    "@babel/preset-env": "^7.10.3",
    "@dabh/eslint-config-populist": "^5.0.0",
    "assume": "^2.2.0",
    "eslint": "^8.8.0",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0",
    "rimraf": "^3.0.2"
  },
  "homepage": "https://github.com/winstonjs/logform#readme",
  "keywords": [
    "winston",
    "logging",
    "format",
    "winstonjs"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "logform",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/winstonjs/logform.git"
  },
  "scripts": {
    "build": "rimraf dist && babel *.js -d ./dist",
    "lint": "eslint *.js test/*.js examples/*.js --resolve-plugins-relative-to ./node_modules/@dabh/eslint-config-populist",
    "prepublishOnly": "npm run build",
    "pretest": "npm run lint && npm run build",
    "test": "nyc mocha test/*.test.js"
  },
  "types": "./index.d.ts",
  "version": "2.4.2"
}