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/number-is-nan/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "number-is-nan",
    3   "version": "1.0.1",
    4   "description": "ES2015 Number.isNaN() ponyfill",
    5   "license": "MIT",
    6   "repository": "sindresorhus/number-is-nan",
     2  "_args": [
     3    [
     4      "number-is-nan@1.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "number-is-nan@1.0.1",
     10  "_id": "number-is-nan@1.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
     13  "_location": "/number-is-nan",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "number-is-nan@1.0.1",
     19    "name": "number-is-nan",
     20    "escapedName": "number-is-nan",
     21    "rawSpec": "1.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.1"
     24  },
     25  "_requiredBy": [
     26    "/gauge/is-fullwidth-code-point"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
     29  "_spec": "1.0.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    731  "author": {
    832    "name": "Sindre Sorhus",
     
    1034    "url": "sindresorhus.com"
    1135  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/number-is-nan/issues"
     38  },
     39  "description": "ES2015 Number.isNaN() ponyfill",
     40  "devDependencies": {
     41    "ava": "*"
     42  },
    1243  "engines": {
    1344    "node": ">=0.10.0"
    14   },
    15   "scripts": {
    16     "test": "ava"
    1745  },
    1846  "files": [
    1947    "index.js"
    2048  ],
     49  "homepage": "https://github.com/sindresorhus/number-is-nan#readme",
    2150  "keywords": [
    2251    "es2015",
     
    3059    "not"
    3160  ],
    32   "devDependencies": {
    33     "ava": "*"
    34   }
     61  "license": "MIT",
     62  "name": "number-is-nan",
     63  "repository": {
     64    "type": "git",
     65    "url": "git+https://github.com/sindresorhus/number-is-nan.git"
     66  },
     67  "scripts": {
     68    "test": "ava"
     69  },
     70  "version": "1.0.1"
    3571}
Note: See TracChangeset for help on using the changeset viewer.