Warning, /plasma/aura-browser/app/third-party/ad-block/package.json is written in an unsupported language. File is not indexed.
0001 { 0002 "name": "ad-block", 0003 "main": "./build/Release/ad-block", 0004 "version": "4.1.7", 0005 "description": "Ad block engine used in the Brave browser for ABP filter syntax based lists like EasyList.", 0006 "directories": { 0007 "test": "test" 0008 }, 0009 "dependencies": { 0010 "bloom-filter-cpp": "^1.2.2", 0011 "hashset-cpp": "^2.1.1", 0012 "nan": "^2.13.2" 0013 }, 0014 "devDependencies": { 0015 "commander": "^2.20.0", 0016 "cppunitlite": "brave/CppUnitLite", 0017 "mocha": "^6.1.4", 0018 "node-gyp": "^4.0.0", 0019 "pre-commit": "^1.2.2", 0020 "s3-client": "^4.4.2", 0021 "standard": "^12.0.1" 0022 }, 0023 "scripts": { 0024 "test": "npm run test-cpp && npm run test-js", 0025 "test-cpp": "make test", 0026 "test-js": "mocha test/js", 0027 "build": "make", 0028 "sample": "make sample", 0029 "perf": "make perf", 0030 "preinstall": "npm install bloom-filter-cpp && npm install hashset-cpp", 0031 "install": "node-gyp rebuild", 0032 "lint": "npm run lint-cpp && npm run lint-js", 0033 "lint-cpp": "./scripts/cpplint.py", 0034 "lint-js": "standard", 0035 "checks": "npm run check-security", 0036 "check-security": "npm audit", 0037 "data-files": "node scripts/generateDataFiles.js", 0038 "manifest-files": "node scripts/generateManifestFiles.js", 0039 "upload": "node scripts/uploadDataFiles.js" 0040 }, 0041 "repository": { 0042 "type": "git", 0043 "url": "git+https://github.com/brave/ad-block.git" 0044 }, 0045 "author": "Brian R. Bondy <netzen@gmail.com> (http://www.brianbondy.com)", 0046 "license": "MPL-2.0", 0047 "gypfile": true, 0048 "bugs": { 0049 "url": "https://github.com/brave/ad-block/issues" 0050 }, 0051 "homepage": "https://github.com/brave/ad-block#readme", 0052 "pre-commit": [ 0053 "lint-cpp", 0054 "lint-js" 0055 ] 0056 }