{
  "_args": [
    [
      "dot@1.1.3",
      "G:\\Development\\Work\\SWDFactory\\pvstream-ui-refactor"
    ]
  ],
  "_development": true,
  "_from": "dot@1.1.3",
  "_id": "dot@1.1.3",
  "_inBundle": false,
  "_integrity": "sha512-/nt74Rm+PcfnirXGEdhZleTwGC2LMnuKTeeTIlI82xb5loBBoXNYzr2ezCroPSMtilK8EZIfcNZwOcHN+ib1Lg==",
  "_location": "/dot",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "dot@1.1.3",
    "name": "dot",
    "escapedName": "dot",
    "rawSpec": "1.1.3",
    "saveSpec": null,
    "fetchSpec": "1.1.3"
  },
  "_requiredBy": [
    "/@compodoc/ngd-transformer"
  ],
  "_resolved": "https://registry.npmjs.org/dot/-/dot-1.1.3.tgz",
  "_spec": "1.1.3",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream-ui-refactor",
  "author": {
    "name": "Laura Doktorova",
    "email": "ldoktorova@gmail.com"
  },
  "bin": {
    "dottojs": "./bin/dot-packer"
  },
  "browser": "doT.js",
  "bugs": {
    "url": "https://github.com/olado/doT/issues"
  },
  "dependencies": {},
  "description": "Concise and fast javascript templating compatible with nodejs and other javascript environments",
  "devDependencies": {
    "commander": "*",
    "coveralls": "^3.0.9",
    "eslint": "^6.7.2",
    "if-node-version": "^1.1.1",
    "jshint": "*",
    "mkdirp": "*",
    "mocha": "*",
    "nyc": "^14.1.1",
    "pre-commit": "^1.1.3",
    "uglify-js": "*"
  },
  "engines": [
    "node >=0.2.6"
  ],
  "homepage": "http://github.com/olado/doT",
  "keywords": [
    "template",
    "fast",
    "simple",
    "templating"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "dot",
  "nyc": {
    "exclude": [
      "test",
      "node_modules"
    ],
    "reporter": [
      "lcov",
      "text-summary"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/olado/doT.git"
  },
  "scripts": {
    "bundle": "uglifyjs doT.js -o doT.min.js -c -m --preamble '/* Laura Doktorova https://github.com/olado/doT */'",
    "eslint": "if-node-version '>=4' eslint *.js --ignore-pattern *.min.js",
    "prepublish": "npm run bundle",
    "test": "npm run eslint && npm run test-cov",
    "test-cov": "nyc npm run test-spec",
    "test-spec": "mocha test/*.test.js"
  },
  "version": "1.1.3"
}
