[0c6b92a] | 1 | {
|
---|
[79a0317] | 2 | "_from": "is-number@^7.0.0",
|
---|
| 3 | "_id": "is-number@7.0.0",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
---|
| 6 | "_location": "/is-number",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "is-number@^7.0.0",
|
---|
| 12 | "name": "is-number",
|
---|
| 13 | "escapedName": "is-number",
|
---|
| 14 | "rawSpec": "^7.0.0",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^7.0.0"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/to-regex-range"
|
---|
[0c6b92a] | 20 | ],
|
---|
[79a0317] | 21 | "_resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
---|
| 22 | "_shasum": "7535345b896734d5f80c4d06c50955527a14f12b",
|
---|
| 23 | "_spec": "is-number@^7.0.0",
|
---|
| 24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/to-regex-range",
|
---|
| 25 | "author": {
|
---|
| 26 | "name": "Jon Schlinkert",
|
---|
| 27 | "url": "https://github.com/jonschlinkert"
|
---|
| 28 | },
|
---|
[0c6b92a] | 29 | "bugs": {
|
---|
| 30 | "url": "https://github.com/jonschlinkert/is-number/issues"
|
---|
| 31 | },
|
---|
[79a0317] | 32 | "bundleDependencies": false,
|
---|
| 33 | "contributors": [
|
---|
| 34 | {
|
---|
| 35 | "name": "Jon Schlinkert",
|
---|
| 36 | "url": "http://twitter.com/jonschlinkert"
|
---|
| 37 | },
|
---|
| 38 | {
|
---|
| 39 | "name": "Olsten Larck",
|
---|
| 40 | "url": "https://i.am.charlike.online"
|
---|
| 41 | },
|
---|
| 42 | {
|
---|
| 43 | "name": "Rouven Weßling",
|
---|
| 44 | "url": "www.rouvenwessling.de"
|
---|
| 45 | }
|
---|
[0c6b92a] | 46 | ],
|
---|
[79a0317] | 47 | "deprecated": false,
|
---|
| 48 | "description": "Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.",
|
---|
[0c6b92a] | 49 | "devDependencies": {
|
---|
| 50 | "ansi": "^0.3.1",
|
---|
| 51 | "benchmark": "^2.1.4",
|
---|
| 52 | "gulp-format-md": "^1.0.0",
|
---|
| 53 | "mocha": "^3.5.3"
|
---|
| 54 | },
|
---|
[79a0317] | 55 | "engines": {
|
---|
| 56 | "node": ">=0.12.0"
|
---|
| 57 | },
|
---|
| 58 | "files": [
|
---|
| 59 | "index.js"
|
---|
| 60 | ],
|
---|
| 61 | "homepage": "https://github.com/jonschlinkert/is-number",
|
---|
[0c6b92a] | 62 | "keywords": [
|
---|
| 63 | "cast",
|
---|
| 64 | "check",
|
---|
| 65 | "coerce",
|
---|
| 66 | "coercion",
|
---|
| 67 | "finite",
|
---|
| 68 | "integer",
|
---|
| 69 | "is",
|
---|
| 70 | "isnan",
|
---|
| 71 | "is-nan",
|
---|
| 72 | "is-num",
|
---|
| 73 | "is-number",
|
---|
| 74 | "isnumber",
|
---|
| 75 | "isfinite",
|
---|
| 76 | "istype",
|
---|
| 77 | "kind",
|
---|
| 78 | "math",
|
---|
| 79 | "nan",
|
---|
| 80 | "num",
|
---|
| 81 | "number",
|
---|
| 82 | "numeric",
|
---|
| 83 | "parseFloat",
|
---|
| 84 | "parseInt",
|
---|
| 85 | "test",
|
---|
| 86 | "type",
|
---|
| 87 | "typeof",
|
---|
| 88 | "value"
|
---|
| 89 | ],
|
---|
[79a0317] | 90 | "license": "MIT",
|
---|
| 91 | "main": "index.js",
|
---|
| 92 | "name": "is-number",
|
---|
| 93 | "repository": {
|
---|
| 94 | "type": "git",
|
---|
| 95 | "url": "git+https://github.com/jonschlinkert/is-number.git"
|
---|
| 96 | },
|
---|
| 97 | "scripts": {
|
---|
| 98 | "test": "mocha"
|
---|
| 99 | },
|
---|
[0c6b92a] | 100 | "verb": {
|
---|
| 101 | "toc": false,
|
---|
| 102 | "layout": "default",
|
---|
| 103 | "tasks": [
|
---|
| 104 | "readme"
|
---|
| 105 | ],
|
---|
| 106 | "related": {
|
---|
| 107 | "list": [
|
---|
| 108 | "is-plain-object",
|
---|
| 109 | "is-primitive",
|
---|
| 110 | "isobject",
|
---|
| 111 | "kind-of"
|
---|
| 112 | ]
|
---|
| 113 | },
|
---|
| 114 | "plugins": [
|
---|
| 115 | "gulp-format-md"
|
---|
| 116 | ],
|
---|
| 117 | "lint": {
|
---|
| 118 | "reflinks": true
|
---|
| 119 | }
|
---|
[79a0317] | 120 | },
|
---|
| 121 | "version": "7.0.0"
|
---|
[0c6b92a] | 122 | }
|
---|