UNPKG

windows-fs

Version:

Windows utilities when working with the file system

45 lines (44 loc) 919 B
{ "name": "windows-fs", "version": "1.2.0", "description": "Windows utilities when working with the file system", "main": "index.js", "scripts": { "lint": "standard", "release": "xyz", "test": "tape test/*.js | tap-spec", "docs": "documentation readme index.js -s \"API\"" }, "engines": { "node": "6.0.0" }, "repository": { "type": "git", "url": "https://github.com/kanton-aargau/windows-fs" }, "keywords": [ "Windows", "cmd", "drive mount", "os", "directory", "size", "unc", "path" ], "author": "Kanton Aargau", "license": "MIT", "devDependencies": { "documentation": "^4.0.0-beta2", "standard": "^6.0.8", "tap-spec": "^4.1.1", "tape": "^4.5.1", "xyz": "^0.5.0" }, "dependencies": { "buffered-spawn": "^3.0.0", "fswalk": "^1.2.0", "ramda": "^0.21.0", "windows-powershell": "^0.1.0" } }