Changeset 79a0317 for imaps-frontend/node_modules/is-glob
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/is-glob/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "is-glob", 3 "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.", 4 "version": "4.0.3", 5 "homepage": "https://github.com/micromatch/is-glob", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Brian Woodward (https://twitter.com/doowb)", 9 "Daniel Perez (https://tuvistavie.com)", 10 "Jon Schlinkert (http://twitter.com/jonschlinkert)" 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" 11 22 ], 12 "repository": "micromatch/is-glob", 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 }, 13 31 "bugs": { 14 32 "url": "https://github.com/micromatch/is-glob/issues" 15 33 }, 16 "license": "MIT", 17 "files": [ 18 "index.js" 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 } 19 48 ], 20 "main": "index.js",21 "engines": {22 "node": ">=0.10.0"23 },24 "scripts": {25 "test": "mocha && node benchmark.js"26 },27 49 "dependencies": { 28 50 "is-extglob": "^2.1.1" 29 51 }, 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.", 30 54 "devDependencies": { 31 55 "gulp-format-md": "^0.1.10", 32 56 "mocha": "^3.0.2" 33 57 }, 58 "engines": { 59 "node": ">=0.10.0" 60 }, 61 "files": [ 62 "index.js" 63 ], 64 "homepage": "https://github.com/micromatch/is-glob", 34 65 "keywords": [ 35 66 "bash", … … 51 82 "test" 52 83 ], 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 }, 53 94 "verb": { 54 95 "layout": "default", … … 78 119 "vinyl" 79 120 ] 80 } 121 }, 122 "version": "4.0.3" 81 123 }
Note:
See TracChangeset
for help on using the changeset viewer.