{
  "name": "string-strip-html",
  "version": "13.4.3",
  "description": "Strip HTML tags from strings. No parser, accepts mixed sources.",
  "keywords": [
    "code",
    "extract",
    "from",
    "html",
    "jsp",
    "mixed",
    "remove",
    "separate",
    "stri",
    "string",
    "strip",
    "tags",
    "templating",
    "text",
    "xhtml"
  ],
  "homepage": "https://codsen.com/os/string-strip-html",
  "repository": {
    "type": "git",
    "url": "https://github.com/codsen/codsen.git",
    "directory": "packages/string-strip-html"
  },
  "license": "MIT",
  "author": {
    "name": "Roy Revelt",
    "email": "roy@codsen.com",
    "url": "https://codsen.com"
  },
  "type": "module",
  "exports": {
    "types": "./types/index.d.ts",
    "script": "./dist/string-strip-html.umd.js",
    "default": "./dist/string-strip-html.esm.js"
  },
  "types": "types/index.d.ts",
  "scripts": {
    "build": "node '../../ops/scripts/esbuild.js' && npm run dts",
    "cjs-off": "exit 0",
    "cjs-on": "exit 0",
    "dev": "DEV=true node '../../ops/scripts/esbuild.js' && npm run dts",
    "devtest": "c8 npm run unit && npm run examples && npm run lint",
    "dts": "rollup -c && npm run prettier -- 'types/index.d.ts' --write --log-level 'silent'",
    "examples": "node '../../ops/scripts/run-examples.js'",
    "lect": "node '../../ops/lect/lect.js' && npm run prettier -- 'README.md' '.all-contributorsrc' 'rollup.config.js' --write",
    "letspublish": "npm publish || :",
    "lint": "eslint . --ext .js --ext .ts --fix",
    "perf": "node perf/check.js",
    "prep": "echo 'ready'",
    "prettier": "prettier",
    "prettier:format": "npm run prettier -- --write '**/*.{ts,tsx,md}' --no-error-on-unmatched-pattern --log-level 'silent'",
    "pretest": "npm run lect && npm run build",
    "test": "npm run devtest",
    "unit": "uvu test"
  },
  "engines": {
    "node": ">=14.18.0"
  },
  "c8": {
    "check-coverage": true,
    "exclude": [
      "**/test/**/*.*"
    ],
    "lines": 100
  },
  "lect": {
    "licence": {
      "extras": [
        ""
      ]
    }
  },
  "dependencies": {
    "@types/lodash-es": "^4.17.9",
    "codsen-utils": "^1.6.2",
    "html-entities": "^2.4.0",
    "lodash-es": "^4.17.21",
    "ranges-apply": "^7.0.12",
    "ranges-push": "^7.0.12",
    "string-left-right": "^6.0.15"
  },
  "devDependencies": {
    "ast-monkey-traverse": "^4.0.13",
    "ranges-invert": "^6.0.12",
    "title": "^3.5.3"
  }
}
