aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-natural-number/package.json
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-08-24 14:41:48 +0200
committerMinteck <nekostarfan@gmail.com>2021-08-24 14:41:48 +0200
commitd25e11bee6ca5ca523884da132d18e1400e077b9 (patch)
tree8af39fde19f7ed640a60fb397c7edd647dff1c4c /node_modules/is-natural-number/package.json
downloadkartik-iridium-d25e11bee6ca5ca523884da132d18e1400e077b9.tar.gz
kartik-iridium-d25e11bee6ca5ca523884da132d18e1400e077b9.tar.bz2
kartik-iridium-d25e11bee6ca5ca523884da132d18e1400e077b9.zip
Initial commit
Diffstat (limited to 'node_modules/is-natural-number/package.json')
-rw-r--r--node_modules/is-natural-number/package.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/node_modules/is-natural-number/package.json b/node_modules/is-natural-number/package.json
new file mode 100644
index 0000000..935f020
--- /dev/null
+++ b/node_modules/is-natural-number/package.json
@@ -0,0 +1,39 @@
+{
+ "name": "is-natural-number",
+ "version": "4.0.1",
+ "description": "Check if a value is a natural number",
+ "repository": "shinnn/is-natural-number.js",
+ "author": "Shinnosuke Watanabe (https://github.com/shinnn)",
+ "scripts": {
+ "pretest": "eslint --config @shinnn --ignore-path .gitignore .",
+ "test": "node --strong_mode --throw-deprecation --track-heap-objects test.js | tap-dot",
+ "coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js"
+ },
+ "license": "MIT",
+ "jsnext:main": "index.jsnext.js",
+ "files": [
+ "index.js",
+ "index.jsnext.js"
+ ],
+ "keywords": [
+ "number",
+ "natural",
+ "check",
+ "int",
+ "integer",
+ "math",
+ "mathematics",
+ "range",
+ "browser",
+ "client-side"
+ ],
+ "devDependencies": {
+ "@shinnn/eslint-config": "^2.1.0",
+ "eslint": "^2.9.0",
+ "istanbul": "^0.4.3",
+ "require-from-string": "^1.2.0",
+ "rollup": "^0.26.3",
+ "tap-dot": "^1.0.5",
+ "tape": "^4.5.1"
+ }
+}