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

    rceaed42 r59329aa  
    11{
    2   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
    3   "name": "glob",
    4   "description": "a little globber",
    5   "version": "7.1.7",
    6   "repository": {
    7     "type": "git",
    8     "url": "git://github.com/isaacs/node-glob.git"
     2  "_args": [
     3    [
     4      "glob@7.1.7",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "glob@7.1.7",
     10  "_id": "glob@7.1.7",
     11  "_inBundle": false,
     12  "_integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
     13  "_location": "/glob",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "glob@7.1.7",
     19    "name": "glob",
     20    "escapedName": "glob",
     21    "rawSpec": "7.1.7",
     22    "saveSpec": null,
     23    "fetchSpec": "7.1.7"
    924  },
    10   "main": "glob.js",
    11   "files": [
    12     "glob.js",
    13     "sync.js",
    14     "common.js"
     25  "_requiredBy": [
     26    "/@angular-devkit/build-angular",
     27    "/cacache",
     28    "/del/globby",
     29    "/del/rimraf",
     30    "/karma",
     31    "/node-gyp",
     32    "/npm-packlist",
     33    "/rimraf",
     34    "/stylus"
    1535  ],
    16   "engines": {
    17     "node": "*"
     36  "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
     37  "_spec": "7.1.7",
     38  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     39  "author": {
     40    "name": "Isaac Z. Schlueter",
     41    "email": "i@izs.me",
     42    "url": "http://blog.izs.me/"
     43  },
     44  "bugs": {
     45    "url": "https://github.com/isaacs/node-glob/issues"
    1846  },
    1947  "dependencies": {
     
    2553    "path-is-absolute": "^1.0.0"
    2654  },
     55  "description": "a little globber",
    2756  "devDependencies": {
    2857    "mkdirp": "0",
     
    3160    "tick": "0.0.6"
    3261  },
     62  "engines": {
     63    "node": "*"
     64  },
     65  "files": [
     66    "glob.js",
     67    "sync.js",
     68    "common.js"
     69  ],
     70  "funding": {
     71    "url": "https://github.com/sponsors/isaacs"
     72  },
     73  "homepage": "https://github.com/isaacs/node-glob#readme",
     74  "license": "ISC",
     75  "main": "glob.js",
     76  "name": "glob",
     77  "repository": {
     78    "type": "git",
     79    "url": "git://github.com/isaacs/node-glob.git"
     80  },
     81  "scripts": {
     82    "bench": "bash benchmark.sh",
     83    "benchclean": "node benchclean.js",
     84    "prepublish": "npm run benchclean",
     85    "prof": "bash prof.sh && cat profile.txt",
     86    "profclean": "rm -f v8.log profile.txt",
     87    "test": "tap",
     88    "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
     89  },
    3390  "tap": {
    3491    "before": "test/00-setup.js",
     
    3693    "jobs": 1
    3794  },
    38   "scripts": {
    39     "prepublish": "npm run benchclean",
    40     "profclean": "rm -f v8.log profile.txt",
    41     "test": "tap",
    42     "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js",
    43     "bench": "bash benchmark.sh",
    44     "prof": "bash prof.sh && cat profile.txt",
    45     "benchclean": "node benchclean.js"
    46   },
    47   "license": "ISC",
    48   "funding": {
    49     "url": "https://github.com/sponsors/isaacs"
    50   }
     95  "version": "7.1.7"
    5196}
Note: See TracChangeset for help on using the changeset viewer.