is-minified-code
Version:
Check if a piece of code is minified.
41 lines (40 loc) • 959 B
JSON
{
"name": "is-minified-code",
"description": "Check if a piece of code is minified.",
"version": "2.0.0",
"homepage": "https://github.com/MartinKolarik/is-minified-code/",
"github": "https://github.com/MartinKolarik/is-minified-code/",
"main": "dist/index.js",
"keywords": [
"minified",
"minification"
],
"author": {
"name": "Martin Kolárik",
"email": "martin@kolarik.sk",
"url": "https://kolarik.sk"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MartinKolarik/is-minified-code.git"
},
"bugs": {
"url": "https://github.com/MartinKolarik/is-minified-code/issues/"
},
"devDependencies": {
"@types/bluebird": "^3.5.24",
"@types/chai": "^4.1.7",
"@types/fs-extra": "^5.0.4",
"@types/got": "^9.2.0",
"@types/mocha": "^5.2.5",
"bluebird": "^3.5.3",
"chai": "^4.2.0",
"fs-extra": "^7.0.1",
"got": "^9.3.2",
"mocha": "^5.2.0"
},
"scripts": {
"test": "mocha test/tests.js"
}
}