UNPKG

recycle-bin

Version:

Pure NAPI version of [trash](https://www.npmjs.com/package/trash).

64 lines (63 loc) 1.46 kB
{ "name": "recycle-bin", "version": "0.1.3", "license": "MIT", "main": "index.js", "types": "index.d.ts", "gypfile": true, "author": { "name": "Ozan Akın", "email": "ozn.akn@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/oznakn/recycle-bin.git" }, "bugs": { "url": "https://github.com/oznakn/recycle-bin/issues" }, "homepage": "https://github.com/oznakn/recycle-bin#readme", "keywords": [ "recycle", "bin", "trash", "rm" ], "files": [ "binding.gyp", "index.js", "index.d.ts", "linux.js", "src/**" ], "scripts": { "install": "prebuild-install || npm run build", "build": "node-gyp rebuild --release", "test": "node test.js", "clean": "rimraf build" }, "dependencies": { "@stroncium/procfs": "^1.2.1", "bindings": "^1.5.0", "fs-extra": "^11.1.0", "globby": "^7.1.1", "is-path-inside": "^3.0.3", "node-addon-api": "^5.1.0", "prebuild-install": "^7.1.1", "uuid-random": "^1.3.2", "xdg-trashdir": "^3.1.0" }, "devDependencies": { "node-gyp": "^9.1.0", "rimraf": "^4.0.5" }, "binary": { "napi_versions": [ 3 ] }, "config": { "runtime": "napi", "target": 3 } }