als-remove-js-comments
Version:
A utility for removing JavaScript comments, supporting both single-line and multi-line comments with proper handling of string literals.
20 lines (19 loc) • 509 B
JSON
{
"name": "als-remove-js-comments",
"version": "2.0.0",
"description": "A utility for removing JavaScript comments, supporting both single-line and multi-line comments with proper handling of string literals.",
"main": "remove-comments.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"javascript",
"comments",
"remove",
"utility",
"strip-comments"
],
"author": "Alex Sorkin",
"license": "MIT",
"dependencies": {}
}