{
  "_args": [
    [
      "sanitize-html@1.27.5",
      "/Users/dejanbrsakoski/src/docker/mesh-id-reporting"
    ]
  ],
  "_from": "sanitize-html@1.27.5",
  "_id": "sanitize-html@1.27.5",
  "_inBundle": false,
  "_integrity": "sha512-M4M5iXDAUEcZKLXkmk90zSYWEtk5NH3JmojQxKxV371fnMh+x9t1rqdmXaGoyEHw3z/X/8vnFhKjGL5xFGOJ3A==",
  "_location": "/sanitize-html",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sanitize-html@1.27.5",
    "name": "sanitize-html",
    "escapedName": "sanitize-html",
    "rawSpec": "1.27.5",
    "saveSpec": null,
    "fetchSpec": "1.27.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.27.5.tgz",
  "_spec": "1.27.5",
  "_where": "/Users/dejanbrsakoski/src/docker/mesh-id-reporting",
  "author": {
    "name": "Apostrophe Technologies, Inc."
  },
  "bugs": {
    "url": "https://github.com/apostrophecms/sanitize-html/issues"
  },
  "dependencies": {
    "htmlparser2": "^4.1.0",
    "lodash": "^4.17.15",
    "parse-srcset": "^1.0.2",
    "postcss": "^7.0.27"
  },
  "description": "Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.4",
    "@babel/preset-env": "^7.8.4",
    "babelify": "^10.0.0",
    "browserify": "^16.2.3",
    "eslint": "^4.0.0",
    "eslint-config-apostrophe": "3.3.0",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-import": "^2.13.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-standard": "^3.1.0",
    "mocha": "^5.2.0",
    "sinon": "^9.0.2",
    "uglify-js": "^3.8.0"
  },
  "files": [
    "dist/"
  ],
  "homepage": "https://github.com/apostrophecms/sanitize-html#readme",
  "keywords": [
    "html",
    "parser",
    "sanitizer",
    "apostrophecms"
  ],
  "license": "MIT",
  "main": "dist/sanitize-html.js",
  "name": "sanitize-html",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apostrophecms/sanitize-html.git"
  },
  "scripts": {
    "build": "mkdir -p dist && browserify src/index.js > dist/sanitize-html-es2015.js --standalone 'sanitizeHtml' && babel dist/sanitize-html-es2015.js --out-file dist/sanitize-html.js --presets=@babel/preset-env",
    "minify": "npm run build && uglifyjs dist/sanitize-html.js > dist/sanitize-html.min.js",
    "prepublishOnly": "npm run minify",
    "test": "npx eslint . && npm run prepublishOnly && mocha test/test.js"
  },
  "sideEffects": false,
  "version": "1.27.5"
}
