Files
game-server-watcher/node_modules/mustache/package.json
Smith a5f3794527 include prod deps in vcs with some exceptions
* cloudno.de has problems installing new dependencies lately..
2022-06-30 22:59:51 +02:00

102 lines
2.9 KiB
JSON

{
"_args": [
[
"mustache@4.2.0",
"C:\\Users\\Smith\\repos\\game-server-watcher"
]
],
"_from": "mustache@4.2.0",
"_id": "mustache@4.2.0",
"_inBundle": false,
"_integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
"_location": "/mustache",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mustache@4.2.0",
"name": "mustache",
"escapedName": "mustache",
"rawSpec": "4.2.0",
"saveSpec": null,
"fetchSpec": "4.2.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
"_spec": "4.2.0",
"_where": "C:\\Users\\Smith\\repos\\game-server-watcher",
"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"
},
"description": "Logic-less {{mustache}} templates with JavaScript",
"devDependencies": {
"chai": "^3.4.0",
"eslint": "^6.5.1",
"esm": "^3.2.25",
"jshint": "^2.9.5",
"mocha": "^3.0.2",
"puppeteer": "^2.0.0",
"rollup": "^1.26.3",
"uglify-js": "^3.4.6",
"zuul": "^3.11.0",
"zuul-ngrok": "github:nolanlawson/zuul-ngrok#patch-1"
},
"exports": {
".": {
"import": "./mustache.mjs",
"require": "./mustache.js"
},
"./*": "./*"
},
"files": [
"bin/",
"mustache.mjs",
"mustache.min.js",
"wrappers/"
],
"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": {
"build": "cp mustache.js mustache.mjs && rollup mustache.mjs --file mustache.js --format umd --name Mustache && uglifyjs mustache.js > mustache.min.js",
"postversion": "scripts/bump-version-in-source",
"pre-test-browser": "node test/create-browser-suite.js",
"prepublishOnly": "npm run build",
"test": "npm run test-lint && npm run test-unit",
"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-lint": "eslint mustache.js bin/mustache test/**/*.js",
"test-render": "mocha --reporter spec test/render-test",
"test-unit": "mocha --reporter spec test/*-test.js"
},
"version": "4.2.0",
"volo": {
"url": "https://raw.github.com/janl/mustache.js/{version}/mustache.js"
}
}