UNPKG

@ronomon/opened

Version:

Check if a file is open in another application on Windows, macOS and Linux.

40 lines (39 loc) 807 B
{ "name": "@ronomon/opened", "version": "1.5.2", "description": "Check if a file is open in another application on Windows, macOS and Linux.", "main": "index.js", "files": [ "binding.cc", "binding.gyp", "index.js", "test.js" ], "repository": { "type": "git", "url": "git+https://github.com/ronomon/opened.git" }, "keywords": [ "exclusive", "fd", "file", "fuser", "lsof", "open", "opened" ], "author": "Joran Dirk Greef", "license": "MIT", "bugs": { "url": "https://github.com/ronomon/opened/issues" }, "homepage": "https://github.com/ronomon/opened#readme", "scripts": { "postinstall": "node-gyp clean", "test": "node test.js" }, "dependencies": { "@ronomon/queue": "^3.0.0", "nan": "^2.11.0" } }