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

Side by Side Diff: package.json

Issue 29426579: Noissue - Reimplement public suffix matching more efficiently (Closed) Base URL: https://hg.adblockplus.org/abp2blocklist
Patch Set: Created May 1, 2017, 6:48 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/domain.js ('k') | test/domain.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "license" : "GPL-3.0", 2 "license" : "GPL-3.0",
3 "repository": { }, 3 "repository": { },
4 "dependencies": { 4 "dependencies": {
5 "punycode": "*", 5 "punycode": "*"
6 "tldjs": "*"
7 }, 6 },
8 "devDependencies": { 7 "devDependencies": {
9 "nodeunit": "0.9.1" 8 "nodeunit": "0.9.1"
10 }, 9 },
11 "scripts": { 10 "scripts": {
11 "download-public-suffix-list": "curl -O https://publicsuffix.org/list/public _suffix_list.dat",
12 "test": "node -e 'require(\".bin/nodeunit\");'" 12 "test": "node -e 'require(\".bin/nodeunit\");'"
13 } 13 }
14 } 14 }
OLDNEW
« no previous file with comments | « lib/domain.js ('k') | test/domain.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld