UNPKG

compound-binary-file-js

Version:

This is an implementation of [Compound Binary File v.3](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-cfb/53989ce4-7b05-4f8d-829b-d08d6148375b) \ Allows reading existing files, creation of the/write operation

64 lines (63 loc) 1.69 kB
{ "name": "compound-binary-file-js", "version": "1.0.12", "main": "dist/index.js", "types": "dist/index.d.ts", "description": "", "scripts": { "clean": "del-cli dist", "lint": "tslint --project tsconfig.json", "test": "mocha -r ts-node/register test/**/*.spec.ts", "benchmark": "mocha -r ts-node/register benchmark/**/*.spec.ts", "build:tsc": "tsc", "build": "npm-run-all clean test lint build:tsc" }, "keywords": [ "Compound File Binary File Format", "Compound", "Binary", "CFB", "CFBF", "MS-CFB", "Microsoft" ], "author": { "name": "ifedoroff", "url": "https://github.com/ifedoroff" }, "license": "ISC", "devDependencies": { "@babel/cli": "^7.8.3", "@babel/core": "^7.8.3", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/preset-env": "^7.8.3", "@babel/preset-typescript": "^7.8.3", "@types/chai": "^4.2.11", "@types/core-js": "^2.5.3", "@types/mocha": "^7.0.2", "@types/node": "^13.11.0", "@types/benchmark": "^1.0.33", "chai": "^4.2.0", "del-cli": "^3.0.0", "mocha": "^7.1.1", "npm-run-all": "^4.1.5", "ts-mockito": "^2.5.0", "ts-node": "^8.8.1", "tslint": "^6.1.1", "typescript": "^3.8.3", "benchmark": "^2.1.4" }, "dependencies": { "@types/long": "^4.0.1", "long": "^4.0.0", "ts-treemap": "^1.0.0", "utf16-char-codes": "^1.0.0" }, "repository": { "type": "git", "url": "https://github.com/ifedoroff/compound-file-js.git" }, "bugs": { "url": "https://github.com/ifedoroff/compound-file-js/issues" } }