Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: package.json

Issue 29636585: Issue 6171 - create CSV exporter and importer for translations (Closed)
Left Patch Set: Created Dec. 19, 2017, 7:40 p.m.
Right Patch Set: Created June 18, 2018, 2:49 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « build/csv-export.js ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 { 1 {
2 "name": "adblockplusui", 2 "name": "adblockplusui",
3 "private": true, 3 "private": true,
4 "description": "Adblock Plus UI", 4 "description": "Adblock Plus UI",
5 "scripts": { 5 "scripts": {
6 "bash:js": "eslint ./js/**/*.js && bash -c 'echo \"/* eslint-disable */$(bro wserify --node --no-bundle-external $0)\">$1'", 6 "bash:js": "eslint ./js/**/*.js && bash -c 'echo \"/* eslint-disable */$(bro wserify --node --no-bundle-external $0)\">$1'",
7 "bash:css": "bash -c 'node-sass ./css/$0.scss ./skin/$0.css'", 7 "bash:css": "bash -c 'node-sass ./css/$0.scss ./skin/$0.css'",
8 "bashForTest:css": "bash -c 'node-sass ./css/$0.scss ./smoke/css/$0.css'", 8 "bashForTest:css": "bash -c 'node-sass ./css/$0.scss ./smoke/css/$0.css'",
9 "bashForTest:js": "mkdir -p smoke && bash -c 'cp -R ./tests/{locale,backgrou nd.html,$0.*} ./smoke'", 9 "bashForTest:js": "mkdir -p smoke && bash -c 'cp -R ./tests/{locale,backgrou nd.html,$0.*} ./smoke'",
10 "bundleTest:js": "bash -c 'echo \"/* eslint-disable */$(browserify --node ./ tests/$0.js)\">./smoke/$0.js'", 10 "bundleTest:js": "bash -c 'echo \"/* eslint-disable */$(browserify --node ./ tests/$0.js)\">./smoke/$0.js'",
(...skipping 16 matching lines...) Expand all
27 "dependencies": { 27 "dependencies": {
28 "browserify": "^16.1.0", 28 "browserify": "^16.1.0",
29 "document-register-element": "^1.7.2", 29 "document-register-element": "^1.7.2",
30 "eslint": "^4.16.0", 30 "eslint": "^4.16.0",
31 "eslint-config-eyeo": "^2.0.0", 31 "eslint-config-eyeo": "^2.0.0",
32 "http-server": "^0.11.1", 32 "http-server": "^0.11.1",
33 "hyperhtml": "^2.9.0", 33 "hyperhtml": "^2.9.0",
34 "hyperhtml-element": "^1.5.0", 34 "hyperhtml-element": "^1.5.0",
35 "node-sass": "^4.7.2", 35 "node-sass": "^4.7.2",
36 "watch": "^1.0.2" 36 "watch": "^1.0.2"
37 },
38 "devDependencies": {
39 "csv": "^3.1.0",
40 "glob": "^7.1.2"
37 } 41 }
38 } 42 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld