{
  "name": "regex-escape",
  "version": "3.4.10",
  "description": "Escapes input characters to be used in regular expressions.",
  "main": "lib/index.js",
  "directories": {
    "example": "example"
  },
  "contributors": [
    "CoolAJ86 http://stackoverflow.com/users/151312/coolaj86"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:IonicaBizau/regex-escape.js.git"
  },
  "keywords": [
    "regex",
    "escape"
  ],
  "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/IonicaBizau/regex-escape.js/issues"
  },
  "homepage": "https://github.com/IonicaBizau/regex-escape.js",
  "blah": {
    "thanks": [
      "Big thanks to [CoolAj86](http://stackoverflow.com/users/151312/coolaj86) for posting [this answer](http://stackoverflow.com/a/6969486/1420197). This library uses the black magic regex from that answer. :sparkles:"
    ]
  },
  "files": [
    "bin/",
    "app/",
    "lib/",
    "dist/",
    "src/",
    "scripts/",
    "resources/",
    "menu/",
    "cli.js",
    "index.js",
    "bloggify.js",
    "bloggify.json",
    "bloggify/"
  ]
}
