UNPKG

@cjsa/junk

Version:

Filter out system junk files like .DS_Store and Thumbs.db

47 lines 1.3 kB
{ "name": "@cjsa/junk", "version": "4.0.0", "description": "Filter out system junk files like .DS_Store and Thumbs.db", "license": "MIT", "repository": "sindresorhus/junk", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "commonjs", "exports": "./dist-cjs/index.cjs", "engines": { "node": ">=12.20" }, "files": [ "dist-cjs/*" ], "keywords": [ "junk", "trash", "garbage", "files", "os", "ignore", "exclude", "filter", "temp", "tmp", "system", "clean", "cleanup" ], "devDependencies": { "ava": "^3.15.0", "tsd": "^0.17.0", "xo": "^0.42.0" }, "types": "./dist-cjs/index.d.ts", "scripts": { "test": "pnpx jest", "tocjs:patch-package-json": "pnpx patch-package-json junk" }, "readme": "# @cjsa/junk@4.0.0\n\nSource Code: https://github.com/fengkx/cjsa/tree/master/packages/junk\n\nYou can find usage(exports) in [unit test](https://github.com/fengkx/cjsa/tree/master/packages/junk/test/pkg.test.js)\n\n---\n\nCreated by [cjsa](https://github.com/fengkx/cjsa/)\n\nOriginal package: https://www.npmjs.com/package/junk/v/4.0.0\nLicense: MIT\n" }