HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall_forms/buyercall/node_modules/is-natural-number/package.json
{
  "_args": [
    [
      "is-natural-number@4.0.1",
      "/home/arjun/projects/buyercall_forms/buyercall"
    ]
  ],
  "_from": "is-natural-number@4.0.1",
  "_id": "is-natural-number@4.0.1",
  "_inBundle": false,
  "_integrity": "sha512-Y4LTamMe0DDQIIAlaer9eKebAlDSV6huy+TWhJVPlzZh2o4tRP5SQWFlLn5N0To4mDD22/qdOq+veo1cSISLgQ==",
  "_location": "/is-natural-number",
  "_optional": true,
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "is-natural-number@4.0.1",
    "name": "is-natural-number",
    "escapedName": "is-natural-number",
    "rawSpec": "4.0.1",
    "saveSpec": null,
    "fetchSpec": "4.0.1"
  },
  "_requiredBy": [
    "/strip-dirs"
  ],
  "_resolved": "https://registry.npmjs.org/is-natural-number/-/is-natural-number-4.0.1.tgz",
  "_spec": "4.0.1",
  "_where": "/home/arjun/projects/buyercall_forms/buyercall",
  "author": {
    "name": "Shinnosuke Watanabe",
    "url": "https://github.com/shinnn"
  },
  "bugs": {
    "url": "https://github.com/shinnn/is-natural-number.js/issues"
  },
  "description": "Check if a value is a natural number",
  "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"
  },
  "files": [
    "index.js",
    "index.jsnext.js"
  ],
  "homepage": "https://github.com/shinnn/is-natural-number.js#readme",
  "jsnext:main": "index.jsnext.js",
  "keywords": [
    "number",
    "natural",
    "check",
    "int",
    "integer",
    "math",
    "mathematics",
    "range",
    "browser",
    "client-side"
  ],
  "license": "MIT",
  "name": "is-natural-number",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shinnn/is-natural-number.js.git"
  },
  "scripts": {
    "coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js",
    "pretest": "eslint --config @shinnn --ignore-path .gitignore .",
    "test": "node --strong_mode --throw-deprecation --track-heap-objects test.js | tap-dot"
  },
  "version": "4.0.1"
}