mscabinet
Version:
```javascript import { Extract, CFFile } from 'cabinet'; import * as path from 'path'; import * as fs from 'fs';
45 lines (44 loc) • 950 B
JSON
{
"name": "mscabinet",
"version": "1.0.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mscabinet",
"cab",
"cabinet",
"ms-cab",
"ms-zip",
"lzx"
],
"author": {
"name": "Joseph Lee",
"email": "development@jc-lab.net"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^13.1.2",
"tsc": "^1.20150623.0",
"typescript": "~3.6.4"
},
"dependencies": {
"wait-signal": "^1.0.4",
"zip-stream": "^2.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jc-lab/node-mscabinet.git"
},
"bugs": {
"url": "https://github.com/jc-lab/node-mscabinet/issues"
},
"homepage": "https://github.com/jc-lab/node-mscabinet#readme",
"description": "",
"files": [
"dist"
]
}