is-percent
Version:
Check if a given value is in the percent format.
47 lines • 987 B
JSON
{
"name": "is-percent",
"version": "1.0.13",
"description": "Check if a given value is in the percent format.",
"main": "lib/index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/is-percent.git"
},
"keywords": [
"percent",
"check",
"is"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/is-percent/issues"
},
"homepage": "https://github.com/IonicaBizau/is-percent#readme",
"dependencies": {
"last-char": "^1.3.1"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}