github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/buildtools/npm/testdata/flattened_node_modules/node_modules/is-number/package.json (about)

     1  {
     2    "name": "is-number",
     3    "description": "Returns true if the value is a number. comprehensive tests.",
     4    "version": "6.0.0",
     5    "homepage": "https://github.com/jonschlinkert/is-number",
     6    "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
     7    "contributors": [
     8      "Jon Schlinkert (http://twitter.com/jonschlinkert)",
     9      "Olsten Larck (https://i.am.charlike.online)",
    10      "Rouven Weßling (www.rouvenwessling.de)"
    11    ],
    12    "repository": "jonschlinkert/is-number",
    13    "bugs": {
    14      "url": "https://github.com/jonschlinkert/is-number/issues"
    15    },
    16    "license": "MIT",
    17    "files": [
    18      "index.js"
    19    ],
    20    "main": "index.js",
    21    "engines": {
    22      "node": ">=0.10.0"
    23    },
    24    "scripts": {
    25      "test": "mocha"
    26    },
    27    "devDependencies": {
    28      "benchmarked": "^2.0.0",
    29      "chalk": "^2.1.0",
    30      "gulp-format-md": "^1.0.0",
    31      "mocha": "^3.0.1"
    32    },
    33    "keywords": [
    34      "check",
    35      "coerce",
    36      "coercion",
    37      "integer",
    38      "is",
    39      "is-nan",
    40      "is-num",
    41      "is-number",
    42      "istype",
    43      "kind",
    44      "math",
    45      "nan",
    46      "num",
    47      "number",
    48      "numeric",
    49      "test",
    50      "type",
    51      "typeof",
    52      "value"
    53    ],
    54    "verb": {
    55      "toc": false,
    56      "layout": "default",
    57      "tasks": [
    58        "readme"
    59      ],
    60      "related": {
    61        "list": [
    62          "isobject",
    63          "is-plain-object",
    64          "is-primitive",
    65          "kind-of"
    66        ]
    67      },
    68      "plugins": [
    69        "gulp-format-md"
    70      ],
    71      "lint": {
    72        "reflinks": true
    73      }
    74    }
    75  }