{ "_args": [ [ "glob@10.3.3", "/root/spacedeck-open" ] ], "_from": "glob@10.3.3", "_id": "glob@10.3.3", "_inBundle": false, "_integrity": "sha512-92vPiMb/iqpmEgsOoIDvTjc50wf9CCCvMzsi6W0JLPeUKE8TWP1a73PgqSrqy7iAZxaSD1YdzU7QZR5LF51MJw==", "_location": "/glob", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "glob@10.3.3", "name": "glob", "escapedName": "glob", "rawSpec": "10.3.3", "saveSpec": null, "fetchSpec": "10.3.3" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/glob/-/glob-10.3.3.tgz", "_spec": "10.3.3", "_where": "/root/spacedeck-open", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", "url": "https://blog.izs.me/" }, "bin": { "glob": "dist/cjs/src/bin.js" }, "bugs": { "url": "https://github.com/isaacs/node-glob/issues" }, "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^2.0.3", "minimatch": "^9.0.1", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", "path-scurry": "^1.10.1" }, "description": "the most correct and second fastest glob implementation in JavaScript", "devDependencies": { "@types/node": "^20.3.2", "@types/tap": "^15.0.7", "c8": "^7.12.0", "memfs": "^3.4.13", "mkdirp": "^2.1.4", "prettier": "^2.8.3", "rimraf": "^4.1.3", "tap": "^16.3.4", "ts-node": "^10.9.1", "typedoc": "^0.23.24", "typescript": "^4.9.4" }, "engines": { "node": ">=16 || 14 >=14.17" }, "exports": { ".": { "import": { "types": "./dist/mjs/index.d.ts", "default": "./dist/mjs/index.js" }, "require": { "types": "./dist/cjs/src/index.d.ts", "default": "./dist/cjs/src/index.js" } } }, "files": [ "dist" ], "funding": { "url": "https://github.com/sponsors/isaacs" }, "homepage": "https://github.com/isaacs/node-glob#readme", "license": "ISC", "main": "./dist/cjs/src/index.js", "module": "./dist/mjs/index.js", "name": "glob", "prettier": { "semi": false, "printWidth": 75, "tabWidth": 2, "useTabs": false, "singleQuote": true, "jsxSingleQuote": false, "bracketSameLine": true, "arrowParens": "avoid", "endOfLine": "lf" }, "repository": { "type": "git", "url": "git://github.com/isaacs/node-glob.git" }, "scripts": { "bench": "bash benchmark.sh", "benchclean": "node benchclean.js", "format": "prettier --write . --loglevel warn", "postversion": "npm publish", "prebench": "npm run prepare", "prepare": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json && bash fixup.sh", "preprepare": "rm -rf dist", "preprof": "npm run prepare", "prepublish": "npm run benchclean", "prepublishOnly": "git push origin --follow-tags", "presnap": "npm run prepare", "pretest": "npm run prepare", "preversion": "npm test", "prof": "bash prof.sh", "profclean": "rm -f v8.log profile.txt", "snap": "c8 tap", "test": "c8 tap", "test-regen": "npm run profclean && TEST_REGEN=1 node --no-warnings --loader ts-node/esm test/00-setup.ts", "typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts" }, "tap": { "before": "test/00-setup.ts", "coverage": false, "node-arg": [ "--no-warnings", "--loader", "ts-node/esm" ], "ts": false }, "types": "./dist/mjs/index.d.ts", "version": "10.3.3" }