UNPKG

drive-detector

Version:

Detect drives and changes in mounted drives.

48 lines (47 loc) 1.33 kB
{ "name": "drive-detector", "version": "1.2.0", "description": "Detect drives and changes in mounted drives.", "main": "lib/index.js", "types": "lib/index", "repository": "https://gitlab.com/wvleeuwen/drive-detector.git", "author": "Wijnand van Leeuwen <wvl1926@gmail.com>", "license": "MIT", "keywords": [ "drive", "drives", "mount", "mounted", "event", "detection" ], "scripts": { "start:dev": "npm run build:live", "build": "tsc -p .", "build:live": "nodemon --watch 'src/**/*.ts' --exec ts-node example/index.ts", "test": "mocha --recursive \"./test/*test*\" --timeout 10000 -r ts-node/register", "test:watch": "yarn test --watch --watch-extensions ts", "test:mutate": "./node_modules/.bin/stryker run" }, "devDependencies": { "@types/chai": "^4.1.7", "@types/mocha": "^5.2.5", "@types/node": "^10.12.7", "@types/sinon": "^5.0.5", "chai": "^4.2.0", "mocha": "^5.2.0", "nodemon": "^1.18.6", "sinon": "^7.1.1", "stryker": "^0.32.0", "stryker-api": "^0.21.5", "stryker-mocha-framework": "^0.13.0", "stryker-mocha-runner": "^0.15.0", "stryker-typescript": "^0.15.4", "ts-node": "^7.0.1", "typescript": "^3.1.6" }, "dependencies": { "drivelist": "^6.4.3", "fast-deep-equal": "^2.0.1" } }