blob: eef94a25f8ff8659a483455439f085f60b488004 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "is-natural-number@^4.0.1",
3 "_id": "is-natural-number@4.0.1",
4 "_inBundle": false,
5 "_integrity": "sha1-q5124dtM7VHjXeDHLr7PCfc0zeg=",
6 "_location": "/is-natural-number",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-natural-number@^4.0.1",
12 "name": "is-natural-number",
13 "escapedName": "is-natural-number",
14 "rawSpec": "^4.0.1",
15 "saveSpec": null,
16 "fetchSpec": "^4.0.1"
17 },
18 "_requiredBy": [
19 "/strip-dirs"
20 ],
21 "_resolved": "https://registry.npmjs.org/is-natural-number/-/is-natural-number-4.0.1.tgz",
22 "_shasum": "ab9d76e1db4ced51e35de0c72ebecf09f734cde8",
23 "_spec": "is-natural-number@^4.0.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\strip-dirs",
25 "author": {
26 "name": "Shinnosuke Watanabe",
27 "url": "https://github.com/shinnn"
28 },
29 "bugs": {
30 "url": "https://github.com/shinnn/is-natural-number.js/issues"
31 },
32 "bundleDependencies": false,
33 "deprecated": false,
34 "description": "Check if a value is a natural number",
35 "devDependencies": {
36 "@shinnn/eslint-config": "^2.1.0",
37 "eslint": "^2.9.0",
38 "istanbul": "^0.4.3",
39 "require-from-string": "^1.2.0",
40 "rollup": "^0.26.3",
41 "tap-dot": "^1.0.5",
42 "tape": "^4.5.1"
43 },
44 "files": [
45 "index.js",
46 "index.jsnext.js"
47 ],
48 "homepage": "https://github.com/shinnn/is-natural-number.js#readme",
49 "jsnext:main": "index.jsnext.js",
50 "keywords": [
51 "number",
52 "natural",
53 "check",
54 "int",
55 "integer",
56 "math",
57 "mathematics",
58 "range",
59 "browser",
60 "client-side"
61 ],
62 "license": "MIT",
63 "name": "is-natural-number",
64 "repository": {
65 "type": "git",
66 "url": "git+https://github.com/shinnn/is-natural-number.js.git"
67 },
68 "scripts": {
69 "coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js",
70 "pretest": "eslint --config @shinnn --ignore-path .gitignore .",
71 "test": "node --strong_mode --throw-deprecation --track-heap-objects test.js | tap-dot"
72 },
73 "version": "4.0.1"
74}