{
  "// moment": "required for local time with CLI",
  "// mv": "required for RotatingFileStream",
  "_from": "@expo/bunyan@3.0.2",
  "_id": "@expo/bunyan@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-fQRc4+RG+rEw1IdjFx/5t2AvOlJT8ktv2dfObD3aW838ohZxCx1QvFUY/Gdx5JA1JY/KrHRGuEqQLH9ayiexyg==",
  "_location": "/@expo/bunyan",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@expo/bunyan@3.0.2",
    "name": "@expo/bunyan",
    "escapedName": "@expo%2fbunyan",
    "scope": "@expo",
    "rawSpec": "3.0.2",
    "saveSpec": null,
    "fetchSpec": "3.0.2"
  },
  "_requiredBy": [
    "/@expo/xdl",
    "/expo-cli"
  ],
  "_resolved": "https://registry.npmjs.org/@expo/bunyan/-/bunyan-3.0.2.tgz",
  "_shasum": "775680bd479a8b79ada4a5676936a58eef1579c9",
  "_spec": "@expo/bunyan@3.0.2",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/expo-cli",
  "author": {
    "name": "Trent Mick",
    "email": "trentm@gmail.com",
    "url": "http://trentm.com"
  },
  "bin": {
    "bunyan": "./bin/bunyan"
  },
  "bugs": {
    "url": "https://github.com/trentm/node-bunyan/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "exeunt": "1.1.0",
    "moment": "^2.10.6",
    "mv": "~2",
    "safe-json-stringify": "~1",
    "uuid": "^3.2.1"
  },
  "deprecated": false,
  "description": "a JSON logging library for node.js services",
  "devDependencies": {
    "ben": "0.0.0",
    "markdown-toc": "0.12.x",
    "nodeunit": "0.9",
    "vasync": "1.4.3",
    "verror": "1.3.3"
  },
  "engines": [
    "node >=0.10.0"
  ],
  "files": [
    "bin",
    "lib"
  ],
  "homepage": "https://github.com/trentm/node-bunyan#readme",
  "keywords": [
    "log",
    "logging",
    "log4j",
    "json",
    "bunyan"
  ],
  "license": "MIT",
  "main": "./lib/bunyan.js",
  "name": "@expo/bunyan",
  "optionalDependencies": {
    "moment": "^2.10.6",
    "mv": "~2",
    "safe-json-stringify": "~1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/trentm/node-bunyan.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "3.0.2"
}