Files
30-seconds-of-code/node_modules/sanitize-html/package.json
2019-08-20 15:52:05 +02:00

82 lines
2.4 KiB
JSON

{
"_from": "sanitize-html@^1.18.2",
"_id": "sanitize-html@1.20.1",
"_inBundle": false,
"_integrity": "sha512-txnH8TQjaQvg2Q0HY06G6CDJLVYCpbnxrdO0WN8gjCKaU5J0KbyGYhZxx5QJg3WLZ1lB7XU9kDkfrCXUozqptA==",
"_location": "/sanitize-html",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "sanitize-html@^1.18.2",
"name": "sanitize-html",
"escapedName": "sanitize-html",
"rawSpec": "^1.18.2",
"saveSpec": null,
"fetchSpec": "^1.18.2"
},
"_requiredBy": [
"/gatsby-transformer-remark"
],
"_resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.20.1.tgz",
"_shasum": "f6effdf55dd398807171215a62bfc21811bacf85",
"_spec": "sanitize-html@^1.18.2",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-transformer-remark",
"author": {
"name": "P'unk Avenue LLC"
},
"bugs": {
"url": "https://github.com/punkave/sanitize-html/issues"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^2.4.1",
"htmlparser2": "^3.10.0",
"lodash.clonedeep": "^4.5.0",
"lodash.escaperegexp": "^4.1.2",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"lodash.mergewith": "^4.6.1",
"postcss": "^7.0.5",
"srcset": "^1.0.0",
"xtend": "^4.0.1"
},
"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.7.0",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"mocha": "^5.2.0",
"uglify-js": "^3.4.9"
},
"files": [
"dist/"
],
"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",
"prepublishOnly": "make clean && npm run minify",
"test": "npm run prepublishOnly && mocha test/test.js"
},
"version": "1.20.1"
}