{ "name": "diff2html", "version": "2.12.2", "homepage": "https://diff2html.xyz", "description": "Fast Diff to colorized HTML", "keywords": [ "git", "diff", "pretty", "side", "line", "side-by-side", "line-by-line", "character", "highlight", "pretty", "color", "html", "diff2html", "difftohtml", "colorized" ], "author": { "name": "Rodrigo Fernandes", "email": "rtfrodrigo@gmail.com" }, "repository": { "type": "git", "url": "https://www.github.com/rtfpessoa/diff2html.git" }, "bugs": { "url": "https://www.github.com/rtfpessoa/diff2html/issues" }, "engines": { "node": ">=4" }, "scripts": { "build": "tsc", "lint": "eslint '*/**/*.{js,jsx,ts,tsx}'", "style": "yarn run lint", "test": "jest", "coverage": "jest --collectCoverage", "coverage-html": "yarn run coverage && open ./coverage/index.html", "codacy": "cat ./coverage/lcov.info | codacy-coverage", "release": "yarn run release-css && yarn run release-templates && yarn run release-ts && yarn run release-browser-bundle && yarn run release-website", "release-css": "./scripts/release-css.sh", "release-templates": "./scripts/release-templates.sh", "release-ts": "yarn run build", "release-browser-bundle": "./scripts/release-browser-bundle.sh", "release-website": "./scripts/release-website.sh", "preversion": "yarn run release && yarn run lint && yarn test", "version": "git add -A package.json", "postversion": "git push && git push --tags" }, "main": "./build/commonjs-node/diff2html.js", "browser": { "fs": false }, "dependencies": { "diff": "^4.0.1", "hogan.js": "^3.0.2", "merge": "^1.2.1", "whatwg-fetch": "^3.0.0" }, "devDependencies": { "@types/jest": "24.0.18", "@types/node": "^12.7.2", "@typescript-eslint/eslint-plugin": "2.0.0", "@typescript-eslint/parser": "2.0.0", "autoprefixer": "^9.6.0", "browserify": "^16.5.0", "clean-css-cli": "^4.3.0", "codacy-coverage": "^3.4.0", "eslint": "6.2.2", "eslint-config-prettier": "6.1.0", "eslint-config-standard": "14.0.1", "eslint-plugin-import": "2.18.2", "eslint-plugin-jest": "22.15.2", "eslint-plugin-node": "9.1.0", "eslint-plugin-prettier": "3.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "fast-html-parser": "^1.0.1", "jest": "24.9.0", "mkdirp": "^0.5.1", "nopt": "^4.0.1", "postcss-cli": "^6.1.3", "prettier": "1.18.2", "ts-jest": "24.0.2", "typescript": "^3.6.3", "terser": "^4.3.8" }, "resolutions": { "lodash": "4.17.15" }, "license": "MIT", "files": [ "build" ] }