UNPKG

fs-finder-updated

Version:
53 lines (52 loc) 1.25 kB
{ "name": "fs-finder-updated", "description": "File system recursive finder", "version": "2.1.0", "author": { "name": "fast-facts" }, "keywords": [ "file", "fs", "finder", "recursive", "walk" ], "repository": { "type": "git", "url": "git@github.com:fast-facts/fs-finder.git" }, "license": "MIT", "bugs": { "url": "https://github.com/fast-facts/fs-finder.git" }, "homepage": "https://github.com/fast-facts/fs-finder.git", "engines": { "node": ">=0.9" }, "main": "./Finder.js", "types": "./index.d.ts", "dependencies": { "async": "~3.2.0", "escape-regexp": "~0.0.1", "moment": "^2.29.4", "operator-compare": "~1.0.3", "q": "~1.5.1" }, "devDependencies": { "@types/fs-finder": "^1.8.30", "chai": "~4.3.7", "coffeescript": "^2.5.1", "copyfiles": "^2.4.1", "fs-mock": "~1.2.1", "mocha": "~10.2.0" }, "scripts": { "copy:files": "copyfiles package.json README.md LICENSE lib", "copy:types": "copyfiles -u 3 \"node_modules/@types/fs-finder/*.d.ts\" lib", "build-and-test": "npm run build && npm run test", "test": "coffee -co ./test/lib ./test/src && mocha ./test/index.js --reporter spec", "build": "coffee -co ./lib ./src", "postbuild": "npm run copy:files && npm run copy:types" } }