12345678910111213141516171819202122232425 |
- {
- "name": "fswin",
- "version": "2.17.1227",
- "description": "nodejs fs extensions for windows",
- "main": "index.js",
- "engines": {
- "node": ">= 0.6"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/xxoo/node-fswin.git"
- },
- "keywords": [
- "native",
- "fs",
- "filesystem",
- "watch",
- "windows",
- "wildcards",
- "ntfs"
- ],
- "author": "Xiao Shen",
- "license": "BSD",
- "readmeFilename": "readme.md"
- }
|