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/extglob
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/extglob/node_modules/define-property/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "define-property",
    3   "description": "Define a non-enumerable property on an object.",
    4   "version": "1.0.0",
    5   "homepage": "https://github.com/jonschlinkert/define-property",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/define-property",
     2  "_args": [
     3    [
     4      "define-property@1.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "define-property@1.0.0",
     10  "_id": "define-property@1.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
     13  "_location": "/extglob/define-property",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "define-property@1.0.0",
     19    "name": "define-property",
     20    "escapedName": "define-property",
     21    "rawSpec": "1.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.0"
     24  },
     25  "_requiredBy": [
     26    "/extglob"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
     29  "_spec": "1.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  },
    835  "bugs": {
    936    "url": "https://github.com/jonschlinkert/define-property/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-descriptor": "^1.0.0"
    2440  },
     41  "description": "Define a non-enumerable property on an object.",
    2542  "devDependencies": {
    2643    "gulp-format-md": "^0.1.12",
    2744    "mocha": "^3.2.0"
    2845  },
     46  "engines": {
     47    "node": ">=0.10.0"
     48  },
     49  "files": [
     50    "index.js"
     51  ],
     52  "homepage": "https://github.com/jonschlinkert/define-property",
    2953  "keywords": [
    3054    "define",
     
    3963    "value"
    4064  ],
     65  "license": "MIT",
     66  "main": "index.js",
     67  "name": "define-property",
     68  "repository": {
     69    "type": "git",
     70    "url": "git+https://github.com/jonschlinkert/define-property.git"
     71  },
     72  "scripts": {
     73    "test": "mocha"
     74  },
    4175  "verb": {
    4276    "related": {
     
    5993      "reflinks": true
    6094    }
    61   }
     95  },
     96  "version": "1.0.0"
    6297}
  • trip-planner-front/node_modules/extglob/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": "/extglob/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    "/extglob"
     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/extglob/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": "/extglob/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    "/extglob/extend-shallow"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
     29  "_spec": "0.1.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/is-extendable/issues"
    1037  },
    11   "license": "MIT",
     38  "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?\"",
     39  "devDependencies": {
     40    "mocha": "*"
     41  },
     42  "engines": {
     43    "node": ">=0.10.0"
     44  },
    1245  "files": [
    1346    "index.js"
    1447  ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
    18   },
    19   "scripts": {
    20     "test": "mocha"
    21   },
    22   "devDependencies": {
    23     "mocha": "*"
    24   },
     48  "homepage": "https://github.com/jonschlinkert/is-extendable",
    2549  "keywords": [
    2650    "array",
     
    3660    "test"
    3761  ],
     62  "license": "MIT",
     63  "main": "index.js",
     64  "name": "is-extendable",
     65  "repository": {
     66    "type": "git",
     67    "url": "git+https://github.com/jonschlinkert/is-extendable.git"
     68  },
     69  "scripts": {
     70    "test": "mocha"
     71  },
    3872  "verbiage": {
    3973    "related": {
     
    4882      ]
    4983    }
    50   }
     84  },
     85  "version": "0.1.1"
    5186}
  • trip-planner-front/node_modules/extglob/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "extglob",
    3   "description": "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.",
    4   "version": "2.0.4",
    5   "homepage": "https://github.com/micromatch/extglob",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Brian Woodward (https://twitter.com/doowb)",
    9     "Devon Govett (http://badassjs.com)",
    10     "Isiah Meadows (https://www.isiahmeadows.com)",
    11     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    12     "Matt Bierner (http://mattbierner.com)",
    13     "Shinnosuke Watanabe (https://shinnn.github.io)"
     2  "_args": [
     3    [
     4      "extglob@2.0.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    147  ],
    15   "repository": "micromatch/extglob",
     8  "_development": true,
     9  "_from": "extglob@2.0.4",
     10  "_id": "extglob@2.0.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
     13  "_location": "/extglob",
     14  "_phantomChildren": {
     15    "is-descriptor": "1.0.2"
     16  },
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "extglob@2.0.4",
     21    "name": "extglob",
     22    "escapedName": "extglob",
     23    "rawSpec": "2.0.4",
     24    "saveSpec": null,
     25    "fetchSpec": "2.0.4"
     26  },
     27  "_requiredBy": [
     28    "/http-proxy-middleware/micromatch",
     29    "/webpack-dev-server/micromatch"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
     32  "_spec": "2.0.4",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "Jon Schlinkert",
     36    "url": "https://github.com/jonschlinkert"
     37  },
    1638  "bugs": {
    1739    "url": "https://github.com/micromatch/extglob/issues"
    1840  },
    19   "license": "MIT",
    20   "files": [
    21     "index.js",
    22     "lib"
     41  "contributors": [
     42    {
     43      "name": "Brian Woodward",
     44      "url": "https://twitter.com/doowb"
     45    },
     46    {
     47      "name": "Devon Govett",
     48      "url": "http://badassjs.com"
     49    },
     50    {
     51      "name": "Isiah Meadows",
     52      "url": "https://www.isiahmeadows.com"
     53    },
     54    {
     55      "name": "Jon Schlinkert",
     56      "url": "http://twitter.com/jonschlinkert"
     57    },
     58    {
     59      "name": "Matt Bierner",
     60      "url": "http://mattbierner.com"
     61    },
     62    {
     63      "name": "Shinnosuke Watanabe",
     64      "url": "https://shinnn.github.io"
     65    }
    2366  ],
    24   "main": "index.js",
    25   "engines": {
    26     "node": ">=0.10.0"
    27   },
    28   "scripts": {
    29     "test": "mocha"
    30   },
    3167  "dependencies": {
    3268    "array-unique": "^0.3.2",
     
    3975    "to-regex": "^3.0.1"
    4076  },
     77  "description": "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.",
    4178  "devDependencies": {
    4279    "bash-match": "^1.0.2",
     
    5693    "multimatch": "^2.1.0"
    5794  },
     95  "engines": {
     96    "node": ">=0.10.0"
     97  },
     98  "files": [
     99    "index.js",
     100    "lib"
     101  ],
     102  "homepage": "https://github.com/micromatch/extglob",
    58103  "keywords": [
    59104    "bash",
     
    70115    "wildcard"
    71116  ],
     117  "license": "MIT",
    72118  "lintDeps": {
    73119    "devDependencies": {
     
    80126      }
    81127    }
     128  },
     129  "main": "index.js",
     130  "name": "extglob",
     131  "repository": {
     132    "type": "git",
     133    "url": "git+https://github.com/micromatch/extglob.git"
     134  },
     135  "scripts": {
     136    "test": "mocha"
    82137  },
    83138  "verb": {
     
    105160      "reflinks": true
    106161    }
    107   }
     162  },
     163  "version": "2.0.4"
    108164}
Note: See TracChangeset for help on using the changeset viewer.