Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/is-number/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "is-number",
    3   "description": "Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.",
    4   "version": "7.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)"
     2  "_args": [
     3    [
     4      "is-number@7.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    117  ],
    12   "repository": "jonschlinkert/is-number",
     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"
     24  },
     25  "_requiredBy": [
     26    "/to-regex-range"
     27  ],
     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"
     34  },
    1335  "bugs": {
    1436    "url": "https://github.com/jonschlinkert/is-number/issues"
    1537  },
    16   "license": "MIT",
    17   "files": [
    18     "index.js"
     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    }
    1951  ],
    20   "main": "index.js",
    21   "engines": {
    22     "node": ">=0.12.0"
    23   },
    24   "scripts": {
    25     "test": "mocha"
    26   },
     52  "description": "Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.",
    2753  "devDependencies": {
    2854    "ansi": "^0.3.1",
     
    3157    "mocha": "^3.5.3"
    3258  },
     59  "engines": {
     60    "node": ">=0.12.0"
     61  },
     62  "files": [
     63    "index.js"
     64  ],
     65  "homepage": "https://github.com/jonschlinkert/is-number",
    3366  "keywords": [
    3467    "cast",
     
    5992    "value"
    6093  ],
     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  },
    61104  "verb": {
    62105    "toc": false,
     
    79122      "reflinks": true
    80123    }
    81   }
     124  },
     125  "version": "7.0.0"
    82126}
Note: See TracChangeset for help on using the changeset viewer.