Buckets:
ktongue/docker_container / .vscode-server /extensions /formulahendry.code-runner-0.12.2 /node_modules /micromatch /package.json
| { | |
| "_args": [ | |
| [ | |
| "micromatch@4.0.2", | |
| "D:\\code\\vscode-code-runner" | |
| ] | |
| ], | |
| "_from": "micromatch@4.0.2", | |
| "_id": "micromatch@4.0.2", | |
| "_inBundle": false, | |
| "_integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==", | |
| "_location": "/micromatch", | |
| "_phantomChildren": {}, | |
| "_requested": { | |
| "type": "version", | |
| "registry": true, | |
| "raw": "micromatch@4.0.2", | |
| "name": "micromatch", | |
| "escapedName": "micromatch", | |
| "rawSpec": "4.0.2", | |
| "saveSpec": null, | |
| "fetchSpec": "4.0.2" | |
| }, | |
| "_requiredBy": [ | |
| "/" | |
| ], | |
| "_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz", | |
| "_spec": "4.0.2", | |
| "_where": "D:\\code\\vscode-code-runner", | |
| "author": { | |
| "name": "Jon Schlinkert", | |
| "url": "https://github.com/jonschlinkert" | |
| }, | |
| "bugs": { | |
| "url": "https://github.com/micromatch/micromatch/issues" | |
| }, | |
| "contributors": [ | |
| { | |
| "url": "https://github.com/DianeLooney" | |
| }, | |
| { | |
| "name": "Amila Welihinda", | |
| "url": "amilajack.com" | |
| }, | |
| { | |
| "name": "Bogdan Chadkin", | |
| "url": "https://github.com/TrySound" | |
| }, | |
| { | |
| "name": "Brian Woodward", | |
| "url": "https://twitter.com/doowb" | |
| }, | |
| { | |
| "name": "Devon Govett", | |
| "url": "http://badassjs.com" | |
| }, | |
| { | |
| "name": "Elan Shanker", | |
| "url": "https://github.com/es128" | |
| }, | |
| { | |
| "name": "Fabrício Matté", | |
| "url": "https://ultcombo.js.org" | |
| }, | |
| { | |
| "name": "Jon Schlinkert", | |
| "url": "http://twitter.com/jonschlinkert" | |
| }, | |
| { | |
| "name": "Martin Kolárik", | |
| "url": "https://kolarik.sk" | |
| }, | |
| { | |
| "name": "Olsten Larck", | |
| "url": "https://i.am.charlike.online" | |
| }, | |
| { | |
| "name": "Paul Miller", | |
| "url": "paulmillr.com" | |
| }, | |
| { | |
| "name": "Tom Byrer", | |
| "url": "https://github.com/tomByrer" | |
| }, | |
| { | |
| "name": "Tyler Akins", | |
| "url": "http://rumkin.com" | |
| }, | |
| { | |
| "name": "Peter Bright", | |
| "email": "drpizza@quiscalusmexicanus.org", | |
| "url": "https://github.com/drpizza" | |
| } | |
| ], | |
| "dependencies": { | |
| "braces": "^3.0.1", | |
| "picomatch": "^2.0.5" | |
| }, | |
| "description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.", | |
| "devDependencies": { | |
| "fill-range": "^7.0.1", | |
| "gulp-format-md": "^2.0.0", | |
| "minimatch": "^3.0.4", | |
| "mocha": "^5.2.0", | |
| "time-require": "github:jonschlinkert/time-require" | |
| }, | |
| "engines": { | |
| "node": ">=8" | |
| }, | |
| "files": [ | |
| "index.js" | |
| ], | |
| "homepage": "https://github.com/micromatch/micromatch", | |
| "keywords": [ | |
| "bash", | |
| "bracket", | |
| "character-class", | |
| "expand", | |
| "expansion", | |
| "expression", | |
| "extglob", | |
| "extglobs", | |
| "file", | |
| "files", | |
| "filter", | |
| "find", | |
| "glob", | |
| "globbing", | |
| "globs", | |
| "globstar", | |
| "lookahead", | |
| "lookaround", | |
| "lookbehind", | |
| "match", | |
| "matcher", | |
| "matches", | |
| "matching", | |
| "micromatch", | |
| "minimatch", | |
| "multimatch", | |
| "negate", | |
| "negation", | |
| "path", | |
| "pattern", | |
| "patterns", | |
| "posix", | |
| "regex", | |
| "regexp", | |
| "regular", | |
| "shell", | |
| "star", | |
| "wildcard" | |
| ], | |
| "license": "MIT", | |
| "main": "index.js", | |
| "name": "micromatch", | |
| "repository": { | |
| "type": "git", | |
| "url": "git+https://github.com/micromatch/micromatch.git" | |
| }, | |
| "scripts": { | |
| "test": "mocha" | |
| }, | |
| "verb": { | |
| "toc": "collapsible", | |
| "layout": "default", | |
| "tasks": [ | |
| "readme" | |
| ], | |
| "plugins": [ | |
| "gulp-format-md" | |
| ], | |
| "lint": { | |
| "reflinks": true | |
| }, | |
| "related": { | |
| "list": [ | |
| "braces", | |
| "expand-brackets", | |
| "extglob", | |
| "fill-range", | |
| "nanomatch" | |
| ] | |
| }, | |
| "reflinks": [ | |
| "extglob", | |
| "fill-range", | |
| "glob-object", | |
| "minimatch", | |
| "multimatch" | |
| ] | |
| }, | |
| "version": "4.0.2" | |
| } | |
Xet Storage Details
- Size:
- 3.94 kB
- Xet hash:
- 0382c0125a828e2140850b6dca5fe50ee95bd0577e37fbf4e81124f6bf0f1276
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.