{
  "_from": "highlighter",
  "_id": "highlighter@0.1.0",
  "_inBundle": false,
  "_integrity": "sha512-vruV85H6j06DaMqrP732KeY7W1MZTYvX4cFsXQGDf31P/cRVzCUVnI8FWDSlVQwSZFZye4a3vr47qPY+ynny1Q==",
  "_location": "/highlighter",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "highlighter",
    "name": "highlighter",
    "escapedName": "highlighter",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/highlighter/-/highlighter-0.1.0.tgz",
  "_shasum": "07a4140bae50ab3c7ff198f2d094b38920ccabb2",
  "_spec": "highlighter",
  "_where": "/var/www/html/analytics/analytics-soa",
  "author": {
    "name": "Blake Embrey",
    "email": "hello@blakeembrey.com",
    "url": "http://blakeembrey.me"
  },
  "bugs": {
    "url": "https://github.com/blakeembrey/highlighter/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "highlight.js": "^9.7.0"
  },
  "deprecated": false,
  "description": "Add syntax highlighting to all files, with built-in syntax highlighting of diffs and patches.",
  "devDependencies": {
    "chai": "^3.5.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.1.2",
    "pre-commit": "^1.0.4",
    "standard": "^8.4.0"
  },
  "files": [
    "highlighter.js",
    "LICENSE"
  ],
  "homepage": "https://github.com/blakeembrey/highlighter",
  "keywords": [
    "syntax",
    "highlight",
    "highlighting",
    "browser",
    "highlight.js"
  ],
  "license": "MIT",
  "main": "highlighter.js",
  "name": "highlighter",
  "repository": {
    "type": "git",
    "url": "git://github.com/blakeembrey/highlighter.git"
  },
  "scripts": {
    "lint": "standard",
    "test": "npm run lint && npm run test-cov",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
    "test-std": "mocha -- -R spec --bail"
  },
  "version": "0.1.0"
}
