source: trip-planner-front/node_modules/braces/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: 2.7 KB
Line 
1{
2 "_args": [
3 [
4 "braces@3.0.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "braces@3.0.2",
10 "_id": "braces@3.0.2",
11 "_inBundle": false,
12 "_integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
13 "_location": "/braces",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "braces@3.0.2",
19 "name": "braces",
20 "escapedName": "braces",
21 "rawSpec": "3.0.2",
22 "saveSpec": null,
23 "fetchSpec": "3.0.2"
24 },
25 "_requiredBy": [
26 "/chokidar",
27 "/karma",
28 "/micromatch"
29 ],
30 "_resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
31 "_spec": "3.0.2",
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/micromatch/braces/issues"
39 },
40 "contributors": [
41 {
42 "name": "Brian Woodward",
43 "url": "https://twitter.com/doowb"
44 },
45 {
46 "name": "Elan Shanker",
47 "url": "https://github.com/es128"
48 },
49 {
50 "name": "Eugene Sharygin",
51 "url": "https://github.com/eush77"
52 },
53 {
54 "name": "hemanth.hm",
55 "url": "http://h3manth.com"
56 },
57 {
58 "name": "Jon Schlinkert",
59 "url": "http://twitter.com/jonschlinkert"
60 }
61 ],
62 "dependencies": {
63 "fill-range": "^7.0.1"
64 },
65 "description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.",
66 "devDependencies": {
67 "ansi-colors": "^3.2.4",
68 "bash-path": "^2.0.1",
69 "gulp-format-md": "^2.0.0",
70 "mocha": "^6.1.1"
71 },
72 "engines": {
73 "node": ">=8"
74 },
75 "files": [
76 "index.js",
77 "lib"
78 ],
79 "homepage": "https://github.com/micromatch/braces",
80 "keywords": [
81 "alpha",
82 "alphabetical",
83 "bash",
84 "brace",
85 "braces",
86 "expand",
87 "expansion",
88 "filepath",
89 "fill",
90 "fs",
91 "glob",
92 "globbing",
93 "letter",
94 "match",
95 "matches",
96 "matching",
97 "number",
98 "numerical",
99 "path",
100 "range",
101 "ranges",
102 "sh"
103 ],
104 "license": "MIT",
105 "main": "index.js",
106 "name": "braces",
107 "repository": {
108 "type": "git",
109 "url": "git+https://github.com/micromatch/braces.git"
110 },
111 "scripts": {
112 "benchmark": "node benchmark",
113 "test": "mocha"
114 },
115 "verb": {
116 "toc": false,
117 "layout": "default",
118 "tasks": [
119 "readme"
120 ],
121 "lint": {
122 "reflinks": true
123 },
124 "plugins": [
125 "gulp-format-md"
126 ]
127 },
128 "version": "3.0.2"
129}
Note: See TracBrowser for help on using the repository browser.