{"scripts":{"build-demo":"node scripts/build-demo.js","lint":"xo src/*.js","format":"prettier --write 'src/*.js'","commit-amend-build":"scripts/commit-amend-build.sh","prebuild":"rimraf dist/**","dev":"cross-env NODE_ENV=development BABEL_ENV=rollup rollup -w -c -o dist/purify.js","build":"cross-env run-p build:umd build:umd:min build:es build:cjs","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","build:es":"cross-env NODE_ENV=development BABEL_ENV=rollup rollup -c -f es -o dist/purify.es.js","build:cjs":"cross-env NODE_ENV=development BABEL_ENV=rollup rollup -c -f cjs -o dist/purify.cjs.js","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 ","test:ci":"cross-env NODE_ENV=test BABEL_ENV=rollup npm run lint && npm run test:jsdom && npm run test:karma -- --log-level error --reporters dots --single-run --shouldTestOnBrowserStack=\"${TEST_BROWSERSTACK}\" --shouldProbeOnly=\"${TRAVIS_PULL_REQUEST}\"","test":"cross-env NODE_ENV=test BABEL_ENV=rollup npm run lint && npm run test:jsdom && npm run test:karma -- --browsers Chrome"},"main":"dist/purify.cjs.js","module":"dist/purify.es.js","browser":"dist/purify.js","files":["dist","package.json","yarn.lock","package-lock.json","README.md"],"pre-commit":["lint","build","commit-amend-build"],"xo":{"semicolon":true,"space":2,"extends":["prettier"],"plugins":["prettier"],"rules":{"prettier/prettier":["error",{"trailingComma":"es5","singleQuote":true}],"camelcase":["error",{"properties":"never"}]},"globals":["window","VERSION"]},"devDependencies":{"babel":"^6.23.0","babel-core":"^6.26.3","babel-plugin-external-helpers":"^6.22.0","babel-preset-env":"^1.7.0","cross-env":"^5.2.0","eslint-config-prettier":"^2.9.0","eslint-plugin-prettier":"^2.6.2","he":"^1.1.1","jquery":"^3.0.0","jsdom":"8.x.x","karma":"^2.0.5","karma-browserstack-launcher":"^1.3.0","karma-chrome-launcher":"^2.2.0","karma-firefox-launcher":"^1.1.0","karma-fixture":"^0.2.6","karma-html2js-preprocessor":"^1.0.0","karma-json-fixtures-preprocessor":"0.0.6","karma-qunit":"^1.0.0","karma-rollup-preprocessor":"^5.0.2","lodash.isarray":"^4.0.0","lodash.sample":"^4.2.1","minimist":"^1.2.0","npm-run-all":"^4.1.3","pre-commit":"^1.1.2","prettier":"^1.13.7","qunit-parameterize":"^0.4.0","qunit-tap":"^1.5.0","qunitjs":"^1.23.1","rimraf":"^2.6.2","rollup":"0.53.0","rollup-plugin-babel":"^3.0.7","rollup-plugin-commonjs":"^8.4.1","rollup-plugin-includepaths":"^0.2.3","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-replace":"^2.0.0","rollup-plugin-uglify":"^2.0.0","rollup-watch":"^4.3.1","xo":"^0.21.1"},"resolutions":{"natives":"1.1.3"},"name":"dompurify","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 usin","version":"1.0.7","directories":{"test":"test"},"repository":{"type":"git","url":"git://github.com/cure53/DOMPurify.git"},"keywords":["dom","xss","html","svg","mathml","security","secure","sanitizer","sanitize","filter","purify"],"author":{"name":"Mario Heiderich","email":"mario@cure53.de","url":"https://cure53.de/"},"license":"MPL-2.0 OR Apache-2.0","bugs":{"url":"https://github.com/cure53/DOMPurify/issues"},"homepage":"https://github.com/cure53/DOMPurify","gitHead":"7e8d6b75cf0f8486509538120cc1cd28c7d70273","_id":"dompurify@1.0.7","_npmVersion":"6.2.0","_nodeVersion":"8.11.3","_npmUser":{"name":"cure53","email":"mario@cure53.de"},"dist":{"shasum":"33e5c4a5fc84df93b58ca162d1d3f28537aa3ec2","size":261606,"noattachment":false,"key":"/dompurify/-/dompurify-1.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/dompurify/download/dompurify-1.0.7.tgz"},"maintainers":[{"name":"cure53","email":"mario@cure53.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dompurify_1.0.7_1532874490659_0.4718472454150586"},"_hasShrinkwrap":false,"publish_time":1532874490816,"_cnpm_publish_time":1532874490816,"dist-tags":{"latest":"3.3.3"}}