{
  "_from": "mustache@3.0.1",
  "_id": "mustache@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-jFI/4UVRsRYdUbuDTKT7KzfOp7FiD5WzYmmwNwXyUVypC0xjoTL78Fqc0jHUPIvvGD+6DQSPHIt1NE7D1ArsqA==",
  "_location": "/mustache",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mustache@3.0.1",
    "name": "mustache",
    "escapedName": "mustache",
    "rawSpec": "3.0.1",
    "saveSpec": null,
    "fetchSpec": "3.0.1"
  },
  "_requiredBy": [
    "/umi-build-dev",
    "/umi-plugin-locale",
    "/umi-plugin-react"
  ],
  "_resolved": "https://registry.npmjs.org/mustache/-/mustache-3.0.1.tgz",
  "_shasum": "873855f23aa8a95b150fb96d9836edbc5a1d248a",
  "_spec": "mustache@3.0.1",
  "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/umi-build-dev",
  "author": {
    "name": "mustache.js Authors",
    "email": "http://github.com/janl/mustache.js"
  },
  "bin": {
    "mustache": "bin/mustache"
  },
  "bugs": {
    "url": "https://github.com/janl/mustache.js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Logic-less {{mustache}} templates with JavaScript",
  "devDependencies": {
    "chai": "^3.4.0",
    "eslint": "2.5.1",
    "jshint": "^2.9.5",
    "mocha": "^3.0.2",
    "uglify-js": "^3.4.6",
    "zuul": "^3.11.0",
    "zuul-ngrok": "github:nolanlawson/zuul-ngrok#patch-1"
  },
  "engines": {
    "npm": ">=1.4.0"
  },
  "files": [
    "mustache.js",
    "mustache.min.js",
    "bin",
    "wrappers",
    "LICENSE"
  ],
  "greenkeeper": {
    "ignore": [
      "eslint"
    ]
  },
  "homepage": "https://github.com/janl/mustache.js",
  "keywords": [
    "mustache",
    "template",
    "templates",
    "ejs"
  ],
  "license": "MIT",
  "main": "./mustache.js",
  "name": "mustache",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/janl/mustache.js.git"
  },
  "scripts": {
    "pre-test-browser": "node test/create-browser-suite.js",
    "pretest": "eslint mustache.js bin/mustache",
    "test": "mocha --reporter spec test/*-test.js",
    "test-browser": "npm run pre-test-browser && zuul -- test/context-test.js test/parse-test.js test/scanner-test.js test/render-test-browser.js",
    "test-browser-local": "npm run pre-test-browser && zuul --local 8080 -- test/context-test.js test/scanner-test.js test/parse-test.js test/render-test-browser.js",
    "test-render": "mocha  --reporter spec test/render-test"
  },
  "spm": {
    "main": "mustache.js",
    "ignore": [
      "test",
      "wrappers"
    ]
  },
  "version": "3.0.1",
  "volo": {
    "url": "https://raw.github.com/janl/mustache.js/{version}/mustache.js"
  }
}
