Update .bashrc
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / fast-glob / package.json
index 4655fc5f4391eddf4875784d1ef62998eb82e5fc..210c845b92f67a27fd9d2913eade0811fa41f543 100644 (file)
@@ -1,65 +1,24 @@
 {
-  "_from": "fast-glob@^2.0.2",
-  "_id": "fast-glob@2.2.7",
-  "_inBundle": false,
-  "_integrity": "sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==",
-  "_location": "/fast-glob",
-  "_phantomChildren": {
-    "arr-flatten": "1.1.0",
-    "define-property": "2.0.2",
-    "extend-shallow": "3.0.2",
-    "fragment-cache": "0.2.1",
-    "is-buffer": "1.1.6",
-    "is-extendable": "0.1.1",
-    "is-extglob": "2.1.1",
-    "nanomatch": "1.2.13",
-    "object.pick": "1.3.0",
-    "path-dirname": "1.0.2",
-    "posix-character-classes": "0.1.1",
-    "regex-not": "1.0.2",
-    "repeat-element": "1.1.3",
-    "repeat-string": "1.6.1",
-    "snapdragon": "0.8.2",
-    "snapdragon-node": "2.1.1",
-    "split-string": "3.1.0",
-    "to-regex": "3.0.2",
-    "to-regex-range": "2.1.1"
-  },
-  "_requested": {
-    "type": "range",
-    "registry": true,
-    "raw": "fast-glob@^2.0.2",
-    "name": "fast-glob",
-    "escapedName": "fast-glob",
-    "rawSpec": "^2.0.2",
-    "saveSpec": null,
-    "fetchSpec": "^2.0.2"
-  },
-  "_requiredBy": [
-    "/prettier-tslint/globby"
-  ],
-  "_resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.7.tgz",
-  "_shasum": "6953857c3afa475fff92ee6015d52da70a4cd39d",
-  "_spec": "fast-glob@^2.0.2",
-  "_where": "/tmp/coc-prettier-dzKjD7/node_modules/prettier-tslint/node_modules/globby",
+  "name": "fast-glob",
+  "version": "2.2.7",
+  "description": "Is a faster `node-glob` alternative",
+  "license": "MIT",
+  "repository": "mrmlnc/fast-glob",
   "author": {
     "name": "Denis Malinochkin",
     "url": "canonium.com"
   },
-  "bugs": {
-    "url": "https://github.com/mrmlnc/fast-glob/issues"
-  },
-  "bundleDependencies": false,
-  "dependencies": {
-    "@mrmlnc/readdir-enhanced": "^2.2.1",
-    "@nodelib/fs.stat": "^1.1.2",
-    "glob-parent": "^3.1.0",
-    "is-glob": "^4.0.0",
-    "merge2": "^1.2.3",
-    "micromatch": "^3.1.10"
+  "engines": {
+    "node": ">=4.0.0"
   },
-  "deprecated": false,
-  "description": "Is a faster `node-glob` alternative",
+  "main": "index.js",
+  "typings": "index.d.ts",
+  "keywords": [
+    "glob",
+    "patterns",
+    "fast",
+    "implementation"
+  ],
   "devDependencies": {
     "@types/bash-glob": "^2.0.0",
     "@types/compute-stdev": "^1.0.0",
     "tslint-config-mrmlnc": "^2.0.1",
     "typescript": "^3.1.3"
   },
-  "engines": {
-    "node": ">=4.0.0"
-  },
-  "homepage": "https://github.com/mrmlnc/fast-glob#readme",
-  "keywords": [
-    "glob",
-    "patterns",
-    "fast",
-    "implementation"
-  ],
-  "license": "MIT",
-  "main": "index.js",
-  "name": "fast-glob",
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/mrmlnc/fast-glob.git"
+  "dependencies": {
+    "@mrmlnc/readdir-enhanced": "^2.2.1",
+    "@nodelib/fs.stat": "^1.1.2",
+    "glob-parent": "^3.1.0",
+    "is-glob": "^4.0.0",
+    "merge2": "^1.2.3",
+    "micromatch": "^3.1.10"
   },
   "scripts": {
-    "bench": "npm run build && npm run bench-async && npm run bench-sync",
-    "bench-async": "npm run bench-async-1 && npm run bench-async-5 && npm run bench-async-10 && npm run bench-async-50 && npm run bench-async-100",
+    "clean": "rimraf out",
+    "lint": "tslint \"src/**/*.ts\" -p . -t stylish",
+    "compile": "tsc",
+    "test": "mocha \"out/**/*.spec.js\" -s 0",
+    "smoke": "mocha \"out/**/*.smoke.js\" -s 0",
+    "build": "npm run clean && npm run compile && npm run lint && npm test",
+    "watch": "npm run clean && npm run compile -- --sourceMap --watch",
     "bench-async-1": "node ./out/benchmark --depth 1",
-    "bench-async-10": "node ./out/benchmark --depth 10",
-    "bench-async-100": "node ./out/benchmark --depth 100",
     "bench-async-5": "node ./out/benchmark --depth 5",
+    "bench-async-10": "node ./out/benchmark --depth 10",
     "bench-async-50": "node ./out/benchmark --depth 50",
-    "bench-sync": "npm run bench-sync-1 && npm run bench-sync-5 && npm run bench-sync-10 && npm run bench-sync-50 && npm run bench-sync-100",
+    "bench-async-100": "node ./out/benchmark --depth 100",
+    "bench-async": "npm run bench-async-1 && npm run bench-async-5 && npm run bench-async-10 && npm run bench-async-50 && npm run bench-async-100",
     "bench-sync-1": "node ./out/benchmark --depth 1 --type sync",
-    "bench-sync-10": "node ./out/benchmark --depth 10 --type sync",
-    "bench-sync-100": "node ./out/benchmark --depth 100 --type sync",
     "bench-sync-5": "node ./out/benchmark --depth 5 --type sync",
+    "bench-sync-10": "node ./out/benchmark --depth 10 --type sync",
     "bench-sync-50": "node ./out/benchmark --depth 50 --type sync",
-    "build": "npm run clean && npm run compile && npm run lint && npm test",
-    "clean": "rimraf out",
-    "compile": "tsc",
-    "lint": "tslint \"src/**/*.ts\" -p . -t stylish",
-    "smoke": "mocha \"out/**/*.smoke.js\" -s 0",
-    "test": "mocha \"out/**/*.spec.js\" -s 0",
-    "watch": "npm run clean && npm run compile -- --sourceMap --watch"
-  },
-  "typings": "index.d.ts",
-  "version": "2.2.7"
+    "bench-sync-100": "node ./out/benchmark --depth 100 --type sync",
+    "bench-sync": "npm run bench-sync-1 && npm run bench-sync-5 && npm run bench-sync-10 && npm run bench-sync-50 && npm run bench-sync-100",
+    "bench": "npm run build && npm run bench-async && npm run bench-sync"
+  }
 }