{
  "_args": [
    [
      "roarr@2.14.6",
      "/home/massta/Documents/new"
    ]
  ],
  "_development": true,
  "_from": "roarr@2.14.6",
  "_id": "roarr@2.14.6",
  "_inBundle": false,
  "_integrity": "sha512-qjbw0BEesKA+3XFBPt+KVe1PC/Z6ShfJ4wPlx2XifqH5h2Lj8/KQT5XJTsy3n1Es5kai+BwKALaECW3F70B1cg==",
  "_location": "/roarr",
  "_optional": true,
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "roarr@2.14.6",
    "name": "roarr",
    "escapedName": "roarr",
    "rawSpec": "2.14.6",
    "saveSpec": null,
    "fetchSpec": "2.14.6"
  },
  "_requiredBy": [
    "/global-agent"
  ],
  "_resolved": "https://registry.npmjs.org/roarr/-/roarr-2.14.6.tgz",
  "_spec": "2.14.6",
  "_where": "/home/massta/Documents/new",
  "author": {
    "name": "Gajus Kuizinas",
    "email": "gajus@gajus.com",
    "url": "http://gajus.com"
  },
  "ava": {
    "files": [
      "test/**/*"
    ],
    "helpers": [
      "test/helpers/**/*"
    ],
    "require": [
      "@babel/register"
    ],
    "sources": [
      "src/**/*"
    ]
  },
  "bugs": {
    "url": "https://github.com/gajus/roarr/issues"
  },
  "dependencies": {
    "boolean": "^3.0.0",
    "detect-node": "^2.0.4",
    "globalthis": "^1.0.0",
    "json-stringify-safe": "^5.0.1",
    "semver-compare": "^1.0.0",
    "sprintf-js": "^1.1.2"
  },
  "description": "JSON logger for Node.js and browser.",
  "devDependencies": {
    "@babel/cli": "^7.7.0",
    "@babel/core": "^7.7.2",
    "@babel/node": "^7.7.0",
    "@babel/plugin-transform-flow-strip-types": "^7.6.3",
    "@babel/preset-env": "^7.7.1",
    "@babel/register": "^7.7.0",
    "ava": "^2.4.0",
    "babel-plugin-istanbul": "^5.2.0",
    "babel-plugin-transform-export-default-name": "^2.0.4",
    "coveralls": "^3.0.8",
    "eslint": "^6.6.0",
    "eslint-config-canonical": "^18.1.0",
    "flow-bin": "^0.112.0",
    "flow-copy-source": "^2.0.9",
    "gitdown": "^3.1.2",
    "husky": "^3.1.0",
    "nyc": "^14.1.1",
    "semantic-release": "^15.13.31"
  },
  "engines": {
    "node": ">=8.0"
  },
  "homepage": "https://github.com/gajus/roarr#readme",
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint && npm run test && npm run build",
      "pre-push": "gitdown ./.README/README.md --output-file ./README.md --check"
    }
  },
  "keywords": [
    "log",
    "logger",
    "json"
  ],
  "main": "./dist/log.js",
  "name": "roarr",
  "nyc": {
    "include": [
      "src/**/*.js"
    ],
    "instrument": false,
    "reporter": [
      "text-lcov"
    ],
    "require": [
      "@babel/register"
    ],
    "sourceMap": false
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/gajus/roarr.git"
  },
  "scripts": {
    "build": "rm -fr ./dist && NODE_ENV=production babel ./src --out-dir ./dist --copy-files --source-maps && flow-copy-source src dist",
    "create-readme": "gitdown ./.README/README.md --output-file ./README.md",
    "dev": "NODE_ENV=production babel ./src --out-dir ./dist --copy-files --source-maps --watch",
    "lint": "eslint ./src ./test && flow",
    "test": "NODE_ENV=test ava --serial --verbose"
  },
  "version": "2.14.6"
}