{ "name": "escape-string-regexp", "version": "1.0.2", "description": "Escape RegExp special characters", "license": "MIT", "repository": "sindresorhus/escape-string-regexp", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "http://sindresorhus.com" }, "engines": { "node": ">=0.8.0" }, "scripts": { "test": "mocha" }, "files": [ "index.js" ], "keywords": [ "regex", "regexp", "re", "regular", "expression", "escape", "string", "str", "special", "characters" ], "devDependencies": { "mocha": "*" } }