123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- {
- "_from": "dompurify",
- "_id": "dompurify@3.0.6",
- "_inBundle": false,
- "_integrity": "sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w==",
- "_location": "/dompurify",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "dompurify",
- "name": "dompurify",
- "escapedName": "dompurify",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/dompurify/-/dompurify-3.0.6.tgz",
- "_shasum": "925ebd576d54a9531b5d76f0a5bef32548351dae",
- "_spec": "dompurify",
- "_where": "F:\\git\\GCLS_Page_Mobile",
- "author": {
- "name": "Dr.-Ing. Mario Heiderich, Cure53",
- "email": "mario@cure53.de",
- "url": "https://cure53.de/"
- },
- "browser": "dist/purify.js",
- "bugs": {
- "url": "https://github.com/cure53/DOMPurify/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. It's written in JavaScript and works in all modern browsers (Safari, Opera (15+), Internet Explorer (10+), Firefox and Chrome - as well as almost anything else using Blink or WebKit). DOMPurify is written by security people who have vast background in web attacks and XSS. Fear not.",
- "devDependencies": {
- "@babel/core": "^7.17.8",
- "@babel/preset-env": "^7.16.11",
- "@rollup/plugin-babel": "^5.3.1",
- "@rollup/plugin-node-resolve": "^13.1.3",
- "@rollup/plugin-replace": "^4.0.0",
- "@types/dompurify": "^2.3.3",
- "@types/estree": "^1.0.0",
- "cross-env": "^7.0.3",
- "eslint-config-prettier": "^8.5.0",
- "eslint-plugin-prettier": "^4.0.0",
- "jquery": "^3.6.0",
- "jsdom": "^20.0.0",
- "karma": "^6.3.17",
- "karma-browserstack-launcher": "^1.5.1",
- "karma-chrome-launcher": "^3.1.0",
- "karma-firefox-launcher": "^2.1.2",
- "karma-qunit": "^4.1.2",
- "karma-rollup-preprocessor": "^7.0.8",
- "lodash.sample": "^4.2.1",
- "minimist": "^1.2.6",
- "npm-run-all": "^4.1.5",
- "pre-commit": "^1.2.2",
- "prettier": "^2.5.1",
- "qunit": "^2.4.1",
- "qunit-tap": "^1.5.0",
- "rimraf": "^3.0.2",
- "rollup": "^2.70.1",
- "rollup-plugin-includepaths": "^0.2.3",
- "rollup-plugin-terser": "^7.0.2",
- "xo": "^0.54.1"
- },
- "directories": {
- "test": "test"
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/cure53/DOMPurify",
- "keywords": [
- "dom",
- "xss",
- "html",
- "svg",
- "mathml",
- "security",
- "secure",
- "sanitizer",
- "sanitize",
- "filter",
- "purify"
- ],
- "license": "(MPL-2.0 OR Apache-2.0)",
- "main": "dist/purify.cjs.js",
- "module": "dist/purify.es.js",
- "name": "dompurify",
- "pre-commit": [
- "lint",
- "build",
- "commit-amend-build"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/cure53/DOMPurify.git"
- },
- "resolutions": {
- "natives": "1.1.6"
- },
- "scripts": {
- "build": "cross-env run-p build:umd build:umd:min build:es build:cjs",
- "build:cjs": "cross-env NODE_ENV=development BABEL_ENV=rollup rollup -c -f cjs -o dist/purify.cjs.js",
- "build:es": "cross-env NODE_ENV=development BABEL_ENV=rollup rollup -c -f es -o dist/purify.es.js",
- "build:umd": "cross-env NODE_ENV=development BABEL_ENV=rollup rollup -c -f umd -o dist/purify.js",
- "build:umd:min": "cross-env NODE_ENV=production BABEL_ENV=rollup rollup -c -f umd -o dist/purify.min.js",
- "commit-amend-build": "scripts/commit-amend-build.sh",
- "dev": "cross-env NODE_ENV=development BABEL_ENV=rollup rollup -w -c -o dist/purify.js",
- "format": "npm run format:js && npm run format:md",
- "format:js": "prettier --write '{src,demos,scripts,test,website}/*.js'",
- "format:md": "prettier --write --parser markdown '**/*.md'",
- "lint": "xo src/*.js",
- "prebuild": "rimraf dist/**",
- "test": "cross-env NODE_ENV=test BABEL_ENV=rollup npm run lint && npm run test:jsdom && npm run test:karma -- --browsers Chrome",
- "test:ci": "cross-env NODE_ENV=test BABEL_ENV=rollup npm run test:jsdom && npm run test:karma -- --log-level error --reporters dots --single-run --shouldTestOnBrowserStack=\"${TEST_BROWSERSTACK}\" --shouldProbeOnly=\"${TEST_PROBE_ONLY}\"",
- "test:jsdom": "cross-env NODE_ENV=test BABEL_ENV=rollup node test/jsdom-node-runner --dot",
- "test:karma": "cross-env NODE_ENV=test BABEL_ENV=rollup karma start test/karma.conf.js --log-level warn "
- },
- "version": "3.0.6",
- "xo": {
- "semicolon": true,
- "space": 2,
- "extends": [
- "prettier"
- ],
- "plugins": [
- "prettier"
- ],
- "rules": {
- "import/no-useless-path-segments": 0,
- "unicorn/prefer-optional-catch-binding": 0,
- "unicorn/prefer-node-remove": 0,
- "prettier/prettier": [
- "error",
- {
- "trailingComma": "es5",
- "singleQuote": true
- }
- ],
- "camelcase": [
- "error",
- {
- "properties": "never"
- }
- ]
- },
- "globals": [
- "window",
- "VERSION"
- ]
- }
- }
|