HEX
Server: Apache/2.4.34 (Red Hat) OpenSSL/1.0.2k-fips
System: Linux WORDPRESS 3.10.0-1160.118.1.el7.x86_64 #1 SMP Thu Apr 4 03:33:23 EDT 2024 x86_64
User: digital (1020)
PHP: 7.2.24
Disabled: NONE
Upload Files
File: /datos/www/www.colombia.co/public_html/node_modules/eazy-logger/package.json
{
  "name": "eazy-logger",
  "description": "Simple cli logger",
  "version": "3.1.0",
  "homepage": "https://github.com/shakyshane/easy-logger",
  "author": {
    "name": "Shane Osbourne"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/shakyshane/easy-logger.git"
  },
  "bugs": {
    "url": "https://github.com/shakyshane/easy-logger/issues"
  },
  "licenses": [
    {
      "type": "Apache 2.0",
      "url": "https://github.com/shakyshane/easy-logger/blob/master/LICENSE"
    }
  ],
  "files": [
    "index.js",
    "lodash.custom.js",
    "example.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "lint": "jshint index.js test/*.js",
    "test": "npm run lint && mocha",
    "lodash": "lodash include=cloneDeep,merge exports=node",
    "cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "dependencies": {
    "tfunk": "^4.0.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chalk": "^1.1.1",
    "coveralls": "^2.11.2",
    "jshint": "^2.6.0",
    "lodash-cli": "4.12.0",
    "mocha": "^2.1.0",
    "sinon": "^1.12.2"
  },
  "keywords": [
    "plugins"
  ]
}