{
  "_from": "docxtemplater@3.17.6",
  "_id": "docxtemplater@3.17.6",
  "_inBundle": false,
  "_integrity": "sha512-W7BmuU7qoITGCX3u4Aekm76pek5GUifqVmDs9iFjgSVwXDodGKtCWmPC4LZwSTbedlbFVFD5jXUt4JodmPzgXA==",
  "_location": "/docxtemplater",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "docxtemplater@3.17.6",
    "name": "docxtemplater",
    "escapedName": "docxtemplater",
    "rawSpec": "3.17.6",
    "saveSpec": null,
    "fetchSpec": "3.17.6"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/docxtemplater/-/docxtemplater-3.17.6.tgz",
  "_shasum": "676216175f2c3f759e1b3234d008162932b99316",
  "_spec": "docxtemplater@3.17.6",
  "_where": "D:\\Application\\Audit\\node-eform",
  "aliasify": {
    "aliases": {
      "xmldom": "./js/browser-versions/xmldom.js",
      "fs": "./js/browser-versions/fs.js"
    }
  },
  "author": {
    "name": "Edgar Hipp"
  },
  "bugs": {
    "url": "https://github.com/open-xml-templating/docxtemplater/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Edgar Hipp"
    }
  ],
  "dependencies": {
    "xmldom": "^0.3.0"
  },
  "deprecated": false,
  "description": "docx and pptx generator working with templates and data (like Mustache, for Word and Powerpoint documents)",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.9.5",
    "@babel/preset-env": "^7.9.5",
    "@wdio/cli": "^5.22.4",
    "angular-expressions": "^1.1.1",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.1.0",
    "chai": "^4.2.0",
    "diff": "^4.0.2",
    "envify": "^4.1.0",
    "es6-promise": "^4.2.8",
    "eslint": "^6.8.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint_d": "^8.1.1",
    "finalhandler": "^1.1.2",
    "lodash": "^4.17.15",
    "mkdirp": "^1.0.4",
    "mocha": "^5.0.0",
    "nyc": "^15.0.1",
    "pizzip": "^3.0.6",
    "prettier": "^2.0.4",
    "rimraf": "^3.0.2",
    "selenium-standalone": "^6.17.0",
    "serve-static": "^1.14.1",
    "uglify-js": "^3.9.1",
    "webdriverio": "^5.22.4",
    "webpack": "^4.42.1",
    "webpack-cli": "^3.3.11"
  },
  "engines": {
    "node": ">=0.10"
  },
  "homepage": "https://github.com/open-xml-templating/docxtemplater#readme",
  "keywords": [
    "docx",
    "pptx",
    "templates",
    "generation",
    "microsoft word",
    "microsoft powerpoint",
    "report"
  ],
  "license": "MIT",
  "main": "js/docxtemplater.js",
  "name": "docxtemplater",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/open-xml-templating/docxtemplater.git"
  },
  "scripts": {
    "babel": "babel es6 --out-dir js",
    "browserify": "npm run browserify:test && npm run browserify:lib",
    "browserify:lib": "webpack",
    "browserify:test": "FILE=test webpack",
    "check-casing": "./check-casing.bash",
    "compile": "npm run convertto:es5",
    "convertto:es5": "rimraf js -rf && mkdirp js && npm run babel && cp es6/tests/*.xml js/tests ",
    "convertto:es5:watch": "npm run babel -- --watch",
    "generate:doc": "cd docs; rm build/ -rf ; make html",
    "lint": "eslint_d . && ./check-casing.bash && npm run prettier",
    "lint:fix": "eslint_d . --fix && ./check-casing.bash && npm run prettier:fix",
    "mocha": "mocha --full-trace --check-leaks js/tests/index.js",
    "prettier": "prettier --list-different 'es6/**/!(filenames).js' '*.js' README.md CHANGELOG.md",
    "prettier:fix": "prettier --write 'es6/**/!(filenames).js' '*.js' README.md CHANGELOG.md",
    "preversion": "npm run test:es6 && npm run lint && npm run prettier && FAST= npm test && rimraf build && mkdirp build && npm run browserify && npm run uglify && npm run verifypublishsize && npm run test:browser",
    "profile": "./profile.bash",
    "test": "npm run convertto:es5 && npm run mocha",
    "test:browser": "./webdriver.bash",
    "test:chrome": "BROWSER=CHROME ./webdriver.bash",
    "test:coverage": "nyc --reporter=html --reporter=text mocha --  es6/tests/index.js",
    "test:es5": "npm test",
    "test:es6": "mocha --full-trace --check-leaks es6/tests/index.js",
    "test:es6:fast": "FAST=true mocha --full-trace --check-leaks es6/tests/index.js",
    "test:es6:slow": "FAST= mocha --full-trace --check-leaks es6/tests/index.js",
    "test:firefox": "BROWSER=FIREFOX ./webdriver.bash",
    "uglify": "npm run uglify:lib",
    "uglify:lib": "MIN=true webpack",
    "updtr": "updtr --exclude mocha",
    "verifypublishsize": "./verifypublishsize.bash",
    "version": "./replace-versions-in-doc.bash"
  },
  "version": "3.17.6"
}
