source: imaps-frontend/node_modules/is-extglob/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_from": "is-extglob@^2.1.1",
3 "_id": "is-extglob@2.1.1",
4 "_inBundle": false,
5 "_integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
6 "_location": "/is-extglob",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-extglob@^2.1.1",
12 "name": "is-extglob",
13 "escapedName": "is-extglob",
14 "rawSpec": "^2.1.1",
15 "saveSpec": null,
16 "fetchSpec": "^2.1.1"
17 },
18 "_requiredBy": [
19 "/is-glob"
20 ],
21 "_resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
22 "_shasum": "a88c02535791f02ed37c76a1b9ea9773c833f8c2",
23 "_spec": "is-extglob@^2.1.1",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/is-glob",
25 "author": {
26 "name": "Jon Schlinkert",
27 "url": "https://github.com/jonschlinkert"
28 },
29 "bugs": {
30 "url": "https://github.com/jonschlinkert/is-extglob/issues"
31 },
32 "bundleDependencies": false,
33 "deprecated": false,
34 "description": "Returns true if a string has an extglob.",
35 "devDependencies": {
36 "gulp-format-md": "^0.1.10",
37 "mocha": "^3.0.2"
38 },
39 "engines": {
40 "node": ">=0.10.0"
41 },
42 "files": [
43 "index.js"
44 ],
45 "homepage": "https://github.com/jonschlinkert/is-extglob",
46 "keywords": [
47 "bash",
48 "braces",
49 "check",
50 "exec",
51 "expression",
52 "extglob",
53 "glob",
54 "globbing",
55 "globstar",
56 "is",
57 "match",
58 "matches",
59 "pattern",
60 "regex",
61 "regular",
62 "string",
63 "test"
64 ],
65 "license": "MIT",
66 "main": "index.js",
67 "name": "is-extglob",
68 "repository": {
69 "type": "git",
70 "url": "git+https://github.com/jonschlinkert/is-extglob.git"
71 },
72 "scripts": {
73 "test": "mocha"
74 },
75 "verb": {
76 "toc": false,
77 "layout": "default",
78 "tasks": [
79 "readme"
80 ],
81 "plugins": [
82 "gulp-format-md"
83 ],
84 "related": {
85 "list": [
86 "has-glob",
87 "is-glob",
88 "micromatch"
89 ]
90 },
91 "reflinks": [
92 "verb",
93 "verb-generate-readme"
94 ],
95 "lint": {
96 "reflinks": true
97 }
98 },
99 "version": "2.1.1"
100}
Note: See TracBrowser for help on using the repository browser.