source: trip-planner-front/node_modules/expand-brackets/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 3.0 KB
Line 
1{
2 "_args": [
3 [
4 "expand-brackets@2.1.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "expand-brackets@2.1.4",
10 "_id": "expand-brackets@2.1.4",
11 "_inBundle": false,
12 "_integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=",
13 "_location": "/expand-brackets",
14 "_phantomChildren": {
15 "is-buffer": "1.1.6"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "expand-brackets@2.1.4",
21 "name": "expand-brackets",
22 "escapedName": "expand-brackets",
23 "rawSpec": "2.1.4",
24 "saveSpec": null,
25 "fetchSpec": "2.1.4"
26 },
27 "_requiredBy": [
28 "/extglob"
29 ],
30 "_resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
31 "_spec": "2.1.4",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Jon Schlinkert",
35 "url": "https://github.com/jonschlinkert"
36 },
37 "bugs": {
38 "url": "https://github.com/jonschlinkert/expand-brackets/issues"
39 },
40 "contributors": [
41 {
42 "name": "Elan Shanker",
43 "url": "https://github.com/es128"
44 },
45 {
46 "name": "Eugene Sharygin",
47 "url": "https://github.com/eush77"
48 },
49 {
50 "name": "Jon Schlinkert",
51 "email": "jon.schlinkert@sellside.com",
52 "url": "http://twitter.com/jonschlinkert"
53 },
54 {
55 "name": "Martin Kolárik",
56 "email": "martin@kolarik.sk",
57 "url": "http://kolarik.sk"
58 }
59 ],
60 "dependencies": {
61 "debug": "^2.3.3",
62 "define-property": "^0.2.5",
63 "extend-shallow": "^2.0.1",
64 "posix-character-classes": "^0.1.0",
65 "regex-not": "^1.0.0",
66 "snapdragon": "^0.8.1",
67 "to-regex": "^3.0.1"
68 },
69 "description": "Expand POSIX bracket expressions (character classes) in glob patterns.",
70 "devDependencies": {
71 "bash-match": "^0.1.1",
72 "gulp-format-md": "^0.1.10",
73 "helper-changelog": "^0.3.0",
74 "minimatch": "^3.0.3",
75 "mocha": "^3.0.2",
76 "multimatch": "^2.1.0",
77 "yargs-parser": "^4.0.0"
78 },
79 "engines": {
80 "node": ">=0.10.0"
81 },
82 "files": [
83 "index.js",
84 "lib"
85 ],
86 "homepage": "https://github.com/jonschlinkert/expand-brackets",
87 "keywords": [
88 "bracket",
89 "brackets",
90 "character class",
91 "expand",
92 "expression",
93 "posix"
94 ],
95 "license": "MIT",
96 "main": "index.js",
97 "name": "expand-brackets",
98 "repository": {
99 "type": "git",
100 "url": "git+https://github.com/jonschlinkert/expand-brackets.git"
101 },
102 "scripts": {
103 "test": "mocha"
104 },
105 "verb": {
106 "run": true,
107 "toc": false,
108 "layout": "default",
109 "tasks": [
110 "readme"
111 ],
112 "plugins": [
113 "gulp-format-md"
114 ],
115 "helpers": [
116 "helper-changelog"
117 ],
118 "related": {
119 "list": [
120 "braces",
121 "extglob",
122 "micromatch",
123 "nanomatch"
124 ]
125 },
126 "reflinks": [
127 "micromatch",
128 "verb",
129 "verb-generate-readme"
130 ],
131 "lint": {
132 "reflinks": true
133 }
134 },
135 "version": "2.1.4"
136}
Note: See TracBrowser for help on using the repository browser.