It is possible for multiple streams to have the same name (albeit with different paths), so: - `FileIndex` is an array of the streams - `FullPaths` is an array of the full paths - `FullPathDir` is a full path version of `Directory`
15 lines
395 B
JSON
15 lines
395 B
JSON
{
|
|
"name": "cfb",
|
|
"version": "0.3.0",
|
|
"author": "Niggler",
|
|
"description": "Compound File Binary File Format extractor",
|
|
"keywords": [ "cfb", "compression", "office" ],
|
|
"bin": {
|
|
"cfb": "./bin/cfb"
|
|
},
|
|
"main": "./cfb",
|
|
"repository": { "type":"git", "url":"git://github.com/Niggler/js-cfb.git" },
|
|
"bugs": { "url": "https://github.com/Niggler/js-cfb/issues" },
|
|
"license": "Apache 2.0"
|
|
}
|