package.json 2.7 KB
{
  "_args": [
    [
      "eazy-logger@3.0.2",
      "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\browser-sync"
    ]
  ],
  "_from": "eazy-logger@3.0.2",
  "_id": "eazy-logger@3.0.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/eazy-logger",
  "_nodeVersion": "4.4.4",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/eazy-logger-3.0.2.tgz_1463413128956_0.1290351536590606"
  },
  "_npmUser": {
    "email": "shakyshane@gmail.com",
    "name": "shakyshane"
  },
  "_npmVersion": "2.15.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "eazy-logger",
    "raw": "eazy-logger@3.0.2",
    "rawSpec": "3.0.2",
    "scope": null,
    "spec": "3.0.2",
    "type": "version"
  },
  "_requiredBy": [
    "/browser-sync"
  ],
  "_resolved": "https://registry.npmjs.org/eazy-logger/-/eazy-logger-3.0.2.tgz",
  "_shasum": "a325aa5e53d13a2225889b2ac4113b2b9636f4fc",
  "_shrinkwrap": null,
  "_spec": "eazy-logger@3.0.2",
  "_where": "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\browser-sync",
  "author": {
    "name": "Shane Osbourne"
  },
  "bugs": {
    "url": "https://github.com/shakyshane/easy-logger/issues"
  },
  "dependencies": {
    "tfunk": "^3.0.1"
  },
  "description": "Simple cli logger",
  "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"
  },
  "directories": {},
  "dist": {
    "shasum": "a325aa5e53d13a2225889b2ac4113b2b9636f4fc",
    "tarball": "https://registry.npmjs.org/eazy-logger/-/eazy-logger-3.0.2.tgz"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "files": [
    "index.js",
    "lodash.custom.js",
    "example.js"
  ],
  "gitHead": "8724cc93039c67ef4a7ec17b1e6ad05c69323bfe",
  "homepage": "https://github.com/shakyshane/easy-logger",
  "keywords": [
    "plugins"
  ],
  "licenses": [
    {
      "type": "Apache 2.0",
      "url": "https://github.com/shakyshane/easy-logger/blob/master/LICENSE"
    }
  ],
  "main": "index.js",
  "maintainers": [
    {
      "email": "shakyshane@gmail.com",
      "name": "shakyshane"
    }
  ],
  "name": "eazy-logger",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/shakyshane/easy-logger.git"
  },
  "scripts": {
    "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",
    "lint": "jshint index.js test/*.js",
    "lodash": "lodash include=cloneDeep,merge exports=node",
    "test": "npm run lint && mocha"
  },
  "version": "3.0.2"
}