X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Fstylelint%2Fnode_modules%2Fmeow%2Fpackage.json;h=fc3035235343946fb261b8bc61210ba71a05c844;hb=3c06164f15bd10aed7d66b6314764a2961a14762;hp=52568289b15666075503abc76d6bc6a5f112a1c2;hpb=3aba54c891969552833dbc350b3139e944e17a97;p=dotfiles%2F.git diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/stylelint/node_modules/meow/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/stylelint/node_modules/meow/package.json index 52568289..fc303523 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/stylelint/node_modules/meow/package.json +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/stylelint/node_modules/meow/package.json @@ -1,94 +1,62 @@ { - "_from": "meow@^4.0.0", - "_id": "meow@4.0.1", - "_inBundle": false, - "_integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", - "_location": "/stylelint/meow", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "meow@^4.0.0", - "name": "meow", - "escapedName": "meow", - "rawSpec": "^4.0.0", - "saveSpec": null, - "fetchSpec": "^4.0.0" - }, - "_requiredBy": [ - "/stylelint" - ], - "_resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", - "_shasum": "d48598f6f4b1472f35bf6317a95945ace347f975", - "_spec": "meow@^4.0.0", - "_where": "/tmp/coc-prettier-dzKjD7/node_modules/stylelint", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "bugs": { - "url": "https://github.com/sindresorhus/meow/issues" - }, - "bundleDependencies": false, - "dependencies": { - "camelcase-keys": "^4.0.0", - "decamelize-keys": "^1.0.0", - "loud-rejection": "^1.0.0", - "minimist": "^1.1.3", - "minimist-options": "^3.0.1", - "normalize-package-data": "^2.3.4", - "read-pkg-up": "^3.0.0", - "redent": "^2.0.0", - "trim-newlines": "^2.0.0" - }, - "deprecated": false, - "description": "CLI app helper", - "devDependencies": { - "ava": "*", - "execa": "^0.8.0", - "indent-string": "^3.0.0", - "xo": "*" - }, - "engines": { - "node": ">=4" - }, - "files": [ - "index.js" - ], - "homepage": "https://github.com/sindresorhus/meow#readme", - "keywords": [ - "cli", - "bin", - "util", - "utility", - "helper", - "argv", - "command", - "line", - "meow", - "cat", - "kitten", - "parser", - "option", - "flags", - "input", - "cmd", - "console" - ], - "license": "MIT", - "name": "meow", - "repository": { - "type": "git", - "url": "git+https://github.com/sindresorhus/meow.git" - }, - "scripts": { - "test": "xo && ava" - }, - "version": "4.0.1", - "xo": { - "rules": { - "unicorn/no-process-exit": "off" - } - } + "name": "meow", + "version": "4.0.1", + "description": "CLI app helper", + "license": "MIT", + "repository": "sindresorhus/meow", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=4" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js" + ], + "keywords": [ + "cli", + "bin", + "util", + "utility", + "helper", + "argv", + "command", + "line", + "meow", + "cat", + "kitten", + "parser", + "option", + "flags", + "input", + "cmd", + "console" + ], + "dependencies": { + "camelcase-keys": "^4.0.0", + "decamelize-keys": "^1.0.0", + "loud-rejection": "^1.0.0", + "minimist": "^1.1.3", + "minimist-options": "^3.0.1", + "normalize-package-data": "^2.3.4", + "read-pkg-up": "^3.0.0", + "redent": "^2.0.0", + "trim-newlines": "^2.0.0" + }, + "devDependencies": { + "ava": "*", + "execa": "^0.8.0", + "indent-string": "^3.0.0", + "xo": "*" + }, + "xo": { + "rules": { + "unicorn/no-process-exit": "off" + } + } }