mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 13:41:40 +00:00
update
This commit is contained in:
98
node_modules/mustache/package.json
generated
vendored
Normal file
98
node_modules/mustache/package.json
generated
vendored
Normal file
@ -0,0 +1,98 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"mustache@2.3.2",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_from": "mustache@2.3.2",
|
||||
"_id": "mustache@2.3.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-KpMNwdQsYz3O/SBS1qJ/o3sqUJ5wSb8gb0pul8CO0S56b9Y2ALm8zCfsjPXsqGFfoNBkDwZuZIAjhsZI03gYVQ==",
|
||||
"_location": "/mustache",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "mustache@2.3.2",
|
||||
"name": "mustache",
|
||||
"escapedName": "mustache",
|
||||
"rawSpec": "2.3.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.3.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@11ty/eleventy"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/mustache/-/mustache-2.3.2.tgz",
|
||||
"_spec": "2.3.2",
|
||||
"_where": "/Users/tatiana/selfdefined",
|
||||
"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": "^2.5.1",
|
||||
"jshint": "^2.9.5",
|
||||
"mocha": "^3.0.2",
|
||||
"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.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": {
|
||||
"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.2",
|
||||
"volo": {
|
||||
"url": "https://raw.github.com/janl/mustache.js/{version}/mustache.js"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user