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

    rceaed42 r59329aa  
    11{
    2   "name": "chokidar",
    3   "description": "Minimal and efficient cross-platform file watching library",
    4   "version": "3.5.2",
    5   "homepage": "https://github.com/paulmillr/chokidar",
    6   "author": "Paul Miller (https://paulmillr.com)",
     2  "_args": [
     3    [
     4      "chokidar@3.5.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "chokidar@3.5.2",
     10  "_id": "chokidar@3.5.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==",
     13  "_location": "/chokidar",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "chokidar@3.5.2",
     19    "name": "chokidar",
     20    "escapedName": "chokidar",
     21    "rawSpec": "3.5.2",
     22    "saveSpec": null,
     23    "fetchSpec": "3.5.2"
     24  },
     25  "_requiredBy": [
     26    "/@angular/compiler-cli",
     27    "/karma",
     28    "/sass"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz",
     31  "_spec": "3.5.2",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Paul Miller",
     35    "url": "https://paulmillr.com"
     36  },
     37  "bugs": {
     38    "url": "https://github.com/paulmillr/chokidar/issues"
     39  },
    740  "contributors": [
    8     "Paul Miller (https://paulmillr.com)",
    9     "Elan Shanker"
     41    {
     42      "name": "Paul Miller",
     43      "url": "https://paulmillr.com"
     44    },
     45    {
     46      "name": "Elan Shanker"
     47    }
    1048  ],
    11   "engines": {
    12     "node": ">= 8.10.0"
    13   },
    14   "main": "index.js",
    1549  "dependencies": {
    1650    "anymatch": "~3.1.2",
    1751    "braces": "~3.0.2",
     52    "fsevents": "~2.3.2",
    1853    "glob-parent": "~5.1.2",
    1954    "is-binary-path": "~2.1.0",
     
    2257    "readdirp": "~3.6.0"
    2358  },
    24   "optionalDependencies": {
    25     "fsevents": "~2.3.2"
    26   },
     59  "description": "Minimal and efficient cross-platform file watching library",
    2760  "devDependencies": {
    2861    "@types/node": "^14",
     
    3770    "upath": "^1.2.0"
    3871  },
     72  "engines": {
     73    "node": ">= 8.10.0"
     74  },
    3975  "files": [
    4076    "index.js",
     
    4278    "types/index.d.ts"
    4379  ],
    44   "repository": {
    45     "type": "git",
    46     "url": "git+https://github.com/paulmillr/chokidar.git"
    47   },
    48   "bugs": {
    49     "url": "https://github.com/paulmillr/chokidar/issues"
    50   },
    51   "license": "MIT",
    52   "scripts": {
    53     "dtslint": "dtslint types",
    54     "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
    55     "mocha": "mocha --exit --timeout 90000",
    56     "test": "npm run lint && npm run mocha"
    57   },
     80  "homepage": "https://github.com/paulmillr/chokidar",
    5881  "keywords": [
    5982    "fs",
     
    6588    "fsevents"
    6689  ],
    67   "types": "./types/index.d.ts",
     90  "license": "MIT",
     91  "main": "index.js",
     92  "name": "chokidar",
    6893  "nyc": {
    6994    "include": [
     
    75100      "text"
    76101    ]
    77   }
     102  },
     103  "optionalDependencies": {
     104    "fsevents": "~2.3.2"
     105  },
     106  "repository": {
     107    "type": "git",
     108    "url": "git+https://github.com/paulmillr/chokidar.git"
     109  },
     110  "scripts": {
     111    "dtslint": "dtslint types",
     112    "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
     113    "mocha": "mocha --exit --timeout 90000",
     114    "test": "npm run lint && npm run mocha"
     115  },
     116  "types": "./types/index.d.ts",
     117  "version": "3.5.2"
    78118}
Note: See TracChangeset for help on using the changeset viewer.