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/@nodelib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@nodelib/fs.scandir/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@nodelib/fs.scandir",
    3   "version": "2.1.5",
     2  "_args": [
     3    [
     4      "@nodelib/fs.scandir@2.1.5",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@nodelib/fs.scandir@2.1.5",
     10  "_id": "@nodelib/fs.scandir@2.1.5",
     11  "_inBundle": false,
     12  "_integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
     13  "_location": "/@nodelib/fs.scandir",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@nodelib/fs.scandir@2.1.5",
     19    "name": "@nodelib/fs.scandir",
     20    "escapedName": "@nodelib%2ffs.scandir",
     21    "scope": "@nodelib",
     22    "rawSpec": "2.1.5",
     23    "saveSpec": null,
     24    "fetchSpec": "2.1.5"
     25  },
     26  "_requiredBy": [
     27    "/@nodelib/fs.walk"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
     30  "_spec": "2.1.5",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "dependencies": {
     33    "@nodelib/fs.stat": "2.0.5",
     34    "run-parallel": "^1.1.9"
     35  },
    436  "description": "List files and directories inside the specified directory",
    5   "license": "MIT",
    6   "repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir",
     37  "devDependencies": {
     38    "@nodelib/fs.macchiato": "1.0.4",
     39    "@types/run-parallel": "^1.1.0"
     40  },
     41  "engines": {
     42    "node": ">= 8"
     43  },
     44  "files": [
     45    "out/**",
     46    "!out/**/*.map",
     47    "!out/**/*.spec.*"
     48  ],
     49  "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562",
    750  "keywords": [
    851    "NodeLib",
     
    1457    "dirent"
    1558  ],
    16   "engines": {
    17     "node": ">= 8"
     59  "license": "MIT",
     60  "main": "out/index.js",
     61  "name": "@nodelib/fs.scandir",
     62  "repository": {
     63    "type": "git",
     64    "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir"
    1865  },
    19   "files": [
    20     "out/**",
    21     "!out/**/*.map",
    22     "!out/**/*.spec.*"
    23   ],
    24   "main": "out/index.js",
    25   "typings": "out/index.d.ts",
    2666  "scripts": {
     67    "build": "npm run clean && npm run compile && npm run lint && npm test",
    2768    "clean": "rimraf {tsconfig.tsbuildinfo,out}",
    28     "lint": "eslint \"src/**/*.ts\" --cache",
    2969    "compile": "tsc -b .",
    3070    "compile:watch": "tsc -p . --watch --sourceMap",
     71    "lint": "eslint \"src/**/*.ts\" --cache",
    3172    "test": "mocha \"out/**/*.spec.js\" -s 0",
    32     "build": "npm run clean && npm run compile && npm run lint && npm test",
    3373    "watch": "npm run clean && npm run compile:watch"
    3474  },
    35   "dependencies": {
    36     "@nodelib/fs.stat": "2.0.5",
    37     "run-parallel": "^1.1.9"
    38   },
    39   "devDependencies": {
    40     "@nodelib/fs.macchiato": "1.0.4",
    41     "@types/run-parallel": "^1.1.0"
    42   },
    43   "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562"
     75  "typings": "out/index.d.ts",
     76  "version": "2.1.5"
    4477}
  • trip-planner-front/node_modules/@nodelib/fs.stat/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@nodelib/fs.stat",
    3   "version": "2.0.5",
     2  "_args": [
     3    [
     4      "@nodelib/fs.stat@2.0.5",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@nodelib/fs.stat@2.0.5",
     10  "_id": "@nodelib/fs.stat@2.0.5",
     11  "_inBundle": false,
     12  "_integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
     13  "_location": "/@nodelib/fs.stat",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@nodelib/fs.stat@2.0.5",
     19    "name": "@nodelib/fs.stat",
     20    "escapedName": "@nodelib%2ffs.stat",
     21    "scope": "@nodelib",
     22    "rawSpec": "2.0.5",
     23    "saveSpec": null,
     24    "fetchSpec": "2.0.5"
     25  },
     26  "_requiredBy": [
     27    "/@nodelib/fs.scandir",
     28    "/fast-glob"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
     31  "_spec": "2.0.5",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    433  "description": "Get the status of a file with some features",
    5   "license": "MIT",
    6   "repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat",
    7   "keywords": [
    8     "NodeLib",
    9     "fs",
    10     "FileSystem",
    11     "file system",
    12     "stat"
    13   ],
     34  "devDependencies": {
     35    "@nodelib/fs.macchiato": "1.0.4"
     36  },
    1437  "engines": {
    1538    "node": ">= 8"
     
    2043    "!out/**/*.spec.*"
    2144  ],
     45  "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562",
     46  "keywords": [
     47    "NodeLib",
     48    "fs",
     49    "FileSystem",
     50    "file system",
     51    "stat"
     52  ],
     53  "license": "MIT",
    2254  "main": "out/index.js",
    23   "typings": "out/index.d.ts",
     55  "name": "@nodelib/fs.stat",
     56  "repository": {
     57    "type": "git",
     58    "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat"
     59  },
    2460  "scripts": {
     61    "build": "npm run clean && npm run compile && npm run lint && npm test",
    2562    "clean": "rimraf {tsconfig.tsbuildinfo,out}",
    26     "lint": "eslint \"src/**/*.ts\" --cache",
    2763    "compile": "tsc -b .",
    2864    "compile:watch": "tsc -p . --watch --sourceMap",
     65    "lint": "eslint \"src/**/*.ts\" --cache",
    2966    "test": "mocha \"out/**/*.spec.js\" -s 0",
    30     "build": "npm run clean && npm run compile && npm run lint && npm test",
    3167    "watch": "npm run clean && npm run compile:watch"
    3268  },
    33   "devDependencies": {
    34     "@nodelib/fs.macchiato": "1.0.4"
    35   },
    36   "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562"
     69  "typings": "out/index.d.ts",
     70  "version": "2.0.5"
    3771}
  • trip-planner-front/node_modules/@nodelib/fs.walk/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@nodelib/fs.walk",
    3   "version": "1.2.8",
     2  "_args": [
     3    [
     4      "@nodelib/fs.walk@1.2.8",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@nodelib/fs.walk@1.2.8",
     10  "_id": "@nodelib/fs.walk@1.2.8",
     11  "_inBundle": false,
     12  "_integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
     13  "_location": "/@nodelib/fs.walk",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@nodelib/fs.walk@1.2.8",
     19    "name": "@nodelib/fs.walk",
     20    "escapedName": "@nodelib%2ffs.walk",
     21    "scope": "@nodelib",
     22    "rawSpec": "1.2.8",
     23    "saveSpec": null,
     24    "fetchSpec": "1.2.8"
     25  },
     26  "_requiredBy": [
     27    "/fast-glob"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
     30  "_spec": "1.2.8",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "dependencies": {
     33    "@nodelib/fs.scandir": "2.1.5",
     34    "fastq": "^1.6.0"
     35  },
    436  "description": "A library for efficiently walking a directory recursively",
    5   "license": "MIT",
    6   "repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk",
     37  "devDependencies": {
     38    "@nodelib/fs.macchiato": "1.0.4"
     39  },
     40  "engines": {
     41    "node": ">= 8"
     42  },
     43  "files": [
     44    "out/**",
     45    "!out/**/*.map",
     46    "!out/**/*.spec.*",
     47    "!out/**/tests/**"
     48  ],
     49  "gitHead": "1e5bad48565da2b06b8600e744324ea240bf49d8",
    750  "keywords": [
    851    "NodeLib",
     
    1457    "crawler"
    1558  ],
    16   "engines": {
    17     "node": ">= 8"
     59  "license": "MIT",
     60  "main": "out/index.js",
     61  "name": "@nodelib/fs.walk",
     62  "repository": {
     63    "type": "git",
     64    "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk"
    1865  },
    19   "files": [
    20     "out/**",
    21     "!out/**/*.map",
    22     "!out/**/*.spec.*",
    23     "!out/**/tests/**"
    24   ],
    25   "main": "out/index.js",
    26   "typings": "out/index.d.ts",
    2766  "scripts": {
     67    "build": "npm run clean && npm run compile && npm run lint && npm test",
    2868    "clean": "rimraf {tsconfig.tsbuildinfo,out}",
    29     "lint": "eslint \"src/**/*.ts\" --cache",
    3069    "compile": "tsc -b .",
    3170    "compile:watch": "tsc -p . --watch --sourceMap",
     71    "lint": "eslint \"src/**/*.ts\" --cache",
    3272    "test": "mocha \"out/**/*.spec.js\" -s 0",
    33     "build": "npm run clean && npm run compile && npm run lint && npm test",
    3473    "watch": "npm run clean && npm run compile:watch"
    3574  },
    36   "dependencies": {
    37     "@nodelib/fs.scandir": "2.1.5",
    38     "fastq": "^1.6.0"
    39   },
    40   "devDependencies": {
    41     "@nodelib/fs.macchiato": "1.0.4"
    42   },
    43   "gitHead": "1e5bad48565da2b06b8600e744324ea240bf49d8"
     75  "typings": "out/index.d.ts",
     76  "version": "1.2.8"
    4477}
Note: See TracChangeset for help on using the changeset viewer.