UNPKG

@platformos/pos-cli

Version:

Manage your platformOS application

94 lines (93 loc) 2.8 kB
{ "_from": "mustache@^4.0.1", "_id": "mustache@4.0.1", "_inBundle": false, "_integrity": "sha512-yL5VE97+OXn4+Er3THSmTdCFCtx5hHWzrolvH+JObZnUYwuaG7XV+Ch4fR2cIrcYI0tFHxS7iyFYl14bW8y2sA==", "_location": "/mustache", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "mustache@^4.0.1", "name": "mustache", "escapedName": "mustache", "rawSpec": "^4.0.1", "saveSpec": null, "fetchSpec": "^4.0.1" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/mustache/-/mustache-4.0.1.tgz", "_shasum": "d99beb031701ad433338e7ea65e0489416c854a2", "_spec": "mustache@^4.0.1", "_where": "/Users/pavel/projects/pos-cli", "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": "^6.5.1", "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" }, "engines": { "npm": ">=1.4.0" }, "files": [ "mustache.js", "mustache.mjs", "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": { "build": "rollup mustache.mjs --file mustache.js --format umd --name Mustache --banner '// This file has been generated from mustache.mjs' && uglifyjs mustache.js > mustache.min.js", "pre-test-browser": "node test/create-browser-suite.js", "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.mjs bin/mustache test/**/*.js", "test-render": "mocha --reporter spec test/render-test", "test-unit": "mocha --reporter spec test/*-test.js" }, "version": "4.0.1", "volo": { "url": "https://raw.github.com/janl/mustache.js/{version}/mustache.js" } }