some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / execall / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/execall/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/execall/package.json
deleted file mode 100644 (file)
index 7f8c723..0000000
+++ /dev/null
@@ -1,79 +0,0 @@
-{
-  "_from": "execall@^1.0.0",
-  "_id": "execall@1.0.0",
-  "_inBundle": false,
-  "_integrity": "sha1-c9CQTjlbPKsGWLCNCewlMH8pu3M=",
-  "_location": "/execall",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "range",
-    "registry": true,
-    "raw": "execall@^1.0.0",
-    "name": "execall",
-    "escapedName": "execall",
-    "rawSpec": "^1.0.0",
-    "saveSpec": null,
-    "fetchSpec": "^1.0.0"
-  },
-  "_requiredBy": [
-    "/stylelint"
-  ],
-  "_resolved": "https://registry.npmjs.org/execall/-/execall-1.0.0.tgz",
-  "_shasum": "73d0904e395b3cab0658b08d09ec25307f29bb73",
-  "_spec": "execall@^1.0.0",
-  "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint",
-  "author": {
-    "name": "Sindre Sorhus",
-    "email": "sindresorhus@gmail.com",
-    "url": "sindresorhus.com"
-  },
-  "bugs": {
-    "url": "https://github.com/sindresorhus/execall/issues"
-  },
-  "bundleDependencies": false,
-  "dependencies": {
-    "clone-regexp": "^1.0.0"
-  },
-  "deprecated": false,
-  "description": "Find multiple RegExp matches in a string",
-  "devDependencies": {
-    "ava": "0.0.4"
-  },
-  "engines": {
-    "node": ">=0.10.0"
-  },
-  "files": [
-    "index.js"
-  ],
-  "homepage": "https://github.com/sindresorhus/execall#readme",
-  "keywords": [
-    "regex",
-    "regexp",
-    "re",
-    "regular",
-    "expression",
-    "exec",
-    "match",
-    "matches",
-    "execall",
-    "all",
-    "find",
-    "findall",
-    "immutable",
-    "string",
-    "str",
-    "multiple",
-    "many",
-    "global"
-  ],
-  "license": "MIT",
-  "name": "execall",
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/sindresorhus/execall.git"
-  },
-  "scripts": {
-    "test": "node test.js"
-  },
-  "version": "1.0.0"
-}