File: /home/barbeatleanalyti/www/beatleanalytics.com/assets/admin/plugins/blueimp-tmpl/package.json
{
"_from": "blueimp-tmpl@3.6.0",
"_id": "blueimp-tmpl@3.6.0",
"_inBundle": false,
"_integrity": "sha1-pJEJddBC4rwDunfw5i0E8VSKUkw=",
"_location": "/blueimp-tmpl",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "blueimp-tmpl@3.6.0",
"name": "blueimp-tmpl",
"escapedName": "blueimp-tmpl",
"rawSpec": "3.6.0",
"saveSpec": null,
"fetchSpec": "3.6.0"
},
"_requiredBy": [
"/blueimp-file-upload"
],
"_resolved": "https://registry.npmjs.org/blueimp-tmpl/-/blueimp-tmpl-3.6.0.tgz",
"_shasum": "a4910975d042e2bc03ba77f0e62d04f1548a524c",
"_spec": "blueimp-tmpl@3.6.0",
"_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": "3.5.0",
"mocha": "3.1.0",
"standard": "8.3.0",
"uglify-js": "2.7.3"
},
"homepage": "https://github.com/blueimp/JavaScript-Templates",
"keywords": [
"javascript",
"templates",
"templating"
],
"license": "MIT",
"main": "js/tmpl.js",
"name": "blueimp-tmpl",
"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 tmpl.min.js.map",
"lint": "standard js/*.js test/*.js",
"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.6.0"
}