| LEFT | RIGHT | 
|   1 { |   1 { | 
|   2   "name": "adblockpluscore", |   2   "name": "adblockpluscore", | 
|   3   "repository": "https://hg.adblockplus.org/adblockpluscore", |   3   "repository": "https://hg.adblockplus.org/adblockpluscore", | 
|   4   "license": "GPL-3.0", |   4   "license": "GPL-3.0", | 
|   5   "dependencies": {}, |   5   "dependencies": {}, | 
|   6   "devDependencies": { |   6   "devDependencies": { | 
|   7     "chrome-remote-interface": "^0.20.0", |   7     "chrome-remote-interface": "^0.20.0", | 
|   8     "chromedriver": "2.36.0", |   8     "chromedriver": "2.36.0", | 
 |   9     "dmg": "0.1.0", | 
|   9     "eslint": "^3.19.0", |  10     "eslint": "^3.19.0", | 
|  10     "eslint-config-eyeo": "1.0.4", |  11     "eslint-config-eyeo": "1.0.4", | 
|  11     "extract-zip": "1.6.5", |  12     "extract-zip": "1.6.5", | 
|  12     "geckodriver": "^1.9.0", |  13     "geckodriver": "^1.9.0", | 
|  13     "memory-fs": "0.4.1", |  14     "memory-fs": "0.4.1", | 
 |  15     "ncp": "2.0.0", | 
|  14     "nodeunit": "0.9.1", |  16     "nodeunit": "0.9.1", | 
|  15     "sandboxed-module": "2.0.3", |  17     "sandboxed-module": "2.0.3", | 
|  16     "script-loader": "0.7.0", |  18     "script-loader": "0.7.0", | 
|  17     "selenium-webdriver": "^3.6.0", |  19     "selenium-webdriver": "^3.6.0", | 
|  18     "webpack": "3.5.4" |  20     "webpack": "3.5.4" | 
|  19   }, |  21   }, | 
|  20   "scripts": { |  22   "scripts": { | 
|  21     "eslint": "eslint *.js lib test chrome", |  23     "eslint": "eslint *.js lib test chrome", | 
|  22     "test": "node test_runner.js", |  24     "test": "node test_runner.js", | 
|  23     "posttest": "npm run eslint" |  25     "posttest": "npm run eslint" | 
|  24   } |  26   } | 
|  25 } |  27 } | 
| LEFT | RIGHT |