1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "extglob@2.0.4",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "extglob@2.0.4",
|
---|
10 | "_id": "extglob@2.0.4",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
|
---|
13 | "_location": "/extglob",
|
---|
14 | "_phantomChildren": {
|
---|
15 | "is-descriptor": "1.0.2"
|
---|
16 | },
|
---|
17 | "_requested": {
|
---|
18 | "type": "version",
|
---|
19 | "registry": true,
|
---|
20 | "raw": "extglob@2.0.4",
|
---|
21 | "name": "extglob",
|
---|
22 | "escapedName": "extglob",
|
---|
23 | "rawSpec": "2.0.4",
|
---|
24 | "saveSpec": null,
|
---|
25 | "fetchSpec": "2.0.4"
|
---|
26 | },
|
---|
27 | "_requiredBy": [
|
---|
28 | "/http-proxy-middleware/micromatch",
|
---|
29 | "/webpack-dev-server/micromatch"
|
---|
30 | ],
|
---|
31 | "_resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
|
---|
32 | "_spec": "2.0.4",
|
---|
33 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
34 | "author": {
|
---|
35 | "name": "Jon Schlinkert",
|
---|
36 | "url": "https://github.com/jonschlinkert"
|
---|
37 | },
|
---|
38 | "bugs": {
|
---|
39 | "url": "https://github.com/micromatch/extglob/issues"
|
---|
40 | },
|
---|
41 | "contributors": [
|
---|
42 | {
|
---|
43 | "name": "Brian Woodward",
|
---|
44 | "url": "https://twitter.com/doowb"
|
---|
45 | },
|
---|
46 | {
|
---|
47 | "name": "Devon Govett",
|
---|
48 | "url": "http://badassjs.com"
|
---|
49 | },
|
---|
50 | {
|
---|
51 | "name": "Isiah Meadows",
|
---|
52 | "url": "https://www.isiahmeadows.com"
|
---|
53 | },
|
---|
54 | {
|
---|
55 | "name": "Jon Schlinkert",
|
---|
56 | "url": "http://twitter.com/jonschlinkert"
|
---|
57 | },
|
---|
58 | {
|
---|
59 | "name": "Matt Bierner",
|
---|
60 | "url": "http://mattbierner.com"
|
---|
61 | },
|
---|
62 | {
|
---|
63 | "name": "Shinnosuke Watanabe",
|
---|
64 | "url": "https://shinnn.github.io"
|
---|
65 | }
|
---|
66 | ],
|
---|
67 | "dependencies": {
|
---|
68 | "array-unique": "^0.3.2",
|
---|
69 | "define-property": "^1.0.0",
|
---|
70 | "expand-brackets": "^2.1.4",
|
---|
71 | "extend-shallow": "^2.0.1",
|
---|
72 | "fragment-cache": "^0.2.1",
|
---|
73 | "regex-not": "^1.0.0",
|
---|
74 | "snapdragon": "^0.8.1",
|
---|
75 | "to-regex": "^3.0.1"
|
---|
76 | },
|
---|
77 | "description": "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.",
|
---|
78 | "devDependencies": {
|
---|
79 | "bash-match": "^1.0.2",
|
---|
80 | "for-own": "^1.0.0",
|
---|
81 | "gulp": "^3.9.1",
|
---|
82 | "gulp-eslint": "^4.0.0",
|
---|
83 | "gulp-format-md": "^1.0.0",
|
---|
84 | "gulp-istanbul": "^1.1.2",
|
---|
85 | "gulp-mocha": "^3.0.1",
|
---|
86 | "gulp-unused": "^0.2.1",
|
---|
87 | "helper-changelog": "^0.3.0",
|
---|
88 | "is-windows": "^1.0.1",
|
---|
89 | "micromatch": "^3.0.4",
|
---|
90 | "minimatch": "^3.0.4",
|
---|
91 | "minimist": "^1.2.0",
|
---|
92 | "mocha": "^3.5.0",
|
---|
93 | "multimatch": "^2.1.0"
|
---|
94 | },
|
---|
95 | "engines": {
|
---|
96 | "node": ">=0.10.0"
|
---|
97 | },
|
---|
98 | "files": [
|
---|
99 | "index.js",
|
---|
100 | "lib"
|
---|
101 | ],
|
---|
102 | "homepage": "https://github.com/micromatch/extglob",
|
---|
103 | "keywords": [
|
---|
104 | "bash",
|
---|
105 | "extended",
|
---|
106 | "extglob",
|
---|
107 | "glob",
|
---|
108 | "globbing",
|
---|
109 | "ksh",
|
---|
110 | "match",
|
---|
111 | "pattern",
|
---|
112 | "patterns",
|
---|
113 | "regex",
|
---|
114 | "test",
|
---|
115 | "wildcard"
|
---|
116 | ],
|
---|
117 | "license": "MIT",
|
---|
118 | "lintDeps": {
|
---|
119 | "devDependencies": {
|
---|
120 | "files": {
|
---|
121 | "options": {
|
---|
122 | "ignore": [
|
---|
123 | "benchmark/**/*.js"
|
---|
124 | ]
|
---|
125 | }
|
---|
126 | }
|
---|
127 | }
|
---|
128 | },
|
---|
129 | "main": "index.js",
|
---|
130 | "name": "extglob",
|
---|
131 | "repository": {
|
---|
132 | "type": "git",
|
---|
133 | "url": "git+https://github.com/micromatch/extglob.git"
|
---|
134 | },
|
---|
135 | "scripts": {
|
---|
136 | "test": "mocha"
|
---|
137 | },
|
---|
138 | "verb": {
|
---|
139 | "toc": false,
|
---|
140 | "layout": "default",
|
---|
141 | "tasks": [
|
---|
142 | "readme"
|
---|
143 | ],
|
---|
144 | "related": {
|
---|
145 | "list": [
|
---|
146 | "braces",
|
---|
147 | "expand-brackets",
|
---|
148 | "expand-range",
|
---|
149 | "fill-range",
|
---|
150 | "micromatch"
|
---|
151 | ]
|
---|
152 | },
|
---|
153 | "helpers": [
|
---|
154 | "helper-changelog"
|
---|
155 | ],
|
---|
156 | "plugins": [
|
---|
157 | "gulp-format-md"
|
---|
158 | ],
|
---|
159 | "lint": {
|
---|
160 | "reflinks": true
|
---|
161 | }
|
---|
162 | },
|
---|
163 | "version": "2.0.4"
|
---|
164 | }
|
---|