{
  "_from": "docx-templates@2.10.0",
  "_id": "docx-templates@2.10.0",
  "_inBundle": false,
  "_integrity": "sha512-2w37oaWYBFzzeihGYM3jldcnTuVxW1AuE7ySI5ACCzZ0Jj/ie07ORiSGK5YwFXkt7Cq/bXYY+VoVpnQLE59vEw==",
  "_location": "/docx-templates",
  "_phantomChildren": {
    "lie": "3.3.0",
    "pako": "1.0.11",
    "readable-stream": "2.3.7",
    "set-immediate-shim": "1.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "docx-templates@2.10.0",
    "name": "docx-templates",
    "escapedName": "docx-templates",
    "rawSpec": "2.10.0",
    "saveSpec": null,
    "fetchSpec": "2.10.0"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/docx-templates/-/docx-templates-2.10.0.tgz",
  "_shasum": "e278c85d1d689298d7e5cf7e5d87b40ae6b460cc",
  "_spec": "docx-templates@2.10.0",
  "_where": "D:\\Application\\Audit\\node-eform",
  "author": {
    "name": "Guillermo Grau Panea"
  },
  "browser": "lib/indexBrowser.js",
  "bugs": {
    "url": "https://github.com/guigrpa/docx-templates/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "babel-runtime": "^6.26.0",
    "fs-extra": "^3.0.1",
    "jszip": "^3.1.5",
    "sax": "1.2.4",
    "timm": "^1.6.1",
    "vm2": "^3.6.3"
  },
  "deprecated": false,
  "description": "Template-based docx report creation",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-jest": "18.0.0",
    "babel-plugin-transform-runtime": "6.23.0",
    "babel-preset-es2015": "6.24.1",
    "babel-preset-react": "6.24.1",
    "babel-preset-stage-0": "6.24.1",
    "coveralls": "2.13.1",
    "jest": "18.0.0",
    "md5": "^2.2.1",
    "mockdate": "^2.0.2",
    "nyc": "10.0.0",
    "prettier": "^1.14.2",
    "storyboard": "^3.1.4",
    "storyboard-listener-console": "^3.1.4",
    "yaqrcode": "^0.2.1"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/guigrpa/docx-templates#readme",
  "jest": {
    "testRegex": "src/.*__tests__/.*\\.(test|spec)\\.(js|jsx)$",
    "coverageDirectory": ".nyc_output",
    "coverageReporters": [
      "json",
      "text",
      "html"
    ],
    "collectCoverageFrom": [
      "src/**/*.js",
      "!src/debug.js",
      "!test/**",
      "!**/node_modules/**",
      "!**/__tests__/**",
      "!**/__mocks__/**"
    ]
  },
  "keywords": [
    "docx",
    "office",
    "word",
    "ms-word",
    "report",
    "template"
  ],
  "license": "MIT",
  "main": "lib/indexNode.js",
  "name": "docx-templates",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guigrpa/docx-templates.git"
  },
  "scripts": {
    "compile": "yarn compile:prepare && yarn compile:copy && yarn compile:run",
    "compile:copy": "flow-copy-source -i \"**/__mocks__/**\" -i \"**/__tests__/**\" src lib",
    "compile:prepare": "rm -rf ./lib && mkdir lib",
    "compile:run": "babel --out-dir lib --ignore \"**/__mocks__/**\",\"**/__tests__/**\" src",
    "compileWatch": "yarn compile:prepare && yarn compile:copy && yarn compile:run --watch",
    "jest": "jest --watch --coverage",
    "start": "cd examples/swapi && node swapi-node swapi-complex.docx",
    "test": "yarn testCovFull",
    "testCovFull": "yarn testCovPrepare && yarn testDev && yarn testCovReport",
    "testCovPrepare": "rm -rf ./coverage .nyc_output .nyc_tmp && mkdir .nyc_tmp",
    "testCovReport": "cp -r .nyc_tmp .nyc_output && nyc report --reporter=html --reporter=lcov --reporter=text",
    "testDev": "NODE_ENV=development jest --coverage && mv .nyc_output/coverage-final.json .nyc_tmp/coverage-dev.json && rm -rf .nyc_output",
    "testProd": "NODE_ENV=production jest --coverage && mv .nyc_output/coverage-final.json .nyc_tmp/coverage-prod.json && rm -rf .nyc_output",
    "travis": "yarn compile && yarn test"
  },
  "version": "2.10.0"
}
