{ "name": "https-everywhere", "version": "1.0.0", "description": "", "main": "utils.js", "dependencies": {}, "devDependencies": { "chai": "^4.1.2", "coveralls": "^3.0.0", "mocha": "^4.0.0", "nyc": "^11.2.1" }, "scripts": { "test": "mocha", "cover": "nyc --reporter=html --reporter=text mocha", "report": "nyc report --reporter=text-lcov | coveralls" }, "keywords": [], "author": "", "license": "GPL-2.0+" }