source: trip-planner-front/node_modules/is-extglob/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "is-extglob@2.1.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "is-extglob@2.1.1",
10 "_id": "is-extglob@2.1.1",
11 "_inBundle": false,
12 "_integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
13 "_location": "/is-extglob",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "is-extglob@2.1.1",
19 "name": "is-extglob",
20 "escapedName": "is-extglob",
21 "rawSpec": "2.1.1",
22 "saveSpec": null,
23 "fetchSpec": "2.1.1"
24 },
25 "_requiredBy": [
26 "/is-glob",
27 "/webpack-dev-server/glob-parent/is-glob"
28 ],
29 "_resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
30 "_spec": "2.1.1",
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/jonschlinkert/is-extglob/issues"
38 },
39 "description": "Returns true if a string has an extglob.",
40 "devDependencies": {
41 "gulp-format-md": "^0.1.10",
42 "mocha": "^3.0.2"
43 },
44 "engines": {
45 "node": ">=0.10.0"
46 },
47 "files": [
48 "index.js"
49 ],
50 "homepage": "https://github.com/jonschlinkert/is-extglob",
51 "keywords": [
52 "bash",
53 "braces",
54 "check",
55 "exec",
56 "expression",
57 "extglob",
58 "glob",
59 "globbing",
60 "globstar",
61 "is",
62 "match",
63 "matches",
64 "pattern",
65 "regex",
66 "regular",
67 "string",
68 "test"
69 ],
70 "license": "MIT",
71 "main": "index.js",
72 "name": "is-extglob",
73 "repository": {
74 "type": "git",
75 "url": "git+https://github.com/jonschlinkert/is-extglob.git"
76 },
77 "scripts": {
78 "test": "mocha"
79 },
80 "verb": {
81 "toc": false,
82 "layout": "default",
83 "tasks": [
84 "readme"
85 ],
86 "plugins": [
87 "gulp-format-md"
88 ],
89 "related": {
90 "list": [
91 "has-glob",
92 "is-glob",
93 "micromatch"
94 ]
95 },
96 "reflinks": [
97 "verb",
98 "verb-generate-readme"
99 ],
100 "lint": {
101 "reflinks": true
102 }
103 },
104 "version": "2.1.1"
105}
Note: See TracBrowser for help on using the repository browser.