UNPKG

decomment-next

Version:

Removes comments from JSON/JavaScript, CSS/HTML, CPP/H, etc.

49 lines (48 loc) 963 B
{ "name": "decomment-next", "version": "1.0.0", "description": "Removes comments from JSON/JavaScript, CSS/HTML, CPP/H, etc.", "type": "module", "main": "lib/index.js", "scripts": { "test": "jasmine", "coverage": "istanbul cover jasmine", "lint": "eslint ./lib ./test" }, "files": [ "lib" ], "homepage": "https://github.com/kristian/decomment-next", "repository": { "type": "git", "url": "https://github.com/kristian/decomment-next.git" }, "bugs": { "url": "https://github.com/kristian/decomment-next/issues" }, "keywords": [ "remove comments", "JavaScript", "JSON", "CSS", "HTML", "CPP", "C++", "Text" ], "author": { "name": "Kristian Kraljic" }, "license": "MIT", "engines": { "node": ">=12" }, "dependencies": { "esprima-next": "^5.8.4" }, "devDependencies": { "eslint": "8.54.0", "istanbul": "0.4.5", "jasmine": "^5.1.0" } }