{ "name": "safe-regex2", "version": "2.0.0", "description": "detect possibly catastrophic, exponential-time regular expressions", "main": "index.js", "dependencies": { "ret": "~0.2.0" }, "devDependencies": { "standard": "^12.0.1", "tape": "^4.0.0" }, "scripts": { "test": "standard && tape test/*.js" }, "repository": { "type": "git", "url": "git://github.com/fastify/safe-regex.git" }, "homepage": "https://github.com/fastify/safe-regex", "keywords": [ "catastrophic", "exponential", "regex", "safe", "sandbox" ], "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "contributors": [ "Matteo Collina " ], "license": "MIT" }