js-comments-eraser
Version:
It simply clears comments in all javascript files within a folder(in all sub folders[recursively]).
38 lines (37 loc) • 954 B
JSON
{
"name": "js-comments-eraser",
"version": "1.1.9",
"main": "index-multi-rename.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node",
"js",
"javascript",
"delete",
"scrape",
"comment",
"remove",
"eraser",
"server",
"client",
"cleaner",
"comments"
],
"author": "Aydin Candan <aydincandan@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/aydincandan/js-comments-eraser.git"
},
"bugs": {
"url": "https://github.com/aydincandan/js-comments-eraser/issues"
},
"homepage": "https://github.com/aydincandan/js-comments-eraser#readme",
"license": "ISC",
"description": "It simply clears comments in all javascript files within a folder(in all sub folders[recursively]).",
"dependencies": {
"fs-extra": "^11.2.0"
},
"last_commit": "index-multi-move yerine index-multi-rename kullanilacak."
}