X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Ferror-ex%2Fpackage.json;fp=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Ferror-ex%2Fpackage.json;h=0000000000000000000000000000000000000000;hb=3ddadb3c98564791f0ac36cb39771d844a63dc91;hp=1466cec29fab2f1a5e4c88287475cd0afae2a62d;hpb=5f797af6612ed10887189b47a1efc2f915586e59;p=dotfiles%2F.git diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/error-ex/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/error-ex/package.json deleted file mode 100644 index 1466cec2..00000000 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/error-ex/package.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "_from": "error-ex@^1.3.1", - "_id": "error-ex@1.3.2", - "_inBundle": false, - "_integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "_location": "/error-ex", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "error-ex@^1.3.1", - "name": "error-ex", - "escapedName": "error-ex", - "rawSpec": "^1.3.1", - "saveSpec": null, - "fetchSpec": "^1.3.1" - }, - "_requiredBy": [ - "/load-json-file/parse-json", - "/parse-json", - "/stylelint/parse-json" - ], - "_resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "_shasum": "b4ac40648107fdcdcfae242f428bea8a14d4f1bf", - "_spec": "error-ex@^1.3.1", - "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/parse-json", - "bugs": { - "url": "https://github.com/qix-/node-error-ex/issues" - }, - "bundleDependencies": false, - "dependencies": { - "is-arrayish": "^0.2.1" - }, - "deprecated": false, - "description": "Easy error subclassing and stack customization", - "devDependencies": { - "coffee-script": "^1.9.3", - "coveralls": "^2.11.2", - "istanbul": "^0.3.17", - "mocha": "^2.2.5", - "should": "^7.0.1", - "xo": "^0.7.1" - }, - "files": [ - "index.js" - ], - "homepage": "https://github.com/qix-/node-error-ex#readme", - "keywords": [ - "error", - "errors", - "extend", - "extending", - "extension", - "subclass", - "stack", - "custom" - ], - "license": "MIT", - "maintainers": [ - { - "name": "Josh Junon", - "email": "i.am.qix@gmail.com", - "url": "github.com/qix-" - }, - { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - } - ], - "name": "error-ex", - "repository": { - "type": "git", - "url": "git+https://github.com/qix-/node-error-ex.git" - }, - "scripts": { - "pretest": "xo", - "test": "mocha --compilers coffee:coffee-script/register" - }, - "version": "1.3.2", - "xo": { - "rules": { - "operator-linebreak": [ - 0 - ] - } - } -}