{
  "_from": "sanitize-html@^1.14.1",
  "_id": "sanitize-html@1.17.0",
  "_inBundle": false,
  "_integrity": "sha512-5r265ukJgS+MXVMK0OxXLn7iBqRTIxYK0m6Bc+/gFhCY20Vr/KFp/ZTKu9hyB3tKkiGPiQ08aGDPUbjbBhRpXw==",
  "_location": "/sanitize-html",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "sanitize-html@^1.14.1",
    "name": "sanitize-html",
    "escapedName": "sanitize-html",
    "rawSpec": "^1.14.1",
    "saveSpec": null,
    "fetchSpec": "^1.14.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.17.0.tgz",
  "_shasum": "5c95e57044604d4797367efd9152acaf5b087bb4",
  "_spec": "sanitize-html@^1.14.1",
  "_where": "/tomcat/watson-orchestrator-producao",
  "author": {
    "name": "P'unk Avenue LLC"
  },
  "bugs": {
    "url": "https://github.com/punkave/sanitize-html/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^2.3.0",
    "htmlparser2": "^3.9.0",
    "lodash.clonedeep": "^4.5.0",
    "lodash.escaperegexp": "^4.1.2",
    "lodash.mergewith": "^4.6.0",
    "postcss": "^6.0.14",
    "srcset": "^1.0.0",
    "xtend": "^4.0.0"
  },
  "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.6.1",
    "babelify": "^8.0.0",
    "browserify": "^13.0.1",
    "mocha": "^2.5.3",
    "uglify-js": "^2.6.2"
  },
  "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",
    "prepublish": "make clean && npm run minify",
    "test": "npm run prepublish && mocha test/test.js"
  },
  "version": "1.17.0"
}
