UNPKG

disable-regexp-capture

Version:

convert group to non-capturing-group: `(.+)` -> `(?:.+)`

38 lines (37 loc) 925 B
{ "name": "disable-regexp-capture", "version": "0.0.5", "description": "convert group to non-capturing-group: `(.+)` -> `(?:.+)`", "main": "index.js", "scripts": { "test": "run-s test:*", "test:mocha": "NODE_ENV=test mocha 'test/*.js' --timeout 5000", "test:standard": "standard" }, "keywords": [ "RegExp", "group", "parentheses", "capture" ], "author": "Sho Hashimoto <hashimoto@shokai.org>", "license": "MIT", "devDependencies": { "chai": "^4.0.2", "mocha": "^3.4.2", "npm-run-all": "^4.0.2", "standard": "^10.0.2" }, "directories": { "test": "test" }, "dependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/shokai/disable-regexp-capture.git" }, "bugs": { "url": "https://github.com/shokai/disable-regexp-capture/issues" }, "homepage": "https://github.com/shokai/disable-regexp-capture#readme" }