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

    rceaed42 r59329aa  
    11{
    2   "name": "anymatch",
    3   "version": "3.1.2",
     2  "_args": [
     3    [
     4      "anymatch@3.1.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "anymatch@3.1.2",
     10  "_id": "anymatch@3.1.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
     13  "_location": "/anymatch",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "anymatch@3.1.2",
     19    "name": "anymatch",
     20    "escapedName": "anymatch",
     21    "rawSpec": "3.1.2",
     22    "saveSpec": null,
     23    "fetchSpec": "3.1.2"
     24  },
     25  "_requiredBy": [
     26    "/chokidar"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
     29  "_spec": "3.1.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Elan Shanker",
     33    "url": "https://github.com/es128"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/micromatch/anymatch/issues"
     37  },
     38  "dependencies": {
     39    "normalize-path": "^3.0.0",
     40    "picomatch": "^2.0.4"
     41  },
    442  "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
     43  "devDependencies": {
     44    "mocha": "^6.1.3",
     45    "nyc": "^14.0.0"
     46  },
     47  "engines": {
     48    "node": ">= 8"
     49  },
    550  "files": [
    651    "index.js",
    752    "index.d.ts"
    853  ],
    9   "dependencies": {
    10     "normalize-path": "^3.0.0",
    11     "picomatch": "^2.0.4"
    12   },
    13   "author": {
    14     "name": "Elan Shanker",
    15     "url": "https://github.com/es128"
    16   },
    17   "license": "ISC",
    1854  "homepage": "https://github.com/micromatch/anymatch",
    19   "repository": {
    20     "type": "git",
    21     "url": "https://github.com/micromatch/anymatch"
    22   },
    2355  "keywords": [
    2456    "match",
     
    3567    "function"
    3668  ],
     69  "license": "ISC",
     70  "name": "anymatch",
     71  "repository": {
     72    "type": "git",
     73    "url": "git+https://github.com/micromatch/anymatch.git"
     74  },
    3775  "scripts": {
    38     "test": "nyc mocha",
    39     "mocha": "mocha"
     76    "mocha": "mocha",
     77    "test": "nyc mocha"
    4078  },
    41   "devDependencies": {
    42     "mocha": "^6.1.3",
    43     "nyc": "^14.0.0"
    44   },
    45   "engines": {
    46     "node": ">= 8"
    47   }
     79  "version": "3.1.2"
    4880}
Note: See TracChangeset for help on using the changeset viewer.