{
  "_from": "dot@>=1.0.3",
  "_id": "dot@1.1.2",
  "_inBundle": false,
  "_integrity": "sha1-xzdwGfxOVQeYkosrmv62ar+h8vk=",
  "_location": "/dot",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "dot@>=1.0.3",
    "name": "dot",
    "escapedName": "dot",
    "rawSpec": ">=1.0.3",
    "saveSpec": null,
    "fetchSpec": ">=1.0.3"
  },
  "_requiredBy": [
    "/jQuery-QueryBuilder"
  ],
  "_resolved": "https://registry.npmjs.org/dot/-/dot-1.1.2.tgz",
  "_shasum": "c7377019fc4e550798928b2b9afeb66abfa1f2f9",
  "_spec": "dot@>=1.0.3",
  "_where": "/var/www/test/wp-content/plugins/maxicharts-query-builder-add-on/libs/node_modules/jQuery-QueryBuilder",
  "author": {
    "name": "Laura Doktorova",
    "email": "ldoktorova@gmail.com"
  },
  "bin": {
    "dottojs": "./bin/dot-packer"
  },
  "browser": "doT.js",
  "bugs": {
    "url": "https://github.com/olado/doT/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Concise and fast javascript templating compatible with nodejs and other javascript environments",
  "devDependencies": {
    "commander": "*",
    "coveralls": "^2.11.14",
    "eslint": "^3.9.1",
    "if-node-version": "^1.1.0",
    "jshint": "*",
    "mkdirp": "*",
    "mocha": "*",
    "nyc": "^8.3.2",
    "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 mocha test/*.test.js"
  },
  "version": "1.1.2"
}
