UNPKG

@onlabsorg/stilo

Version:

Command line tool for managing olojs document packages

62 lines (61 loc) 1.12 kB
{ "name": "trash", "version": "8.1.1", "description": "Move files and folders to the trash", "license": "MIT", "repository": "sindresorhus/trash", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": "./index.js", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "scripts": { "test": "xo && ava --timeout=20m && tsd" }, "files": [ "index.js", "index.d.ts", "lib" ], "keywords": [ "trash", "recycle", "bin", "rm", "rmrf", "rimraf", "remove", "delete", "del", "file", "files", "directory", "directories", "folder", "folders", "xdg" ], "dependencies": { "@sindresorhus/chunkify": "^0.2.0", "@stroncium/procfs": "^1.2.1", "globby": "^7.1.1", "is-path-inside": "^4.0.0", "move-file": "^3.0.0", "p-map": "^5.1.0", "uuid": "^8.3.2", "xdg-trashdir": "^3.1.0" }, "devDependencies": { "ava": "^3.15.0", "tempfile": "^4.0.0", "tsd": "^0.17.0", "typescript": "^4.4.3", "xo": "^0.44.0" } }