11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)", 31cb0ef41Sopenharmony_ci "name": "minimatch", 41cb0ef41Sopenharmony_ci "description": "a glob matcher in javascript", 51cb0ef41Sopenharmony_ci "version": "9.0.3", 61cb0ef41Sopenharmony_ci "repository": { 71cb0ef41Sopenharmony_ci "type": "git", 81cb0ef41Sopenharmony_ci "url": "git://github.com/isaacs/minimatch.git" 91cb0ef41Sopenharmony_ci }, 101cb0ef41Sopenharmony_ci "main": "./dist/cjs/index.js", 111cb0ef41Sopenharmony_ci "module": "./dist/mjs/index.js", 121cb0ef41Sopenharmony_ci "types": "./dist/cjs/index.d.ts", 131cb0ef41Sopenharmony_ci "exports": { 141cb0ef41Sopenharmony_ci ".": { 151cb0ef41Sopenharmony_ci "import": { 161cb0ef41Sopenharmony_ci "types": "./dist/mjs/index.d.ts", 171cb0ef41Sopenharmony_ci "default": "./dist/mjs/index.js" 181cb0ef41Sopenharmony_ci }, 191cb0ef41Sopenharmony_ci "require": { 201cb0ef41Sopenharmony_ci "types": "./dist/cjs/index.d.ts", 211cb0ef41Sopenharmony_ci "default": "./dist/cjs/index.js" 221cb0ef41Sopenharmony_ci } 231cb0ef41Sopenharmony_ci } 241cb0ef41Sopenharmony_ci }, 251cb0ef41Sopenharmony_ci "files": [ 261cb0ef41Sopenharmony_ci "dist" 271cb0ef41Sopenharmony_ci ], 281cb0ef41Sopenharmony_ci "scripts": { 291cb0ef41Sopenharmony_ci "preversion": "npm test", 301cb0ef41Sopenharmony_ci "postversion": "npm publish", 311cb0ef41Sopenharmony_ci "prepublishOnly": "git push origin --follow-tags", 321cb0ef41Sopenharmony_ci "preprepare": "rm -rf dist", 331cb0ef41Sopenharmony_ci "prepare": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json", 341cb0ef41Sopenharmony_ci "postprepare": "bash fixup.sh", 351cb0ef41Sopenharmony_ci "pretest": "npm run prepare", 361cb0ef41Sopenharmony_ci "presnap": "npm run prepare", 371cb0ef41Sopenharmony_ci "test": "c8 tap", 381cb0ef41Sopenharmony_ci "snap": "c8 tap", 391cb0ef41Sopenharmony_ci "format": "prettier --write . --loglevel warn", 401cb0ef41Sopenharmony_ci "benchmark": "node benchmark/index.js", 411cb0ef41Sopenharmony_ci "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts" 421cb0ef41Sopenharmony_ci }, 431cb0ef41Sopenharmony_ci "prettier": { 441cb0ef41Sopenharmony_ci "semi": false, 451cb0ef41Sopenharmony_ci "printWidth": 80, 461cb0ef41Sopenharmony_ci "tabWidth": 2, 471cb0ef41Sopenharmony_ci "useTabs": false, 481cb0ef41Sopenharmony_ci "singleQuote": true, 491cb0ef41Sopenharmony_ci "jsxSingleQuote": false, 501cb0ef41Sopenharmony_ci "bracketSameLine": true, 511cb0ef41Sopenharmony_ci "arrowParens": "avoid", 521cb0ef41Sopenharmony_ci "endOfLine": "lf" 531cb0ef41Sopenharmony_ci }, 541cb0ef41Sopenharmony_ci "engines": { 551cb0ef41Sopenharmony_ci "node": ">=16 || 14 >=14.17" 561cb0ef41Sopenharmony_ci }, 571cb0ef41Sopenharmony_ci "dependencies": { 581cb0ef41Sopenharmony_ci "brace-expansion": "^2.0.1" 591cb0ef41Sopenharmony_ci }, 601cb0ef41Sopenharmony_ci "devDependencies": { 611cb0ef41Sopenharmony_ci "@types/brace-expansion": "^1.1.0", 621cb0ef41Sopenharmony_ci "@types/node": "^18.15.11", 631cb0ef41Sopenharmony_ci "@types/tap": "^15.0.8", 641cb0ef41Sopenharmony_ci "c8": "^7.12.0", 651cb0ef41Sopenharmony_ci "eslint-config-prettier": "^8.6.0", 661cb0ef41Sopenharmony_ci "mkdirp": "1", 671cb0ef41Sopenharmony_ci "prettier": "^2.8.2", 681cb0ef41Sopenharmony_ci "tap": "^16.3.7", 691cb0ef41Sopenharmony_ci "ts-node": "^10.9.1", 701cb0ef41Sopenharmony_ci "typedoc": "^0.23.21", 711cb0ef41Sopenharmony_ci "typescript": "^4.9.3" 721cb0ef41Sopenharmony_ci }, 731cb0ef41Sopenharmony_ci "tap": { 741cb0ef41Sopenharmony_ci "coverage": false, 751cb0ef41Sopenharmony_ci "node-arg": [ 761cb0ef41Sopenharmony_ci "--no-warnings", 771cb0ef41Sopenharmony_ci "--loader", 781cb0ef41Sopenharmony_ci "ts-node/esm" 791cb0ef41Sopenharmony_ci ], 801cb0ef41Sopenharmony_ci "ts": false 811cb0ef41Sopenharmony_ci }, 821cb0ef41Sopenharmony_ci "funding": { 831cb0ef41Sopenharmony_ci "url": "https://github.com/sponsors/isaacs" 841cb0ef41Sopenharmony_ci }, 851cb0ef41Sopenharmony_ci "license": "ISC" 861cb0ef41Sopenharmony_ci} 87