is-minified-performant
Version:
Checks if JS code is minified or uglified performantly.
45 lines (44 loc) • 1.28 kB
JSON
{
"name": "is-minified-performant",
"version": "1.0.2",
"description": "Checks if JS code is minified or uglified performantly.",
"main": "index.js",
"scripts": {
"preversion": "npm test",
"postversion": "npm publish && git push && git push --tags",
"pub:major": "npm version major",
"pub:minor": "npm version minor",
"pub:patch": "npm version patch",
"test": "jest --coverage",
"benchmark-minified": "node benchmark/benchmark-minified",
"benchmark-not-minified": "node benchmark/benchmark-not-minified"
},
"repository": {
"type": "git",
"url": "git+https://github.com/legend80s/is-minified-performant.git"
},
"keywords": [
"minified",
"minification",
"uglify",
"minify",
"uglified"
],
"author": "legend80s",
"license": "MIT",
"bugs": {
"url": "https://github.com/legend80s/is-minified-performant/issues"
},
"homepage": "https://github.com/legend80s/is-minified-performant#readme",
"devDependencies": {
"@babel/preset-env": "^7.16.0",
"@types/jest": "^27.0.2",
"babel-jest": "^27.3.1",
"benchmark": "^2.1.4",
"git-commit-msg-linter": "^3.2.8",
"is-minified": "^0.0.1",
"is-minified-code": "^2.0.0",
"is-uglified": "^1.0.2",
"jest": "^27.3.1"
}
}