{ "_args": [ [ "sanitize-html@2.3.3", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "sanitize-html@2.3.3", "_id": "sanitize-html@2.3.3", "_inBundle": false, "_integrity": "sha512-DCFXPt7Di0c6JUnlT90eIgrjs6TsJl/8HYU3KLdmrVclFN4O0heTcVbJiMa23OKVr6aR051XYtsgd8EWwEBwUA==", "_location": "/sanitize-html", "_phantomChildren": { "nanoid": "3.1.30", "picocolors": "1.0.0", "source-map-js": "0.6.2" }, "_requested": { "type": "version", "registry": true, "raw": "sanitize-html@2.3.3", "name": "sanitize-html", "escapedName": "sanitize-html", "rawSpec": "2.3.3", "saveSpec": null, "fetchSpec": "2.3.3" }, "_requiredBy": [ "/strapi-plugin-content-manager" ], "_resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.3.3.tgz", "_spec": "2.3.3", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Apostrophe Technologies, Inc." }, "bugs": { "url": "https://github.com/apostrophecms/sanitize-html/issues" }, "dependencies": { "deepmerge": "^4.2.2", "escape-string-regexp": "^4.0.0", "htmlparser2": "^6.0.0", "is-plain-object": "^5.0.0", "klona": "^2.0.3", "parse-srcset": "^1.0.2", "postcss": "^8.0.2" }, "description": "Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis", "devDependencies": { "eslint": "^7.3.1", "eslint-config-apostrophe": "^3.4.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.21.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "mocha": "^7.0.0", "sinon": "^9.0.2" }, "files": [ "index.js" ], "homepage": "https://github.com/apostrophecms/sanitize-html#readme", "keywords": [ "html", "parser", "sanitizer", "sanitize" ], "license": "MIT", "main": "index.js", "name": "sanitize-html", "repository": { "type": "git", "url": "git+https://github.com/apostrophecms/sanitize-html.git" }, "scripts": { "test": "npx eslint . && mocha test/test.js" }, "sideEffects": false, "version": "2.3.3" }