{
"_args": [
[
"diff2html@2.12.2",
"E:\\changfa\\crscd-view"
]
],
"_from": "diff2html@2.12.2",
"_id": "diff2html@2.12.2",
"_inBundle": false,
"_integrity": "sha512-G/Zn1KyG/OeC+67N/P26WHsQpjrjUiRyWGvg29ypy3MxSsBmF0bzsU/Irq70i2UAg+f/MzmLx4v/Nkt01TOU3g==",
"_location": "/diff2html",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "diff2html@2.12.2",
"name": "diff2html",
"escapedName": "diff2html",
"rawSpec": "2.12.2",
"saveSpec": null,
"fetchSpec": "2.12.2"
},
"_requiredBy": [
"/vue-code-diff"
],
"_resolved": "https://registry.npmjs.org/diff2html/-/diff2html-2.12.2.tgz",
"_spec": "2.12.2",
"_where": "E:\\changfa\\crscd-view",
"author": {
"name": "Rodrigo Fernandes",
"email": "rtfrodrigo@gmail.com"
},
"browser": {
"fs": false
},
"bugs": {
"url": "https://www.github.com/rtfpessoa/diff2html/issues"
},
"dependencies": {
"diff": "^4.0.1",
"hogan.js": "^3.0.2",
"merge": "^1.2.1",
"whatwg-fetch": "^3.0.0"
},
"description": "Fast Diff to colorized HTML",
"devDependencies": {
"autoprefixer": "^9.6.0",
"browserify": "^16.2.3",
"clean-css-cli": "^4.3.0",
"codacy-coverage": "^3.4.0",
"eslint": "^5.16.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"fast-html-parser": "^1.0.1",
"istanbul": "^0.4.5",
"mkdirp": "^0.5.1",
"mocha": "5.2.0",
"nopt": "^4.0.1",
"postcss-cli": "^6.1.2",
"uglify-js": "^3.6.0"
},
"engines": {
"node": ">=4"
},
"files": [
"src",
"dist",
"typescript"
],
"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",
"name": "diff2html",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/rtfpessoa/diff2html.git"
},
"resolutions": {
"lodash": "4.17.14"
},
"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/**/*",
"lint": "eslint .",
"postversion": "git push && git push --tags",
"preversion": "yarn run release && yarn run release-website && yarn run lint && yarn test",
"release": "./scripts/release.sh",
"release-website": "./scripts/release-website.sh",
"style": "yarn run lint",
"templates": "./scripts/hulk.js --wrapper node --variable 'browserTemplates' ./src/templates/*.mustache > ./src/templates/diff2html-templates.js",
"test": "yarn run coverage && yarn run check-coverage",
"version": "git add -A src dist docs package.json"
},
"version": "2.12.2"
}