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

adding photos

Location:
trip-planner-front/node_modules/set-value
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/set-value/node_modules/extend-shallow/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "extend-shallow",
    3   "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
    4   "version": "2.0.1",
    5   "homepage": "https://github.com/jonschlinkert/extend-shallow",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/extend-shallow",
     2  "_args": [
     3    [
     4      "extend-shallow@2.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "extend-shallow@2.0.1",
     10  "_id": "extend-shallow@2.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
     13  "_location": "/set-value/extend-shallow",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "extend-shallow@2.0.1",
     19    "name": "extend-shallow",
     20    "escapedName": "extend-shallow",
     21    "rawSpec": "2.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.1"
     24  },
     25  "_requiredBy": [
     26    "/set-value"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
     29  "_spec": "2.0.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    835  "bugs": {
    936    "url": "https://github.com/jonschlinkert/extend-shallow/issues"
    10   },
    11   "license": "MIT",
    12   "files": [
    13     "index.js"
    14   ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
    18   },
    19   "scripts": {
    20     "test": "mocha"
    2137  },
    2238  "dependencies": {
    2339    "is-extendable": "^0.1.0"
    2440  },
     41  "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
    2542  "devDependencies": {
    2643    "array-slice": "^0.2.3",
     
    3552    "should": "^7.0.1"
    3653  },
     54  "engines": {
     55    "node": ">=0.10.0"
     56  },
     57  "files": [
     58    "index.js"
     59  ],
     60  "homepage": "https://github.com/jonschlinkert/extend-shallow",
    3761  "keywords": [
    3862    "assign",
     
    5377    "utils",
    5478    "value"
    55   ]
     79  ],
     80  "license": "MIT",
     81  "main": "index.js",
     82  "name": "extend-shallow",
     83  "repository": {
     84    "type": "git",
     85    "url": "git+https://github.com/jonschlinkert/extend-shallow.git"
     86  },
     87  "scripts": {
     88    "test": "mocha"
     89  },
     90  "version": "2.0.1"
    5691}
  • trip-planner-front/node_modules/set-value/node_modules/is-extendable/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "is-extendable",
    3   "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
    4   "version": "0.1.1",
    5   "homepage": "https://github.com/jonschlinkert/is-extendable",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/is-extendable",
     2  "_args": [
     3    [
     4      "is-extendable@0.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "is-extendable@0.1.1",
     10  "_id": "is-extendable@0.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
     13  "_location": "/set-value/is-extendable",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-extendable@0.1.1",
     19    "name": "is-extendable",
     20    "escapedName": "is-extendable",
     21    "rawSpec": "0.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "0.1.1"
     24  },
     25  "_requiredBy": [
     26    "/set-value",
     27    "/set-value/extend-shallow"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
     30  "_spec": "0.1.1",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Jon Schlinkert",
     34    "url": "https://github.com/jonschlinkert"
     35  },
    836  "bugs": {
    937    "url": "https://github.com/jonschlinkert/is-extendable/issues"
    1038  },
    11   "license": "MIT",
     39  "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
     40  "devDependencies": {
     41    "mocha": "*"
     42  },
     43  "engines": {
     44    "node": ">=0.10.0"
     45  },
    1246  "files": [
    1347    "index.js"
    1448  ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
    18   },
    19   "scripts": {
    20     "test": "mocha"
    21   },
    22   "devDependencies": {
    23     "mocha": "*"
    24   },
     49  "homepage": "https://github.com/jonschlinkert/is-extendable",
    2550  "keywords": [
    2651    "array",
     
    3661    "test"
    3762  ],
     63  "license": "MIT",
     64  "main": "index.js",
     65  "name": "is-extendable",
     66  "repository": {
     67    "type": "git",
     68    "url": "git+https://github.com/jonschlinkert/is-extendable.git"
     69  },
     70  "scripts": {
     71    "test": "mocha"
     72  },
    3873  "verbiage": {
    3974    "related": {
     
    4883      ]
    4984    }
    50   }
     85  },
     86  "version": "0.1.1"
    5187}
  • trip-planner-front/node_modules/set-value/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "set-value",
    3   "description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.",
    4   "version": "2.0.1",
    5   "homepage": "https://github.com/jonschlinkert/set-value",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    9     "(https://github.com/wtgtybhertgeghgtwtg)",
    10     "Vadim Demedes (https://vadimdemedes.com)"
     2  "_args": [
     3    [
     4      "set-value@2.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    117  ],
    12   "repository": "jonschlinkert/set-value",
     8  "_development": true,
     9  "_from": "set-value@2.0.1",
     10  "_id": "set-value@2.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
     13  "_location": "/set-value",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "set-value@2.0.1",
     19    "name": "set-value",
     20    "escapedName": "set-value",
     21    "rawSpec": "2.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.1"
     24  },
     25  "_requiredBy": [
     26    "/cache-base",
     27    "/union-value"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",
     30  "_spec": "2.0.1",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Jon Schlinkert",
     34    "url": "https://github.com/jonschlinkert"
     35  },
    1336  "bugs": {
    1437    "url": "https://github.com/jonschlinkert/set-value/issues"
    1538  },
    16   "license": "MIT",
    17   "files": [
    18     "index.js"
     39  "contributors": [
     40    {
     41      "name": "Jon Schlinkert",
     42      "url": "http://twitter.com/jonschlinkert"
     43    },
     44    {
     45      "url": "https://github.com/wtgtybhertgeghgtwtg"
     46    },
     47    {
     48      "name": "Vadim Demedes",
     49      "url": "https://vadimdemedes.com"
     50    }
    1951  ],
    20   "main": "index.js",
    21   "engines": {
    22     "node": ">=0.10.0"
    23   },
    24   "scripts": {
    25     "test": "mocha"
    26   },
    2752  "dependencies": {
    2853    "extend-shallow": "^2.0.1",
     
    3156    "split-string": "^3.0.1"
    3257  },
     58  "description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.",
    3359  "devDependencies": {
    3460    "gulp-format-md": "^0.1.12",
    3561    "mocha": "^3.4.2"
    3662  },
     63  "engines": {
     64    "node": ">=0.10.0"
     65  },
     66  "files": [
     67    "index.js"
     68  ],
     69  "homepage": "https://github.com/jonschlinkert/set-value",
    3770  "keywords": [
    3871    "get",
     
    5285    "values"
    5386  ],
     87  "license": "MIT",
     88  "main": "index.js",
     89  "name": "set-value",
     90  "repository": {
     91    "type": "git",
     92    "url": "git+https://github.com/jonschlinkert/set-value.git"
     93  },
     94  "scripts": {
     95    "test": "mocha"
     96  },
    5497  "verb": {
    5598    "toc": false,
     
    76119      "reflinks": true
    77120    }
    78   }
     121  },
     122  "version": "2.0.1"
    79123}
Note: See TracChangeset for help on using the changeset viewer.