X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Fparse-glob%2Fpackage.json;h=a4acb5236f01b1ff3735f6d78b048dc9a4a37a42;hb=3c06164f15bd10aed7d66b6314764a2961a14762;hp=04c56f47d3470e8208276273b394a118c091c263;hpb=4d07c77cf4d78cab8639e13ddc3c22495e585b0b;p=dotfiles%2F.git diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/parse-glob/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/parse-glob/package.json index 04c56f47..a4acb523 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/parse-glob/package.json +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/parse-glob/package.json @@ -1,55 +1,36 @@ { - "_from": "parse-glob@^3.0.4", - "_id": "parse-glob@3.0.4", - "_inBundle": false, - "_integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=", - "_location": "/parse-glob", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "parse-glob@^3.0.4", - "name": "parse-glob", - "escapedName": "parse-glob", - "rawSpec": "^3.0.4", - "saveSpec": null, - "fetchSpec": "^3.0.4" + "name": "parse-glob", + "description": "Parse a glob pattern into an object of tokens.", + "version": "3.0.4", + "homepage": "https://github.com/jonschlinkert/parse-glob", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/parse-glob", + "bugs": { + "url": "https://github.com/jonschlinkert/parse-glob/issues" }, - "_requiredBy": [ - "/micromatch" + "license": "MIT", + "files": [ + "index.js" ], - "_resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz", - "_shasum": "b2c376cfb11f35513badd173ef0bb6e3a388391c", - "_spec": "parse-glob@^3.0.4", - "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/micromatch", - "author": { - "name": "Jon Schlinkert", - "url": "https://github.com/jonschlinkert" + "main": "index.js", + "engines": { + "node": ">=0.10.0" }, - "bugs": { - "url": "https://github.com/jonschlinkert/parse-glob/issues" + "scripts": { + "test": "mocha", + "prepublish": "browserify -o browser.js -e index.js" }, - "bundleDependencies": false, "dependencies": { "glob-base": "^0.3.0", "is-dotfile": "^1.0.0", "is-extglob": "^1.0.0", "is-glob": "^2.0.0" }, - "deprecated": false, - "description": "Parse a glob pattern into an object of tokens.", "devDependencies": { "browserify": "^9.0.3", "lodash": "^3.3.1", "mocha": "*" }, - "engines": { - "node": ">=0.10.0" - }, - "files": [ - "index.js" - ], - "homepage": "https://github.com/jonschlinkert/parse-glob", "keywords": [ "glob", "match", @@ -77,17 +58,5 @@ "regular", "shell", "wildcard" - ], - "license": "MIT", - "main": "index.js", - "name": "parse-glob", - "repository": { - "type": "git", - "url": "git+https://github.com/jonschlinkert/parse-glob.git" - }, - "scripts": { - "prepublish": "browserify -o browser.js -e index.js", - "test": "mocha" - }, - "version": "3.0.4" + ] }