UNPKG

fast-mhtml-maa

Version:
52 lines (51 loc) 1.28 kB
{ "name": "fast-mhtml-maa", "version": "1.1.8", "description": "Parses mhtml files", "main": "src/index.js", "types": "src/index.d.ts", "scripts": { "test": "nyc --reporter=html mocha src/*.test.js", "lint": "eslint src/*.js", "benchmark": "node --expose-gc src/benchmark/benchmark.js", "serve": "node src/index" }, "repository": { "type": "git", "url": "git+https://github.com/testimio/mhtml-parser.git" }, "keywords": [ "Parses", "mhtml", "files" ], "author": "benji@testim.io", "license": "MIT", "bugs": { "url": "https://github.com/testimio/mhtml-parser/issues" }, "homepage": "https://github.com/testimio/mhtml-parser#readme", "dependencies": { "64": "^0.2.0", "bluebird": "3.5.2", "buffer-builder": "^0.2.0", "cheerio": "1.0.0-rc.2", "css-tree": "1.0.0-alpha.29", "express": "4.16.4", "filenamify": "2.1.0" }, "devDependencies": { "chai": "4.2.0", "eslint": "5.10.0", "eslint-config-airbnb-base": "13.1.0", "eslint-plugin-import": "2.14.0", "husky": "^1.3.1", "mocha": "5.2.0", "nyc": "^14.1.1" }, "husky": { "hooks": { "pre-commit": "npm test && npm run lint" } } }