| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "fast-glob@^2.0.2", |
| 3 | "_id": "fast-glob@2.2.7", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==", |
| 6 | "_location": "/fast-glob", |
| 7 | "_phantomChildren": { |
| 8 | "is-extglob": "2.1.1" |
| 9 | }, |
| 10 | "_requested": { |
| 11 | "type": "range", |
| 12 | "registry": true, |
| 13 | "raw": "fast-glob@^2.0.2", |
| 14 | "name": "fast-glob", |
| 15 | "escapedName": "fast-glob", |
| 16 | "rawSpec": "^2.0.2", |
| 17 | "saveSpec": null, |
| 18 | "fetchSpec": "^2.0.2" |
| 19 | }, |
| 20 | "_requiredBy": [ |
| 21 | "/globby" |
| 22 | ], |
| 23 | "_resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.7.tgz", |
| 24 | "_shasum": "6953857c3afa475fff92ee6015d52da70a4cd39d", |
| 25 | "_spec": "fast-glob@^2.0.2", |
| 26 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\globby", |
| 27 | "author": { |
| 28 | "name": "Denis Malinochkin", |
| 29 | "url": "canonium.com" |
| 30 | }, |
| 31 | "bugs": { |
| 32 | "url": "https://github.com/mrmlnc/fast-glob/issues" |
| 33 | }, |
| 34 | "bundleDependencies": false, |
| 35 | "dependencies": { |
| 36 | "@mrmlnc/readdir-enhanced": "^2.2.1", |
| 37 | "@nodelib/fs.stat": "^1.1.2", |
| 38 | "glob-parent": "^3.1.0", |
| 39 | "is-glob": "^4.0.0", |
| 40 | "merge2": "^1.2.3", |
| 41 | "micromatch": "^3.1.10" |
| 42 | }, |
| 43 | "deprecated": false, |
| 44 | "description": "Is a faster `node-glob` alternative", |
| 45 | "devDependencies": { |
| 46 | "@types/bash-glob": "^2.0.0", |
| 47 | "@types/compute-stdev": "^1.0.0", |
| 48 | "@types/easy-table": "^0.0.32", |
| 49 | "@types/execa": "^0.9.0", |
| 50 | "@types/glob": "^7.1.1", |
| 51 | "@types/glob-parent": "^3.1.0", |
| 52 | "@types/glob-stream": "^6.1.0", |
| 53 | "@types/globby": "^8.0.0", |
| 54 | "@types/is-glob": "^4.0.0", |
| 55 | "@types/merge2": "^1.1.4", |
| 56 | "@types/micromatch": "^3.1.0", |
| 57 | "@types/minimist": "^1.2.0", |
| 58 | "@types/mocha": "^5.2.5", |
| 59 | "@types/node": "^11.13.5", |
| 60 | "@types/rimraf": "^2.0.2", |
| 61 | "bash-glob": "^2.0.0", |
| 62 | "compute-stdev": "^1.0.0", |
| 63 | "easy-table": "^1.1.1", |
| 64 | "execa": "^0.9.0", |
| 65 | "fast-glob": "^2.2.0", |
| 66 | "glob": "^7.1.2", |
| 67 | "glob-stream": "^6.1.0", |
| 68 | "globby": "^8.0.1", |
| 69 | "minimist": "^1.2.0", |
| 70 | "mocha": "^5.2.0", |
| 71 | "rimraf": "^2.6.2", |
| 72 | "tiny-glob": "^0.2.3", |
| 73 | "tslint": "^5.12.0", |
| 74 | "tslint-config-mrmlnc": "^2.0.1", |
| 75 | "typescript": "^3.1.3" |
| 76 | }, |
| 77 | "engines": { |
| 78 | "node": ">=4.0.0" |
| 79 | }, |
| 80 | "homepage": "https://github.com/mrmlnc/fast-glob#readme", |
| 81 | "keywords": [ |
| 82 | "glob", |
| 83 | "patterns", |
| 84 | "fast", |
| 85 | "implementation" |
| 86 | ], |
| 87 | "license": "MIT", |
| 88 | "main": "index.js", |
| 89 | "name": "fast-glob", |
| 90 | "repository": { |
| 91 | "type": "git", |
| 92 | "url": "git+https://github.com/mrmlnc/fast-glob.git" |
| 93 | }, |
| 94 | "scripts": { |
| 95 | "bench": "npm run build && npm run bench-async && npm run bench-sync", |
| 96 | "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", |
| 97 | "bench-async-1": "node ./out/benchmark --depth 1", |
| 98 | "bench-async-10": "node ./out/benchmark --depth 10", |
| 99 | "bench-async-100": "node ./out/benchmark --depth 100", |
| 100 | "bench-async-5": "node ./out/benchmark --depth 5", |
| 101 | "bench-async-50": "node ./out/benchmark --depth 50", |
| 102 | "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", |
| 103 | "bench-sync-1": "node ./out/benchmark --depth 1 --type sync", |
| 104 | "bench-sync-10": "node ./out/benchmark --depth 10 --type sync", |
| 105 | "bench-sync-100": "node ./out/benchmark --depth 100 --type sync", |
| 106 | "bench-sync-5": "node ./out/benchmark --depth 5 --type sync", |
| 107 | "bench-sync-50": "node ./out/benchmark --depth 50 --type sync", |
| 108 | "build": "npm run clean && npm run compile && npm run lint && npm test", |
| 109 | "clean": "rimraf out", |
| 110 | "compile": "tsc", |
| 111 | "lint": "tslint \"src/**/*.ts\" -p . -t stylish", |
| 112 | "smoke": "mocha \"out/**/*.smoke.js\" -s 0", |
| 113 | "test": "mocha \"out/**/*.spec.js\" -s 0", |
| 114 | "watch": "npm run clean && npm run compile -- --sourceMap --watch" |
| 115 | }, |
| 116 | "typings": "index.d.ts", |
| 117 | "version": "2.2.7" |
| 118 | } |