{
  "_args": [
    [
      {
        "raw": "dot@^1.1.1",
        "scope": null,
        "escapedName": "dot",
        "name": "dot",
        "rawSpec": "^1.1.1",
        "spec": ">=1.1.1 <2.0.0",
        "type": "range"
      },
      "/Users/tangyan/work/waimai/inode"
    ]
  ],
  "_cnpm_publish_time": 1478433160642,
  "_from": "dot@>=1.1.1 <2.0.0",
  "_id": "dot@1.1.1",
  "_inCache": true,
  "_location": "/dot",
  "_nodeVersion": "4.4.4",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/dot-1.1.1.tgz_1478433158326_0.6048152418807149"
  },
  "_npmUser": {
    "name": "esp",
    "email": "e.poberezkin@me.com"
  },
  "_npmVersion": "2.15.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "dot@^1.1.1",
    "scope": null,
    "escapedName": "dot",
    "name": "dot",
    "rawSpec": "^1.1.1",
    "spec": ">=1.1.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/dot/-/dot-1.1.1.tgz",
  "_shasum": "1aa26a12b38b1dcccb496714a44303b72efd9ac0",
  "_shrinkwrap": null,
  "_spec": "dot@^1.1.1",
  "_where": "/Users/tangyan/work/waimai/inode",
  "author": {
    "name": "Laura Doktorova",
    "email": "ldoktorova@gmail.com"
  },
  "bin": {
    "dottojs": "./bin/dot-packer"
  },
  "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": "^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": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "1aa26a12b38b1dcccb496714a44303b72efd9ac0",
    "size": 22789,
    "noattachment": false,
    "key": "/dot/-/dot-1.1.1.tgz",
    "tarball": "http://r.npm.sankuai.com/dot/download/dot-1.1.1.tgz"
  },
  "engines": [
    "node >=0.2.6"
  ],
  "gitHead": "90edb5d9e75ed7e26341ff3b4de4dcfc3ee54c4f",
  "homepage": "http://github.com/olado/doT",
  "keywords": [
    "template",
    "fast",
    "simple",
    "templating"
  ],
  "license": "MIT",
  "main": "index",
  "maintainers": [
    {
      "name": "esp",
      "email": "e.poberezkin@me.com"
    },
    {
      "name": "olado",
      "email": "ldoktorova@gmail.com"
    }
  ],
  "name": "dot",
  "nyc": {
    "exclude": [
      "test",
      "node_modules"
    ],
    "reporter": [
      "lcov",
      "text-summary"
    ]
  },
  "optionalDependencies": {},
  "publish_time": 1478433160642,
  "readme": "ERROR: No README data found!",
  "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.1"
}
