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

    rceaed42 r59329aa  
    11{
    2   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
     2  "_args": [
     3    [
     4      "minimatch@3.0.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "minimatch@3.0.4",
     10  "_id": "minimatch@3.0.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
     13  "_location": "/minimatch",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "minimatch@3.0.4",
     19    "name": "minimatch",
     20    "escapedName": "minimatch",
     21    "rawSpec": "3.0.4",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.4"
     24  },
     25  "_requiredBy": [
     26    "/@angular-devkit/build-angular",
     27    "/glob",
     28    "/ignore-walk",
     29    "/karma",
     30    "/karma-coverage"
     31  ],
     32  "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
     33  "_spec": "3.0.4",
     34  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     35  "author": {
     36    "name": "Isaac Z. Schlueter",
     37    "email": "i@izs.me",
     38    "url": "http://blog.izs.me"
     39  },
     40  "bugs": {
     41    "url": "https://github.com/isaacs/minimatch/issues"
     42  },
     43  "dependencies": {
     44    "brace-expansion": "^1.1.7"
     45  },
     46  "description": "a glob matcher in javascript",
     47  "devDependencies": {
     48    "tap": "^10.3.2"
     49  },
     50  "engines": {
     51    "node": "*"
     52  },
     53  "files": [
     54    "minimatch.js"
     55  ],
     56  "homepage": "https://github.com/isaacs/minimatch#readme",
     57  "license": "ISC",
     58  "main": "minimatch.js",
    359  "name": "minimatch",
    4   "description": "a glob matcher in javascript",
    5   "version": "3.0.4",
    660  "repository": {
    761    "type": "git",
    862    "url": "git://github.com/isaacs/minimatch.git"
    963  },
    10   "main": "minimatch.js",
    1164  "scripts": {
    12     "test": "tap test/*.js --cov",
     65    "postpublish": "git push origin --all; git push origin --tags",
     66    "postversion": "npm publish",
    1367    "preversion": "npm test",
    14     "postversion": "npm publish",
    15     "postpublish": "git push origin --all; git push origin --tags"
     68    "test": "tap test/*.js --cov"
    1669  },
    17   "engines": {
    18     "node": "*"
    19   },
    20   "dependencies": {
    21     "brace-expansion": "^1.1.7"
    22   },
    23   "devDependencies": {
    24     "tap": "^10.3.2"
    25   },
    26   "license": "ISC",
    27   "files": [
    28     "minimatch.js"
    29   ]
     70  "version": "3.0.4"
    3071}
Note: See TracChangeset for help on using the changeset viewer.