11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci "name": "diff", 31cb0ef41Sopenharmony_ci "version": "5.2.0", 41cb0ef41Sopenharmony_ci "description": "A JavaScript text diff implementation.", 51cb0ef41Sopenharmony_ci "keywords": [ 61cb0ef41Sopenharmony_ci "diff", 71cb0ef41Sopenharmony_ci "jsdiff", 81cb0ef41Sopenharmony_ci "compare", 91cb0ef41Sopenharmony_ci "patch", 101cb0ef41Sopenharmony_ci "text", 111cb0ef41Sopenharmony_ci "json", 121cb0ef41Sopenharmony_ci "css", 131cb0ef41Sopenharmony_ci "javascript" 141cb0ef41Sopenharmony_ci ], 151cb0ef41Sopenharmony_ci "maintainers": [ 161cb0ef41Sopenharmony_ci "Kevin Decker <kpdecker@gmail.com> (http://incaseofstairs.com)", 171cb0ef41Sopenharmony_ci "Mark Amery <markrobertamery+jsdiff@gmail.com>" 181cb0ef41Sopenharmony_ci ], 191cb0ef41Sopenharmony_ci "bugs": { 201cb0ef41Sopenharmony_ci "email": "kpdecker@gmail.com", 211cb0ef41Sopenharmony_ci "url": "http://github.com/kpdecker/jsdiff/issues" 221cb0ef41Sopenharmony_ci }, 231cb0ef41Sopenharmony_ci "license": "BSD-3-Clause", 241cb0ef41Sopenharmony_ci "repository": { 251cb0ef41Sopenharmony_ci "type": "git", 261cb0ef41Sopenharmony_ci "url": "git://github.com/kpdecker/jsdiff.git" 271cb0ef41Sopenharmony_ci }, 281cb0ef41Sopenharmony_ci "engines": { 291cb0ef41Sopenharmony_ci "node": ">=0.3.1" 301cb0ef41Sopenharmony_ci }, 311cb0ef41Sopenharmony_ci "main": "./lib/index.js", 321cb0ef41Sopenharmony_ci "module": "./lib/index.es6.js", 331cb0ef41Sopenharmony_ci "browser": "./dist/diff.js", 341cb0ef41Sopenharmony_ci "unpkg": "./dist/diff.js", 351cb0ef41Sopenharmony_ci "exports": { 361cb0ef41Sopenharmony_ci ".": { 371cb0ef41Sopenharmony_ci "import": "./lib/index.mjs", 381cb0ef41Sopenharmony_ci "require": "./lib/index.js" 391cb0ef41Sopenharmony_ci }, 401cb0ef41Sopenharmony_ci "./package.json": "./package.json", 411cb0ef41Sopenharmony_ci "./": "./", 421cb0ef41Sopenharmony_ci "./*": "./*" 431cb0ef41Sopenharmony_ci }, 441cb0ef41Sopenharmony_ci "scripts": { 451cb0ef41Sopenharmony_ci "clean": "rm -rf lib/ dist/", 461cb0ef41Sopenharmony_ci "build:node": "yarn babel --out-dir lib --source-maps=inline src", 471cb0ef41Sopenharmony_ci "test": "grunt" 481cb0ef41Sopenharmony_ci }, 491cb0ef41Sopenharmony_ci "devDependencies": { 501cb0ef41Sopenharmony_ci "@babel/cli": "^7.2.3", 511cb0ef41Sopenharmony_ci "@babel/core": "^7.2.2", 521cb0ef41Sopenharmony_ci "@babel/plugin-transform-modules-commonjs": "^7.2.0", 531cb0ef41Sopenharmony_ci "@babel/preset-env": "^7.2.3", 541cb0ef41Sopenharmony_ci "@babel/register": "^7.0.0", 551cb0ef41Sopenharmony_ci "@colors/colors": "^1.3.3", 561cb0ef41Sopenharmony_ci "babel-eslint": "^10.0.1", 571cb0ef41Sopenharmony_ci "babel-loader": "^8.0.5", 581cb0ef41Sopenharmony_ci "chai": "^4.2.0", 591cb0ef41Sopenharmony_ci "eslint": "^5.12.0", 601cb0ef41Sopenharmony_ci "grunt": "^1.0.3", 611cb0ef41Sopenharmony_ci "grunt-babel": "^8.0.0", 621cb0ef41Sopenharmony_ci "grunt-cli": "^1.3.2", 631cb0ef41Sopenharmony_ci "grunt-contrib-clean": "^2.0.0", 641cb0ef41Sopenharmony_ci "grunt-contrib-copy": "^1.0.0", 651cb0ef41Sopenharmony_ci "grunt-contrib-uglify": "^5.0.0", 661cb0ef41Sopenharmony_ci "grunt-contrib-watch": "^1.1.0", 671cb0ef41Sopenharmony_ci "grunt-eslint": "^23.0.0", 681cb0ef41Sopenharmony_ci "grunt-exec": "^3.0.0", 691cb0ef41Sopenharmony_ci "grunt-karma": "^4.0.0", 701cb0ef41Sopenharmony_ci "grunt-mocha-istanbul": "^5.0.2", 711cb0ef41Sopenharmony_ci "grunt-mocha-test": "^0.13.3", 721cb0ef41Sopenharmony_ci "grunt-webpack": "^3.1.3", 731cb0ef41Sopenharmony_ci "istanbul": "github:kpdecker/istanbul", 741cb0ef41Sopenharmony_ci "karma": "^6.3.16", 751cb0ef41Sopenharmony_ci "karma-chrome-launcher": "^3.1.0", 761cb0ef41Sopenharmony_ci "karma-mocha": "^2.0.1", 771cb0ef41Sopenharmony_ci "karma-mocha-reporter": "^2.0.0", 781cb0ef41Sopenharmony_ci "karma-sauce-launcher": "^4.1.5", 791cb0ef41Sopenharmony_ci "karma-sourcemap-loader": "^0.3.6", 801cb0ef41Sopenharmony_ci "karma-webpack": "^4.0.2", 811cb0ef41Sopenharmony_ci "mocha": "^6.0.0", 821cb0ef41Sopenharmony_ci "rollup": "^1.0.2", 831cb0ef41Sopenharmony_ci "rollup-plugin-babel": "^4.2.0", 841cb0ef41Sopenharmony_ci "semver": "^7.3.2", 851cb0ef41Sopenharmony_ci "webpack": "^4.28.3", 861cb0ef41Sopenharmony_ci "webpack-dev-server": "^3.1.14" 871cb0ef41Sopenharmony_ci }, 881cb0ef41Sopenharmony_ci "optionalDependencies": {} 891cb0ef41Sopenharmony_ci} 90