source: trip-planner-front/node_modules/nanomatch/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: 3.7 KB
Line 
1{
2 "_args": [
3 [
4 "nanomatch@1.2.13",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "nanomatch@1.2.13",
10 "_id": "nanomatch@1.2.13",
11 "_inBundle": false,
12 "_integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
13 "_location": "/nanomatch",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "nanomatch@1.2.13",
19 "name": "nanomatch",
20 "escapedName": "nanomatch",
21 "rawSpec": "1.2.13",
22 "saveSpec": null,
23 "fetchSpec": "1.2.13"
24 },
25 "_requiredBy": [
26 "/http-proxy-middleware/micromatch",
27 "/webpack-dev-server/micromatch"
28 ],
29 "_resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
30 "_spec": "1.2.13",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Jon Schlinkert",
34 "url": "https://github.com/jonschlinkert"
35 },
36 "bugs": {
37 "url": "https://github.com/micromatch/nanomatch/issues"
38 },
39 "contributors": [
40 {
41 "name": "Devon Govett",
42 "url": "http://badassjs.com"
43 },
44 {
45 "name": "Jon Schlinkert",
46 "url": "http://twitter.com/jonschlinkert"
47 }
48 ],
49 "dependencies": {
50 "arr-diff": "^4.0.0",
51 "array-unique": "^0.3.2",
52 "define-property": "^2.0.2",
53 "extend-shallow": "^3.0.2",
54 "fragment-cache": "^0.2.1",
55 "is-windows": "^1.0.2",
56 "kind-of": "^6.0.2",
57 "object.pick": "^1.3.0",
58 "regex-not": "^1.0.0",
59 "snapdragon": "^0.8.1",
60 "to-regex": "^3.0.1"
61 },
62 "description": "Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)",
63 "devDependencies": {
64 "bash-match": "^1.0.2",
65 "for-own": "^1.0.0",
66 "gulp": "^3.9.1",
67 "gulp-format-md": "^1.0.0",
68 "gulp-istanbul": "^1.1.3",
69 "gulp-mocha": "^5.0.0",
70 "helper-changelog": "^0.3.0",
71 "minimatch": "^3.0.4",
72 "minimist": "^1.2.0",
73 "mocha": "^3.5.3",
74 "multimatch": "^2.1.0"
75 },
76 "engines": {
77 "node": ">=0.10.0"
78 },
79 "files": [
80 "index.js",
81 "lib"
82 ],
83 "homepage": "https://github.com/micromatch/nanomatch",
84 "keywords": [
85 "bash",
86 "expand",
87 "expansion",
88 "expression",
89 "file",
90 "files",
91 "filter",
92 "find",
93 "glob",
94 "globbing",
95 "globs",
96 "globstar",
97 "match",
98 "matcher",
99 "matches",
100 "matching",
101 "micromatch",
102 "minimatch",
103 "multimatch",
104 "nanomatch",
105 "path",
106 "pattern",
107 "patterns",
108 "regex",
109 "regexp",
110 "regular",
111 "shell",
112 "wildcard"
113 ],
114 "license": "MIT",
115 "lintDeps": {
116 "dependencies": {
117 "options": {
118 "lock": {
119 "snapdragon": "^0.8.1"
120 }
121 }
122 },
123 "devDependencies": {
124 "files": {
125 "options": {
126 "ignore": [
127 "benchmark/**"
128 ]
129 }
130 }
131 }
132 },
133 "main": "index.js",
134 "name": "nanomatch",
135 "repository": {
136 "type": "git",
137 "url": "git+https://github.com/micromatch/nanomatch.git"
138 },
139 "scripts": {
140 "test": "mocha"
141 },
142 "verb": {
143 "toc": "collapsible",
144 "layout": "default",
145 "tasks": [
146 "readme"
147 ],
148 "helpers": [
149 "helper-changelog"
150 ],
151 "plugins": [
152 "gulp-format-md"
153 ],
154 "related": {
155 "list": [
156 "extglob",
157 "is-extglob",
158 "is-glob",
159 "micromatch"
160 ]
161 },
162 "reflinks": [
163 "expand-brackets",
164 "expand-tilde",
165 "glob-object",
166 "micromatch",
167 "minimatch",
168 "options",
169 "snapdragon"
170 ],
171 "lint": {
172 "reflinks": true
173 }
174 },
175 "version": "1.2.13"
176}
Note: See TracBrowser for help on using the repository browser.