| { |
| "author": { |
| "email": "sindresorhus@gmail.com", |
| "name": "Sindre Sorhus", |
| "url": "sindresorhus.com" |
| }, |
| "description": "Escape RegExp special characters", |
| "devDependencies": { |
| "ava": "*", |
| "xo": "*" |
| }, |
| "engines": { |
| "node": ">=0.8.0" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "keywords": [ |
| "escape", |
| "regex", |
| "regexp", |
| "re", |
| "regular", |
| "expression", |
| "string", |
| "str", |
| "special", |
| "characters" |
| ], |
| "license": "MIT", |
| "maintainers": [ |
| "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)", |
| "Joshua Boy Nicolai Appelman <joshua@jbna.nl> (jbna.nl)" |
| ], |
| "name": "escape-string-regexp", |
| "repository": "sindresorhus/escape-string-regexp", |
| "scripts": { |
| "test": "xo && ava" |
| }, |
| "version": "1.0.5" |
| } |