{
  "_from": "blueimp-tmpl@3",
  "_id": "blueimp-tmpl@3.13.0",
  "_inBundle": false,
  "_integrity": "sha512-TC5eLXhPGGgBJG1gGxKRORB5DMxSVSTS/GsqsQuJ+shv0Ez5wc9bjoXVhPqtdbzVZAzFvveasAMrjqEYY/18Og==",
  "_location": "/blueimp-tmpl",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "blueimp-tmpl@3",
    "name": "blueimp-tmpl",
    "escapedName": "blueimp-tmpl",
    "rawSpec": "3",
    "saveSpec": null,
    "fetchSpec": "3"
  },
  "_requiredBy": [
    "/blueimp-file-upload"
  ],
  "_resolved": "https://registry.npmjs.org/blueimp-tmpl/-/blueimp-tmpl-3.13.0.tgz",
  "_shasum": "910c337d5742a8a17e3237139389853ebc9ced56",
  "_spec": "blueimp-tmpl@3",
  "_where": "/Users/ngunguoksiong/color-admin/admin/src/node_modules/blueimp-file-upload",
  "author": {
    "name": "Sebastian Tschan",
    "url": "https://blueimp.net"
  },
  "bin": {
    "tmpl.js": "js/compile.js"
  },
  "bugs": {
    "url": "https://github.com/blueimp/JavaScript-Templates/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies. Compatible with server-side environments like Node.js, module loaders like RequireJS, Browserify or webpack and all web browsers.",
  "devDependencies": {
    "chai": "4",
    "eslint": "6",
    "eslint-config-blueimp": "1",
    "eslint-config-prettier": "6",
    "eslint-plugin-jsdoc": "15",
    "eslint-plugin-prettier": "3",
    "mocha": "6",
    "prettier": "1",
    "uglify-js": "3"
  },
  "eslintConfig": {
    "extends": [
      "blueimp",
      "plugin:jsdoc/recommended",
      "plugin:prettier/recommended"
    ],
    "env": {
      "browser": true,
      "node": true
    }
  },
  "eslintIgnore": [
    "js/*.min.js",
    "test/vendor"
  ],
  "files": [
    "js/*.js",
    "js/*.js.map"
  ],
  "homepage": "https://github.com/blueimp/JavaScript-Templates",
  "keywords": [
    "javascript",
    "templates",
    "templating"
  ],
  "license": "MIT",
  "main": "js/tmpl.js",
  "name": "blueimp-tmpl",
  "prettier": {
    "proseWrap": "always",
    "semi": false,
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/blueimp/JavaScript-Templates.git"
  },
  "scripts": {
    "build": "cd js && uglifyjs tmpl.js -c -m -o tmpl.min.js --source-map url=tmpl.min.js.map",
    "lint": "eslint .",
    "postversion": "git push --tags origin master master:gh-pages && npm publish",
    "preversion": "npm test",
    "test": "npm run lint && npm run unit",
    "unit": "mocha",
    "version": "npm run build && git add -A js"
  },
  "title": "JavaScript Templates",
  "version": "3.13.0"
}
