{
  "_from": "sanitize-html@^1.13.0",
  "_id": "sanitize-html@1.20.1",
  "_inBundle": false,
  "_integrity": "sha512-txnH8TQjaQvg2Q0HY06G6CDJLVYCpbnxrdO0WN8gjCKaU5J0KbyGYhZxx5QJg3WLZ1lB7XU9kDkfrCXUozqptA==",
  "_location": "/sanitize-html",
  "_phantomChildren": {
    "domelementtype": "1.3.1",
    "domhandler": "2.3.0",
    "domutils": "1.5.1",
    "inherits": "2.0.4",
    "string_decoder": "1.1.1",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "sanitize-html@^1.13.0",
    "name": "sanitize-html",
    "escapedName": "sanitize-html",
    "rawSpec": "^1.13.0",
    "saveSpec": null,
    "fetchSpec": "^1.13.0"
  },
  "_requiredBy": [
    "/ink-docstrap"
  ],
  "_resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.20.1.tgz",
  "_shasum": "f6effdf55dd398807171215a62bfc21811bacf85",
  "_spec": "sanitize-html@^1.13.0",
  "_where": "/var/www/html/homokozo/dicom/node_modules/ink-docstrap",
  "author": {
    "name": "P'unk Avenue LLC"
  },
  "bugs": {
    "url": "https://github.com/punkave/sanitize-html/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^2.4.1",
    "htmlparser2": "^3.10.0",
    "lodash.clonedeep": "^4.5.0",
    "lodash.escaperegexp": "^4.1.2",
    "lodash.isplainobject": "^4.0.6",
    "lodash.isstring": "^4.0.1",
    "lodash.mergewith": "^4.6.1",
    "postcss": "^7.0.5",
    "srcset": "^1.0.0",
    "xtend": "^4.0.1"
  },
  "deprecated": false,
  "description": "Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babelify": "^10.0.0",
    "browserify": "^16.2.3",
    "mocha": "^5.2.0",
    "uglify-js": "^3.4.9"
  },
  "files": [
    "dist/"
  ],
  "homepage": "https://github.com/punkave/sanitize-html#readme",
  "keywords": [
    "html",
    "parser",
    "sanitizer",
    "html",
    "sanitizer",
    "apostrophe"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "sanitize-html",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/punkave/sanitize-html.git"
  },
  "scripts": {
    "build": "make clean && make all && npm run prepare && browserify dist/index.js > dist/sanitize-html.js --standalone 'sanitizeHtml'",
    "minify": "npm run build && uglifyjs dist/sanitize-html.js > dist/sanitize-html.min.js",
    "prepare": "true",
    "prepublishOnly": "make clean && npm run minify",
    "test": "npm run prepublishOnly && mocha test/test.js"
  },
  "version": "1.20.1"
}
