is-not-negative
Version:
Checks if a number is not negative. All credit to is-not-positive for the inspiration
31 lines (30 loc) • 573 B
JSON
{
"name": "is-not-negative",
"version": "1.0.3",
"description": "Checks if a number is not negative. All credit to is-not-positive for the inspiration",
"repository": "matthew-hallsworth/is-not-negative",
"author": "Matthew Hallsworth",
"license": "MIT",
"dependencies": {
"is-negative": "^2.1.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"scripts": {
"test": "xo && ava"
},
"keywords": [
"negative",
"number",
"not",
"check"
],
"devDependencies": {
"ava": "*",
"xo": "*"
}
}