UNPKG

@bluelovers/fast-glob

Version:
54 lines (53 loc) 1.35 kB
{ "name": "@bluelovers/fast-glob", "version": "3.0.4", "description": "old typescript api for fast-glob", "keywords": [ "bluebird", "fast", "fast-glob", "glob", "implementation", "patterns", "promise" ], "homepage": "https://github.com/bluelovers/fast-glob-v2-api#readme", "bugs": { "url": "https://github.com/bluelovers/fast-glob-v2-api/issues" }, "repository": { "type": "git", "url": "git+https://github.com/bluelovers/fast-glob-v2-api.git" }, "license": "ISC", "author": "", "main": "index.js", "types": "types.d.ts", "directories": { "test": "test" }, "scripts": { "coverage": "npx nyc npm run test", "lint": "npx eslint **/*.ts", "ncu": "npx yarn-tool ncu -u", "npm:publish": "npm publish", "prepublishOnly": "npm run sort-package-json", "postpublish": "git commit -m \"publish new version\" .", "sort-package-json": "npx sort-package-json ./package.json", "test": "echo \"Error: no test specified\" && exit 1", "tsc:default": "tsc -p tsconfig.json", "tsc:esm": "tsc -p tsconfig.esm.json" }, "dependencies": { "bluebird": "^3", "fast-glob": "^3" }, "devDependencies": { "@bluelovers/tsconfig": "^1.0.12", "@types/bluebird": "*", "@types/node": "*" }, "publishConfig": { "access": "public" } }