You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

85 lines
2.2 KiB

{
"_from": "mammoth@^1.3.4",
"_id": "mammoth@1.5.1",
"_inBundle": false,
"_integrity": "sha512-7ZioZBf/1HjYrm1qZJOO+DD+rYxLvwrHS+HVOwW89hwIp+r6ZqJ/Eq2rXSS+8ezZ3/DuW6FUUp2Dfz6e7B2pBQ==",
"_location": "/mammoth",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mammoth@^1.3.4",
"name": "mammoth",
"escapedName": "mammoth",
"rawSpec": "^1.3.4",
"saveSpec": null,
"fetchSpec": "^1.3.4"
},
"_requiredBy": [
"/docx-pdf"
],
"_resolved": "https://registry.npmjs.org/mammoth/-/mammoth-1.5.1.tgz",
"_shasum": "ef979dfc9ea411e5f2841a989f5ba70e115f0536",
"_spec": "mammoth@^1.3.4",
"_where": "/home/cybrosys/16odoo/custom/website_quotation_template_cybrosys/node_modules/docx-pdf",
"author": {
"name": "Michael Williamson",
"email": "mike@zwobble.org"
},
"bin": {
"mammoth": "bin/mammoth"
},
"browser": {
"./lib/unzip.js": "./browser/unzip.js",
"./lib/docx/files.js": "./browser/docx/files.js"
},
"bugs": {
"url": "https://github.com/mwilliamson/mammoth.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"argparse": "~1.0.3",
"bluebird": "~3.4.0",
"dingbat-to-unicode": "^1.0.1",
"jszip": "^3.7.1",
"lop": "^0.4.1",
"path-is-absolute": "^1.0.0",
"sax": "~1.1.1",
"underscore": "^1.13.1",
"xmlbuilder": "^10.0.0"
},
"deprecated": false,
"description": "Convert Word documents from docx to simple HTML and Markdown",
"devDependencies": {
"browserify": "~13.0.1",
"browserify-prepend-licenses": "~1.0.0",
"duck": "^0.1.12",
"eslint": "2.13.1",
"hamjest": "2.13.0",
"mocha": "~2.2.5",
"temp": "^0.9.4",
"uglify-js": "~2.4.8"
},
"homepage": "https://github.com/mwilliamson/mammoth.js#readme",
"keywords": [
"docx",
"html",
"office",
"word",
"markdown",
"md"
],
"license": "BSD-2-Clause",
"main": "./lib/index.js",
"name": "mammoth",
"repository": {
"type": "git",
"url": "git+https://github.com/mwilliamson/mammoth.js.git"
},
"scripts": {
"prepare": "make mammoth.browser.min.js",
"pretest": "eslint lib test",
"test": "mocha 'test/**/*.tests.js'"
},
"version": "1.5.1"
}