{
  "name": "escaper",
  "description": "A small JavaScript library to replace string literals, regular expressions, and comments from the JavaScript syntax.",
  "homepage": "https://github.com/kobezzza/Escaper",
  "main": "dist/escaper.js",
  "module": "src/escaper.js",
  "typings": "escaper.d.ts",
  "version": "3.0.6",
  "license": "MIT",
  "author": {
    "name": "kobezzza",
    "email": "kobezzza@mail.ru",
    "url": "https://github.com/kobezzza"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/kobezzza/Escaper.git"
  },
  "bugs": {
    "url": "https://github.com/kobezzza/Escaper/issues"
  },
  "scripts": {
    "test": "bower install && jasmine",
    "test-coverage": "gulp test && gulp test:dev",
    "full-test": "npm run test-coverage && yaspeller ./"
  },
  "keywords": [
    "string literals",
    "regular expressions",
    "escape JS literals",
    "escape JS comments",
    "escape JS regular expressions"
  ],
  "devDependencies": {
    "@babel/core": "^7.14.6",
    "@babel/preset-env": "^7.14.7",
    "@types/gulp": "^4.0.8",
    "@types/gulp-load-plugins": "^0.0.32",
    "babel-eslint": "^10.1.0",
    "bower": "^1.8.12",
    "closurecompiler-externs": "^1.0.4",
    "collection.js": "^6.7.11",
    "eslint": "^7.30.0",
    "glob": "^7.1.7",
    "google-closure-compiler": "^20210601.0.0",
    "gulp": "^4.0.2",
    "gulp-bump": "^3.2.0",
    "gulp-closure-compiler": "^0.4.0",
    "gulp-download": "0.0.1",
    "gulp-eol": "^0.2.0",
    "gulp-header": "^2.0.9",
    "gulp-ignore": "^3.0.0",
    "gulp-istanbul": "^1.1.3",
    "gulp-jasmine": "^4.0.0",
    "gulp-load-plugins": "^2.0.7",
    "gulp-monic": "^2.0.14",
    "gulp-plumber": "^1.2.1",
    "gulp-replace": "^1.1.3",
    "gulp-run": "^1.6.8",
    "gulp-wrap": "^0.15.0",
    "jasmine": "^3.8.0",
    "monic": "^2.6.0",
    "rollup": "^2.52.7",
    "rollup-plugin-babel": "^4.4.0",
    "through2": "^4.0.2",
    "vinyl": "^2.2.1",
    "yaspeller": "^7.0.0"
  }
}
