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

    rceaed42 r59329aa  
    11{
    2   "name": "picomatch",
    3   "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.",
    4   "version": "2.3.0",
    5   "homepage": "https://github.com/micromatch/picomatch",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "funding": "https://github.com/sponsors/jonschlinkert",
    8   "repository": "micromatch/picomatch",
     2  "_args": [
     3    [
     4      "picomatch@2.3.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "picomatch@2.3.0",
     10  "_id": "picomatch@2.3.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==",
     13  "_location": "/picomatch",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "picomatch@2.3.0",
     19    "name": "picomatch",
     20    "escapedName": "picomatch",
     21    "rawSpec": "2.3.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.3.0"
     24  },
     25  "_requiredBy": [
     26    "/anymatch",
     27    "/micromatch",
     28    "/readdirp"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz",
     31  "_spec": "2.3.0",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Jon Schlinkert",
     35    "url": "https://github.com/jonschlinkert"
     36  },
    937  "bugs": {
    1038    "url": "https://github.com/micromatch/picomatch/issues"
    1139  },
    12   "license": "MIT",
    13   "files": [
    14     "index.js",
    15     "lib"
    16   ],
    17   "main": "index.js",
    18   "engines": {
    19     "node": ">=8.6"
    20   },
    21   "scripts": {
    22     "lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore .",
    23     "mocha": "mocha --reporter dot",
    24     "test": "npm run lint && npm run mocha",
    25     "test:ci": "npm run test:cover",
    26     "test:cover": "nyc npm run mocha"
    27   },
     40  "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.",
    2841  "devDependencies": {
    2942    "eslint": "^6.8.0",
     
    3447    "time-require": "github:jonschlinkert/time-require"
    3548  },
     49  "engines": {
     50    "node": ">=8.6"
     51  },
     52  "files": [
     53    "index.js",
     54    "lib"
     55  ],
     56  "funding": "https://github.com/sponsors/jonschlinkert",
     57  "homepage": "https://github.com/micromatch/picomatch",
    3658  "keywords": [
    3759    "glob",
     
    3961    "picomatch"
    4062  ],
     63  "license": "MIT",
     64  "main": "index.js",
     65  "name": "picomatch",
    4166  "nyc": {
    4267    "reporter": [
     
    4570      "text-summary"
    4671    ]
     72  },
     73  "repository": {
     74    "type": "git",
     75    "url": "git+https://github.com/micromatch/picomatch.git"
     76  },
     77  "scripts": {
     78    "lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore .",
     79    "mocha": "mocha --reporter dot",
     80    "test": "npm run lint && npm run mocha",
     81    "test:ci": "npm run test:cover",
     82    "test:cover": "nyc npm run mocha"
    4783  },
    4884  "verb": {
     
    78114      "picomatch"
    79115    ]
    80   }
     116  },
     117  "version": "2.3.0"
    81118}
Note: See TracChangeset for help on using the changeset viewer.