UNPKG

htcp-purge

Version:
39 lines (38 loc) 913 B
{ "name": "htcp-purge", "version": "0.3.1", "description": "Varnish caches purging method", "main": "index.js", "scripts": { "test": "npm run lint && mocha", "lint": "eslint --max-warnings 0 .", "coverage": "nyc --reporter=lcov npm test", "coveralls": "cat ./coverage/lcov.info | coveralls" }, "repository": { "type": "git", "url": "git://github.com/wikimedia/htcp-purge.git" }, "keywords": [ "varnish", "cache", "mediawiki" ], "author": "Wikimedia Service Team <services@wikimedia.org>", "license": "Apache-2.0", "engines": { "node": ">=6" }, "dependencies": { "bluebird": "^3.5.1" }, "devDependencies": { "eslint": "^5.16.0", "eslint-config-wikimedia": "^0.13.1", "eslint-plugin-jsdoc": "^15.8.0", "eslint-plugin-json": "^2.0.1", "mocha": "^6.2.0", "mocha-lcov-reporter": "^1.3.0", "nyc": "^15.0.0" } }