{"name":"diff2html","version":"3.0.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":"git://github.com/rtfpessoa/diff2html.git"},"bugs":{"url":"https://www.github.com/rtfpessoa/diff2html/issues"},"engines":{"node":">=10.13"},"scripts":{"eslint":"eslint --ignore-path .gitignore \"**/*.{js,jsx,ts,tsx,json}\"","lint:check":"yarn run eslint","lint:fix":"yarn run eslint --fix","prettier":"prettier --ignore-path .gitignore '**/*.+(js|jsx|ts|tsx|json|css|html|md|mdx)'","format:check":"yarn run prettier --check","format:fix":"yarn run prettier --write","build":"yarn run build:css && yarn run build:templates && yarn run build:es5 && yarn run build:esm && yarn run build:bundles && yarn run build:website","build:es5":"rm -rf lib; tsc -p tsconfig.json --outDir lib","build:esm":"rm -rf lib-esm; tsc -p tsconfig.json -m es6 --outDir lib-esm","build:bundles":"rm -rf ./bundles/js; webpack ---display-reasons --display-modules --mode production --config webpack.bundles.ts","build:css":"rm -rf ./bundles/css; postcss --config ./postcss.config.js --no-map -o ./bundles/css/diff2html.min.css ./src/ui/css/diff2html.css","build:templates":"ts-node ./scripts/hulk.ts --wrapper ts --variable 'defaultTemplates' ./src/templates/*.mustache > ./src/diff2html-templates.ts","build:website":"rm -rf docs; webpack ---display-reasons --display-modules --mode production --config webpack.website.ts","gen":"yarn run gen:toc","gen:toc-base":"markdown-toc --maxdepth 3 --bullets='-' -i","gen:toc":"yarn run gen:toc-base README.md","test":"is-ci 'test:coverage' 'test:watch'","test:coverage":"jest --coverage","test:watch":"jest --watch","test:debug":"node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch","coverage:open":"yarn run test:coverage && open ./coverage/index.html","coverage:push":"cat ./coverage/lcov.info | codacy-coverage","validate":"yarn run build:templates && yarn run format:check && yarn run lint:check && yarn run build && yarn run test:coverage","fix":"yarn run format:fix && yarn run lint:fix","start":"yarn run start:website","start:website":"webpack-dev-server --mode development --config webpack.website.ts","preversion":"yarn run validate","version":"git add -A package.json"},"main":"./lib/diff2html.js","module":"./lib-esm/diff2html.js","types":"./lib/diff2html.d.ts","husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"**/*.+(js|jsx|ts|tsx|json)":["prettier --write","eslint --fix"],"**/*.+(css|html|md|mdx)":["prettier --write"],"README.md":["yarn run gen:toc-base"]},"dependencies":{"diff":"4.0.2","hogan.js":"3.0.2"},"optionalDependencies":{"highlight.js":"9.18.1"},"devDependencies":{"@types/clipboard":"2.0.1","@types/copy-webpack-plugin":"5.0.0","@types/diff":"4.0.2","@types/highlight.js":"9.12.3","@types/hogan.js":"3.0.0","@types/html-webpack-plugin":"3.2.2","@types/jest":"25.1.1","@types/mini-css-extract-plugin":"0.9.0","@types/mkdirp":"0.5.2","@types/node":"13.7.0","@types/nopt":"3.0.29","@types/webpack":"4.41.5","@typescript-eslint/eslint-plugin":"2.19.0","@typescript-eslint/parser":"2.19.0","autoprefixer":"9.7.4","bulma":"^0.8.0","clipboard":"2.0.4","codacy-coverage":"3.4.0","copy-webpack-plugin":"5.1.1","css-loader":"3.4.2","cssnano":"4.1.10","eslint":"6.8.0","eslint-config-prettier":"6.10.0","eslint-plugin-import":"2.20.1","eslint-plugin-jest":"23.6.0","eslint-plugin-json":"2.0.1","eslint-plugin-node":"11.0.0","eslint-plugin-optimize-regex":"1.1.7","eslint-plugin-promise":"4.2.1","eslint-plugin-sonarjs":"0.5.0","file-loader":"5.0.2","handlebars":"4.7.3","handlebars-loader":"1.7.1","html-webpack-plugin":"3.2.0","husky":"4.2.1","image-webpack-loader":"6.0.0","is-ci-cli":"2.0.0","jest":"25.1.0","lint-staged":"10.0.7","markdown-toc":"^1.2.0","mini-css-extract-plugin":"0.9.0","mkdirp":"1.0.3","nopt":"4.0.1","postcss":"7.0.26","postcss-cli":"7.1.0","postcss-import":"12.0.1","postcss-loader":"3.0.0","postcss-preset-env":"6.7.0","prettier":"1.19.1","ts-jest":"25.2.0","ts-loader":"6.2.1","ts-node":"8.6.2","typescript":"3.7.5","url-loader":"3.0.0","webpack":"4.41.5","webpack-cli":"3.3.10","webpack-dev-server":"3.10.3","whatwg-fetch":"3.0.0"},"resolutions":{"lodash":"4.17.15"},"license":"MIT","licenseText":"Copyright 2014-2016 Rodrigo Fernandes https://rtfpessoa.github.io/\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\ndocumentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the\nrights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit\npersons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE\nWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","_id":"diff2html@3.0.2","dist":{"shasum":"4acefe186a93bdc4dc326960b8d2a7451ccb8925","size":504991,"noattachment":false,"key":"/diff2html/-/diff2html-3.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/diff2html/download/diff2html-3.0.2.tgz"},"maintainers":[{"name":"rtfpessoa","email":""}],"_npmUser":{"name":"rtfpessoa","email":"rtfrodrigo@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/diff2html_3.0.2_1580938470062_0.4837097155796666"},"_hasShrinkwrap":false,"publish_time":1580938470220,"_cnpm_publish_time":1580938470220,"_cnpmcore_publish_time":"2021-12-16T15:16:18.130Z","dist-tags":{"latest":"3.4.52","pr":"3.4.48-34472g1379211.2.1379211"}}