加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
TangTseMan 提交于 2021-03-08 09:33 . u
{
"name": "mammoth_extend",
"version": "1.4.17",
"author": "Michael Williamson <mike@zwobble.org>",
"description": "Convert Word documents from docx to simple HTML and Markdown",
"keywords": [
"docx",
"html",
"office",
"word",
"markdown",
"md"
],
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Lingdeqing/mammoth.js.git"
},
"dependencies": {
"argparse": "~1.0.3",
"bluebird": "~3.4.0",
"dingbat-to-unicode": "^1.0.1",
"jszip": "~2.5.0",
"lop": "~0.4.0",
"path-is-absolute": "^1.0.0",
"sax": "~1.1.1",
"underscore": "~1.8.3",
"xmlbuilder": "^10.0.0"
},
"devDependencies": {
"browserify": "~13.0.1",
"browserify-prepend-licenses": "~1.0.0",
"duck": "~0.1.11",
"eslint": "2.13.1",
"hamjest": "2.13.0",
"mocha": "~2.2.5",
"temp": "~0.7.0",
"uglify-js": "~2.4.8"
},
"browser": {
"./lib/unzip.js": "./browser/unzip.js",
"./lib/docx/files.js": "./browser/docx/files.js"
},
"bin": {
"mammoth": "bin/mammoth"
},
"scripts": {
"pretest": "eslint lib test",
"test": "mocha 'test/**/*.tests.js'"
},
"license": "BSD-2-Clause"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化