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/kind-of/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "kind-of",
    3   "description": "Get the native type of a value.",
    4   "version": "6.0.3",
    5   "homepage": "https://github.com/jonschlinkert/kind-of",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "David Fox-Powell (https://dtothefp.github.io/me)",
    9     "James (https://twitter.com/aretecode)",
    10     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    11     "Ken Sheedlo (kensheedlo.com)",
    12     "laggingreflex (https://github.com/laggingreflex)",
    13     "Miguel Mota (https://miguelmota.com)",
    14     "Peter deHaan (http://about.me/peterdehaan)",
    15     "tunnckoCore (https://i.am.charlike.online)"
     2  "_args": [
     3    [
     4      "kind-of@6.0.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    167  ],
    17   "repository": "jonschlinkert/kind-of",
     8  "_development": true,
     9  "_from": "kind-of@6.0.3",
     10  "_id": "kind-of@6.0.3",
     11  "_inBundle": false,
     12  "_integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
     13  "_location": "/kind-of",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "kind-of@6.0.3",
     19    "name": "kind-of",
     20    "escapedName": "kind-of",
     21    "rawSpec": "6.0.3",
     22    "saveSpec": null,
     23    "fetchSpec": "6.0.3"
     24  },
     25  "_requiredBy": [
     26    "/clone-deep",
     27    "/http-proxy-middleware/micromatch",
     28    "/is-accessor-descriptor",
     29    "/is-data-descriptor",
     30    "/is-descriptor",
     31    "/nanomatch",
     32    "/shallow-clone",
     33    "/webpack-dev-server/micromatch"
     34  ],
     35  "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
     36  "_spec": "6.0.3",
     37  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     38  "author": {
     39    "name": "Jon Schlinkert",
     40    "url": "https://github.com/jonschlinkert"
     41  },
    1842  "bugs": {
    1943    "url": "https://github.com/jonschlinkert/kind-of/issues"
    2044  },
    21   "license": "MIT",
    22   "files": [
    23     "index.js"
     45  "contributors": [
     46    {
     47      "name": "David Fox-Powell",
     48      "url": "https://dtothefp.github.io/me"
     49    },
     50    {
     51      "name": "James",
     52      "url": "https://twitter.com/aretecode"
     53    },
     54    {
     55      "name": "Jon Schlinkert",
     56      "url": "http://twitter.com/jonschlinkert"
     57    },
     58    {
     59      "name": "Ken Sheedlo",
     60      "url": "kensheedlo.com"
     61    },
     62    {
     63      "name": "laggingreflex",
     64      "url": "https://github.com/laggingreflex"
     65    },
     66    {
     67      "name": "Miguel Mota",
     68      "url": "https://miguelmota.com"
     69    },
     70    {
     71      "name": "Peter deHaan",
     72      "url": "http://about.me/peterdehaan"
     73    },
     74    {
     75      "name": "tunnckoCore",
     76      "url": "https://i.am.charlike.online"
     77    }
    2478  ],
    25   "main": "index.js",
    26   "engines": {
    27     "node": ">=0.10.0"
    28   },
    29   "scripts": {
    30     "test": "mocha",
    31     "prepublish": "browserify -o browser.js -e index.js -s index --bare"
    32   },
     79  "description": "Get the native type of a value.",
    3380  "devDependencies": {
    3481    "benchmarked": "^2.0.0",
     
    3885    "write": "^1.0.3"
    3986  },
     87  "engines": {
     88    "node": ">=0.10.0"
     89  },
     90  "files": [
     91    "index.js"
     92  ],
     93  "homepage": "https://github.com/jonschlinkert/kind-of",
    4094  "keywords": [
    4195    "arguments",
     
    61115    "types"
    62116  ],
     117  "license": "MIT",
     118  "main": "index.js",
     119  "name": "kind-of",
     120  "repository": {
     121    "type": "git",
     122    "url": "git+https://github.com/jonschlinkert/kind-of.git"
     123  },
     124  "scripts": {
     125    "prepublish": "browserify -o browser.js -e index.js -s index --bare",
     126    "test": "mocha"
     127  },
    63128  "verb": {
    64129    "toc": false,
     
    85150      "verb"
    86151    ]
    87   }
     152  },
     153  "version": "6.0.3"
    88154}
Note: See TracChangeset for help on using the changeset viewer.