{
  "_args": [
    [
      {
        "raw": "diff2html@2.0.6",
        "scope": null,
        "escapedName": "diff2html",
        "name": "diff2html",
        "rawSpec": "2.0.6",
        "spec": "2.0.6",
        "type": "version"
      },
      "/home/aman/Code/snapshot"
    ]
  ],
  "_from": "diff2html@2.0.6",
  "_id": "diff2html@2.0.6",
  "_inCache": true,
  "_location": "/diff2html",
  "_nodeVersion": "6.4.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/diff2html-2.0.6.tgz_1473515912364_0.06673153396695852"
  },
  "_npmUser": {
    "name": "rtfpessoa",
    "email": "rtfrodrigo@gmail.com"
  },
  "_npmVersion": "3.8.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "diff2html@2.0.6",
    "scope": null,
    "escapedName": "diff2html",
    "name": "diff2html",
    "rawSpec": "2.0.6",
    "spec": "2.0.6",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/diff2html/-/diff2html-2.0.6.tgz",
  "_shasum": "54ff3cd78ff6590a39c5f4e64c415cded6556120",
  "_shrinkwrap": null,
  "_spec": "diff2html@2.0.6",
  "_where": "/home/aman/Code/snapshot",
  "author": {
    "name": "Rodrigo Fernandes",
    "email": "rtfrodrigo@gmail.com"
  },
  "browser": {
    "fs": false
  },
  "bugs": {
    "url": "https://www.github.com/rtfpessoa/diff2html/issues"
  },
  "dependencies": {
    "diff": "^3.0.0",
    "hogan.js": "^3.0.2"
  },
  "description": "Fast Diff to colorized HTML",
  "devDependencies": {
    "autoprefixer": "^6.4.1",
    "browserify": "^13.1.0",
    "clean-css": "^3.4.19",
    "codacy-coverage": "^2.0.0",
    "eslint": "^3.5.0",
    "eslint-plugin-promise": "^2.0.1",
    "eslint-plugin-standard": "^2.0.0",
    "fast-html-parser": "^1.0.1",
    "istanbul": "^0.4.4",
    "mkdirp": "^0.5.1",
    "mocha": "^3.0.2",
    "nopt": "^3.0.6",
    "postcss-cli": "^2.6.0",
    "uglifyjs": "^2.4.10"
  },
  "directories": {},
  "dist": {
    "shasum": "54ff3cd78ff6590a39c5f4e64c415cded6556120",
    "tarball": "https://registry.npmjs.org/diff2html/-/diff2html-2.0.6.tgz"
  },
  "engines": {
    "node": ">=0.12"
  },
  "files": [
    "src",
    "dist"
  ],
  "gitHead": "5b5feda59c36967ca4b0fc2df3ada08e81e58e76",
  "homepage": "https://diff2html.xyz",
  "keywords": [
    "git",
    "diff",
    "pretty",
    "side",
    "line",
    "side-by-side",
    "line-by-line",
    "character",
    "highlight",
    "pretty",
    "color",
    "html",
    "diff2html",
    "difftohtml",
    "colorized"
  ],
  "license": "MIT",
  "main": "./src/diff2html.js",
  "maintainers": [
    {
      "name": "rtfpessoa",
      "email": "rtfrodrigo@gmail.com"
    }
  ],
  "name": "diff2html",
  "optionalDependencies": {},
  "preferGlobal": true,
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "https://www.github.com/rtfpessoa/diff2html.git"
  },
  "scripts": {
    "check-coverage": "istanbul check-coverage --statements 90 --functions 90 --branches 85 --lines 90 ./coverage/coverage.json",
    "codacy": "cat ./coverage/lcov.info | codacy-coverage",
    "coverage": "istanbul cover _mocha -- -u exports -R spec ./test/**/*",
    "postversion": "git push && git push --tags",
    "preversion": "npm run release && npm run release-website && npm run style && npm test",
    "release": "./scripts/release.sh",
    "release-bower": "./scripts/update-bower-version.sh",
    "release-website": "node ./scripts/release-website.js",
    "style": "eslint .",
    "templates": "./scripts/hulk.js --wrapper node --variable 'browserTemplates' ./src/templates/*.mustache > ./src/templates/diff2html-templates.js",
    "test": "npm run coverage && npm run check-coverage",
    "version": "npm run release-bower && git add -A src dist docs package.json bower.json"
  },
  "version": "2.0.6"
}
