{
  "_args": [
    [
      "marked-terminal@3.3.0",
      "/Users/mathieuherve/www/provelo/wp-content/themes/wp-start/wp-gulp"
    ]
  ],
  "_development": true,
  "_from": "marked-terminal@3.3.0",
  "_id": "marked-terminal@3.3.0",
  "_inBundle": false,
  "_integrity": "sha512-+IUQJ5VlZoAFsM5MHNT7g3RHSkA3eETqhRCdXv4niUMAKHQ7lb1yvAcuGPmm4soxhmtX13u4Li6ZToXtvSEH+A==",
  "_location": "/marked-terminal",
  "_phantomChildren": {
    "color-convert": "1.9.3",
    "escape-string-regexp": "1.0.5",
    "supports-color": "5.5.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "marked-terminal@3.3.0",
    "name": "marked-terminal",
    "escapedName": "marked-terminal",
    "rawSpec": "3.3.0",
    "saveSpec": null,
    "fetchSpec": "3.3.0"
  },
  "_requiredBy": [
    "/cli-usage"
  ],
  "_resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-3.3.0.tgz",
  "_spec": "3.3.0",
  "_where": "/Users/mathieuherve/www/provelo/wp-content/themes/wp-start/wp-gulp",
  "author": {
    "name": "Mikael Brevik"
  },
  "bugs": {
    "url": "https://github.com/mikaelbr/marked-terminal/issues"
  },
  "dependencies": {
    "ansi-escapes": "^3.1.0",
    "cardinal": "^2.1.1",
    "chalk": "^2.4.1",
    "cli-table": "^0.3.1",
    "node-emoji": "^1.4.1",
    "supports-hyperlinks": "^1.0.1"
  },
  "description": "A custom render for marked to output to the Terminal",
  "devDependencies": {
    "marked": "^0.7.0",
    "mocha": "^5.2.0"
  },
  "directories": {
    "example": "example"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/mikaelbr/marked-terminal",
  "keywords": [
    "marked",
    "render",
    "terminal",
    "markdown",
    "markdown-to-terminal"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "marked-terminal",
  "peerDependencies": {
    "marked": "^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mikaelbr/marked-terminal.git"
  },
  "scripts": {
    "test": "FORCE_HYPERLINK=0 mocha tests/*.js --reporter spec"
  },
  "version": "3.3.0"
}
