[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "is-glob@4.0.3",
|
---|
| 3 | "_id": "is-glob@4.0.3",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
---|
| 6 | "_location": "/is-glob",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "version",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "is-glob@4.0.3",
|
---|
| 12 | "name": "is-glob",
|
---|
| 13 | "escapedName": "is-glob",
|
---|
| 14 | "rawSpec": "4.0.3",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "4.0.3"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/@parcel/watcher",
|
---|
| 20 | "/eslint",
|
---|
| 21 | "/glob-parent"
|
---|
[d565449] | 22 | ],
|
---|
[79a0317] | 23 | "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
---|
| 24 | "_shasum": "64f61e42cbbb2eec2071a9dac0b28ba1e65d5084",
|
---|
| 25 | "_spec": "is-glob@4.0.3",
|
---|
| 26 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@parcel/watcher",
|
---|
| 27 | "author": {
|
---|
| 28 | "name": "Jon Schlinkert",
|
---|
| 29 | "url": "https://github.com/jonschlinkert"
|
---|
| 30 | },
|
---|
[d565449] | 31 | "bugs": {
|
---|
| 32 | "url": "https://github.com/micromatch/is-glob/issues"
|
---|
| 33 | },
|
---|
[79a0317] | 34 | "bundleDependencies": false,
|
---|
| 35 | "contributors": [
|
---|
| 36 | {
|
---|
| 37 | "name": "Brian Woodward",
|
---|
| 38 | "url": "https://twitter.com/doowb"
|
---|
| 39 | },
|
---|
| 40 | {
|
---|
| 41 | "name": "Daniel Perez",
|
---|
| 42 | "url": "https://tuvistavie.com"
|
---|
| 43 | },
|
---|
| 44 | {
|
---|
| 45 | "name": "Jon Schlinkert",
|
---|
| 46 | "url": "http://twitter.com/jonschlinkert"
|
---|
| 47 | }
|
---|
[d565449] | 48 | ],
|
---|
| 49 | "dependencies": {
|
---|
| 50 | "is-extglob": "^2.1.1"
|
---|
| 51 | },
|
---|
[79a0317] | 52 | "deprecated": false,
|
---|
| 53 | "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
|
---|
[d565449] | 54 | "devDependencies": {
|
---|
| 55 | "gulp-format-md": "^0.1.10",
|
---|
| 56 | "mocha": "^3.0.2"
|
---|
| 57 | },
|
---|
[79a0317] | 58 | "engines": {
|
---|
| 59 | "node": ">=0.10.0"
|
---|
| 60 | },
|
---|
| 61 | "files": [
|
---|
| 62 | "index.js"
|
---|
| 63 | ],
|
---|
| 64 | "homepage": "https://github.com/micromatch/is-glob",
|
---|
[d565449] | 65 | "keywords": [
|
---|
| 66 | "bash",
|
---|
| 67 | "braces",
|
---|
| 68 | "check",
|
---|
| 69 | "exec",
|
---|
| 70 | "expression",
|
---|
| 71 | "extglob",
|
---|
| 72 | "glob",
|
---|
| 73 | "globbing",
|
---|
| 74 | "globstar",
|
---|
| 75 | "is",
|
---|
| 76 | "match",
|
---|
| 77 | "matches",
|
---|
| 78 | "pattern",
|
---|
| 79 | "regex",
|
---|
| 80 | "regular",
|
---|
| 81 | "string",
|
---|
| 82 | "test"
|
---|
| 83 | ],
|
---|
[79a0317] | 84 | "license": "MIT",
|
---|
| 85 | "main": "index.js",
|
---|
| 86 | "name": "is-glob",
|
---|
| 87 | "repository": {
|
---|
| 88 | "type": "git",
|
---|
| 89 | "url": "git+https://github.com/micromatch/is-glob.git"
|
---|
| 90 | },
|
---|
| 91 | "scripts": {
|
---|
| 92 | "test": "mocha && node benchmark.js"
|
---|
| 93 | },
|
---|
[d565449] | 94 | "verb": {
|
---|
| 95 | "layout": "default",
|
---|
| 96 | "plugins": [
|
---|
| 97 | "gulp-format-md"
|
---|
| 98 | ],
|
---|
| 99 | "related": {
|
---|
| 100 | "list": [
|
---|
| 101 | "assemble",
|
---|
| 102 | "base",
|
---|
| 103 | "update",
|
---|
| 104 | "verb"
|
---|
| 105 | ]
|
---|
| 106 | },
|
---|
| 107 | "reflinks": [
|
---|
| 108 | "assemble",
|
---|
| 109 | "bach",
|
---|
| 110 | "base",
|
---|
| 111 | "composer",
|
---|
| 112 | "gulp",
|
---|
| 113 | "has-glob",
|
---|
| 114 | "is-valid-glob",
|
---|
| 115 | "micromatch",
|
---|
| 116 | "npm",
|
---|
| 117 | "scaffold",
|
---|
| 118 | "verb",
|
---|
| 119 | "vinyl"
|
---|
| 120 | ]
|
---|
[79a0317] | 121 | },
|
---|
| 122 | "version": "4.0.3"
|
---|
[d565449] | 123 | }
|
---|