{
  "_args": [
    [
      {
        "raw": "bs-logger@0.x",
        "scope": null,
        "escapedName": "bs-logger",
        "name": "bs-logger",
        "rawSpec": "0.x",
        "spec": ">=0.0.0 <1.0.0",
        "type": "range"
      },
      "/home/lively4/lively4/ojs/node_modules/ts-jest"
    ]
  ],
  "_from": "bs-logger@>=0.0.0 <1.0.0",
  "_hasShrinkwrap": false,
  "_id": "bs-logger@0.2.6",
  "_inCache": true,
  "_installable": true,
  "_location": "/bs-logger",
  "_nodeVersion": "10.12.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/bs-logger_0.2.6_1541831406915_0.5003409845199216"
  },
  "_npmUser": {
    "name": "huafu",
    "email": "huafu.gandon@gmail.com"
  },
  "_npmVersion": "6.4.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "bs-logger@0.x",
    "scope": null,
    "escapedName": "bs-logger",
    "name": "bs-logger",
    "rawSpec": "0.x",
    "spec": ">=0.0.0 <1.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/ts-jest"
  ],
  "_resolved": "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz",
  "_shasum": "eb7d365307a72cf974cc6cda76b68354ad336bd8",
  "_shrinkwrap": null,
  "_spec": "bs-logger@0.x",
  "_where": "/home/lively4/lively4/ojs/node_modules/ts-jest",
  "author": {
    "name": "Huafu Gandon",
    "email": "huafu.gandon@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/huafu/bs-logger/issues"
  },
  "dependencies": {
    "fast-json-stable-stringify": "2.x"
  },
  "description": "Bare simple logger for NodeJS",
  "devDependencies": {
    "@commitlint/cli": "7.x",
    "@commitlint/config-conventional": "7.x",
    "@types/jest": "23.x",
    "@types/node": "10.x",
    "conventional-changelog-cli": "2.x",
    "husky": "0.x",
    "jest": "23.x",
    "lint-staged": "7.x",
    "prettier": "1.x",
    "rimraf": "2.x",
    "ts-jest": "23.x",
    "tslint": "5.x",
    "tslint-config-prettier": "1.x",
    "tslint-plugin-prettier": "2.x",
    "typescript": "3.x"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==",
    "shasum": "eb7d365307a72cf974cc6cda76b68354ad336bd8",
    "tarball": "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz",
    "fileCount": 24,
    "unpackedSize": 47815,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5nrvCRA9TVsSAnZWagAACqoP/i4h9L29iR2Oi2mu4LbH\n458mf8q8xmoVmbEZrrGGPo6yeycwT+3FKMjGL2oJmZpZci+icASQT55BP2qH\n5GvvM0BXT3eDSa0fbfZEm+iJxde/rjuBnZBllRW2jyFUuwuoR+e1o0mxfXRs\nM+Zs8/tgyENt6cN3SGiKoz8Xh+Learu+0uDX3uB0rSMnojdszZjkVahkFDYd\nv4qfQfGsCi8wcIr2oXfo0FxffcHcwwLT9LGwmKnMJUc3iD5FDDrmL1MMN/Nq\nXmGtAsWX8pJ7waxtWfaIDDWG26Dwx6MrZgtr6Q42ulJDy8fV4AMF4yF4rYs6\noEgO/QOb4gHyKIXyH/F3eOJfJuT60iE09Jorb4u07I9qSLm2ILJpi1JX7AC7\ntEqDIS9YdnzIVhbuQ1p6wgisrJ0SNYQ+l3ViDo/LM31qh3slKjZcNiheWdxb\nU5NagsF+w1ID5ndblJ1eCOP4Wd5KhVVcXt/DL619D67cqgLBRm9iXutPdsPr\nQZ3GXKZu/OImjGvfaOa2lYPCkIJvMmExFVfJbhaogV+CR8tKPn4yFpZjHhPP\n9LztVMt9ySej1jJO9tGkxcgLWY1zT3r3Vf0wEzZB88hVeV9BKJYMb3Q4lFF2\nPSjvA3f8qWU+F7mll08HC2E7TckmvhGd17tVdhzut4ewVODYkICa6LDjQ5jh\n/Chv\r\n=swQi\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">= 6"
  },
  "gitHead": "6f110735ec8f47cc77dd39fd2adcf03336b82883",
  "homepage": "https://github.com/huafu/bs-logger#readme",
  "keywords": [
    "bare simple logger",
    "simple logger",
    "simple",
    "logger",
    "typescript",
    "lib",
    "library"
  ],
  "license": "MIT",
  "lint-staged": {
    "linters": {
      "*.{ts,tsx}": [
        "tslint --fix",
        "git add"
      ]
    }
  },
  "main": "dist/index.js",
  "maintainers": [
    {
      "name": "huafu",
      "email": "huafu.gandon@gmail.com"
    }
  ],
  "name": "bs-logger",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/huafu/bs-logger.git"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "clean": "rimraf dist coverage",
    "commitmsg": "commitlint -E GIT_PARAMS",
    "lint": "tslint --project tsconfig.json --format stylish",
    "lint:fix": "tslint --fix --project tsconfig.json",
    "postcommit": "git reset",
    "posttest": "npm run typecheck && npm run lint",
    "postversion": "git push && git push --tags",
    "prebuild": "npm run clean",
    "precommit": "lint-staged",
    "prepare": "npm run build",
    "prepublishOnly": "npm run test",
    "preversion": "npm test",
    "test": "jest --coverage",
    "test:watch": "jest --watch",
    "typecheck": "tsc -p . --noEmit",
    "version": "npm run changelog && git add CHANGELOG.md"
  },
  "types": "dist/index.d.ts",
  "version": "0.2.6"
}
