fs-ads
Version:
Node.js module to manipulate NTFS Alternate Data Stream (ADS)
33 lines (32 loc) • 658 B
JSON
{
"name": "fs-ads",
"version": "1.1.0",
"description": "Node.js module to manipulate NTFS Alternate Data Stream (ADS)",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juncaixinchi/fs-ads.git"
},
"keywords": [
"ADS",
"Alternate Data Stream",
"NTFS",
"xattr"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/juncaixinchi/fs-ads/issues"
},
"homepage": "https://github.com/juncaixinchi/fs-ads#readme",
"os": [
"win32"
],
"devDependencies": {
"chai": "^4.1.1",
"mocha": "^3.5.0"
}
}