source: trip-planner-front/node_modules/anymatch/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "anymatch@3.1.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "anymatch@3.1.2",
10 "_id": "anymatch@3.1.2",
11 "_inBundle": false,
12 "_integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
13 "_location": "/anymatch",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "anymatch@3.1.2",
19 "name": "anymatch",
20 "escapedName": "anymatch",
21 "rawSpec": "3.1.2",
22 "saveSpec": null,
23 "fetchSpec": "3.1.2"
24 },
25 "_requiredBy": [
26 "/chokidar"
27 ],
28 "_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
29 "_spec": "3.1.2",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Elan Shanker",
33 "url": "https://github.com/es128"
34 },
35 "bugs": {
36 "url": "https://github.com/micromatch/anymatch/issues"
37 },
38 "dependencies": {
39 "normalize-path": "^3.0.0",
40 "picomatch": "^2.0.4"
41 },
42 "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
43 "devDependencies": {
44 "mocha": "^6.1.3",
45 "nyc": "^14.0.0"
46 },
47 "engines": {
48 "node": ">= 8"
49 },
50 "files": [
51 "index.js",
52 "index.d.ts"
53 ],
54 "homepage": "https://github.com/micromatch/anymatch",
55 "keywords": [
56 "match",
57 "any",
58 "string",
59 "file",
60 "fs",
61 "list",
62 "glob",
63 "regex",
64 "regexp",
65 "regular",
66 "expression",
67 "function"
68 ],
69 "license": "ISC",
70 "name": "anymatch",
71 "repository": {
72 "type": "git",
73 "url": "git+https://github.com/micromatch/anymatch.git"
74 },
75 "scripts": {
76 "mocha": "mocha",
77 "test": "nyc mocha"
78 },
79 "version": "3.1.2"
80}
Note: See TracBrowser for help on using the repository browser.