{
  "_from": "log-ok@^0.1.1",
  "_id": "log-ok@0.1.1",
  "_inBundle": false,
  "_integrity": "sha1-vqPdNqzQuKckDXhza1uXxlREozQ=",
  "_location": "/log-ok",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "log-ok@^0.1.1",
    "name": "log-ok",
    "escapedName": "log-ok",
    "rawSpec": "^0.1.1",
    "saveSpec": null,
    "fetchSpec": "^0.1.1"
  },
  "_requiredBy": [
    "/base-runtimes/log-utils",
    "/log-utils",
    "/time-diff/log-utils"
  ],
  "_resolved": "https://registry.npmjs.org/log-ok/-/log-ok-0.1.1.tgz",
  "_shasum": "bea3dd36acd0b8a7240d78736b5b97c65444a334",
  "_spec": "log-ok@^0.1.1",
  "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/log-utils",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/log-ok/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ansi-green": "^0.1.1",
    "success-symbol": "^0.1.0"
  },
  "deprecated": false,
  "description": "just `console.log` prefixed with a green check",
  "devDependencies": {
    "gulp-format-md": "^0.1.9",
    "mocha": "^2.5.3"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/jonschlinkert/log-ok",
  "keywords": [
    "log",
    "ok"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "log-ok",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonschlinkert/log-ok.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "log-utils",
        "ansi-colors"
      ]
    },
    "reflinks": [
      "verb",
      "verb-readme-generator"
    ],
    "lint": {
      "reflinks": true
    }
  },
  "version": "0.1.1"
}