2
0
Files
node-red-contrib-mi-devices/node-red-contrib-xiaomi-ht/node_modules/mustache/package.json
Harald Rietman 0b086db400 Initial commit
2017-06-25 18:48:17 +02:00

145 lines
3.6 KiB
JSON

{
"_args": [
[
{
"raw": "mustache",
"scope": null,
"escapedName": "mustache",
"name": "mustache",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Development/codecentric/node-red/node-red-contrib-xiaomi-ht"
]
],
"_from": "mustache@latest",
"_id": "mustache@2.3.0",
"_inCache": true,
"_location": "/mustache",
"_nodeVersion": "7.0.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/mustache-2.3.0.tgz_1478622318106_0.5297125231008977"
},
"_npmUser": {
"name": "dasilvacontin",
"email": "dasilvacontin@gmail.com"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"raw": "mustache",
"scope": null,
"escapedName": "mustache",
"name": "mustache",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://nexus3.hamis.nl/repository/npm-all/mustache/-/mustache-2.3.0.tgz",
"_shasum": "4028f7778b17708a489930a6e52ac3bca0da41d0",
"_shrinkwrap": null,
"_spec": "mustache",
"_where": "/Development/codecentric/node-red/node-red-contrib-xiaomi-ht",
"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"
},
"dependencies": {},
"description": "Logic-less {{mustache}} templates with JavaScript",
"devDependencies": {
"chai": "^3.4.0",
"eslint": "^2.5.1",
"mocha": "^3.0.2",
"zuul": "^3.11.0"
},
"directories": {},
"dist": {
"shasum": "4028f7778b17708a489930a6e52ac3bca0da41d0",
"tarball": "https://nexus3.hamis.nl/repository/npm-all/mustache/-/mustache-2.3.0.tgz"
},
"engines": {
"npm": ">=1.4.0"
},
"files": [
"mustache.js",
"mustache.min.js",
"bin",
"wrappers",
"LICENSE"
],
"gitHead": "23beb3a8805c9a857e3ea777431481599fab503e",
"greenkeeper": {
"ignore": [
"eslint"
]
},
"homepage": "https://github.com/janl/mustache.js",
"keywords": [
"mustache",
"template",
"templates",
"ejs"
],
"license": "MIT",
"main": "./mustache.js",
"maintainers": [
{
"name": "dasilvacontin",
"email": "dasilvacontin@gmail.com"
},
{
"name": "flipp",
"email": "johphi@gmail.com"
},
{
"name": "jan",
"email": "jan@apache.org"
},
{
"name": "mjackson",
"email": "mjijackson@gmail.com"
},
{
"name": "nathan",
"email": "nrstott@gmail.com"
}
],
"name": "mustache",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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": "2.3.0",
"volo": {
"url": "https://raw.github.com/janl/mustache.js/{version}/mustache.js"
}
}