UNPKG

@devexpress/bin-v8-flags-filter

Version:
40 lines (39 loc) 931 B
{ "name": "@devexpress/bin-v8-flags-filter", "version": "1.3.0", "description": "Filters out v8 flags for your Node.js CLIs.", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "eslint index.js test/test.js && mocha test/test.js", "publish-please": "publish-please", "prepublish": "publish-please guard" }, "repository": { "type": "git", "url": "git+https://github.com/inikulin/bin-v8-flags-filter.git" }, "keywords": [ "v8", "flags", "bin", "filter", "remove", "v8flags", "v8-flags", "cli" ], "author": "Ivan Nikulin (ifaaan@gmail.com)", "license": "MIT", "bugs": { "url": "https://github.com/inikulin/bin-v8-flags-filter/issues" }, "homepage": "https://github.com/inikulin/bin-v8-flags-filter#readme", "devDependencies": { "eslint": "^2.9.0", "mocha": "^3.2.0", "publish-please": "^2.2.0" } }