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