comment-stripper
Version:
Webpack loader that strips comments which can be used on its own too
49 lines (47 loc) • 1.06 kB
JSON
{
"name": "comment-stripper",
"description": "Webpack loader that strips comments which can be used on its own too",
"version": "0.0.4",
"homepage": "https://github.com/AMoo-Miki/comment-stripper",
"authors": [
"Jon Schlinkert (https://github.com/jonschlinkert)",
"AMoo-Miki (https://github.com/AMoo-Miki)"
],
"repository": "AMoo-Miki/comment-stripper",
"bugs": {
"url": "https://github.com/AMoo-Miki/comment-stripper/issues"
},
"license": "MIT",
"files": [
"index.js",
"lib"
],
"main": "index.js",
"engines": {
"node": ">=14"
},
"scripts": {
"test": "mocha",
"cover": "nyc --reporter=text --reporter=html mocha"
},
"dependencies": {
"loader-utils": "^2.0.0"
},
"devDependencies": {
"gulp-format-md": "^2.0.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0"
},
"keywords": [
"comments",
"css comments",
"html comments",
"javascript comments",
"less comments",
"remove",
"sass comments",
"strip",
"typscript comments",
"xml comments"
]
}