mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
Initial commit
This commit is contained in:
111
node_modules/pug/package.json
generated
vendored
Normal file
111
node_modules/pug/package.json
generated
vendored
Normal file
@@ -0,0 +1,111 @@
|
||||
{
|
||||
"_from": "pug@^2.0.0-rc.4",
|
||||
"_id": "pug@2.0.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-XhoaDlvi6NIzL49nu094R2NA6P37ijtgMDuWE+ofekDChvfKnzFal60bhSdiy8y2PBO6fmz3oMEIcfpBVRUdvw==",
|
||||
"_location": "/pug",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "pug@^2.0.0-rc.4",
|
||||
"name": "pug",
|
||||
"escapedName": "pug",
|
||||
"rawSpec": "^2.0.0-rc.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.0-rc.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/server"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/pug/-/pug-2.0.4.tgz",
|
||||
"_shasum": "ee7682ec0a60494b38d48a88f05f3b0ac931377d",
|
||||
"_spec": "pug@^2.0.0-rc.4",
|
||||
"_where": "/home/runner/Socketio-Chat-Template/node_modules/server",
|
||||
"author": {
|
||||
"name": "TJ Holowaychuk",
|
||||
"email": "tj@vision-media.ca"
|
||||
},
|
||||
"browser": {
|
||||
"fs": false
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"pug-code-gen": "^2.0.2",
|
||||
"pug-filters": "^3.1.1",
|
||||
"pug-lexer": "^4.1.0",
|
||||
"pug-linker": "^3.0.6",
|
||||
"pug-load": "^2.0.12",
|
||||
"pug-parser": "^5.0.1",
|
||||
"pug-runtime": "^2.0.5",
|
||||
"pug-strip-comments": "^1.0.4"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "A clean, whitespace-sensitive template language for writing HTML",
|
||||
"devDependencies": {
|
||||
"jstransformer-cdata": "^1.0.0",
|
||||
"jstransformer-coffee-script": "^1.0.0",
|
||||
"jstransformer-less": "^2.1.0",
|
||||
"jstransformer-markdown-it": "^1.0.0",
|
||||
"jstransformer-stylus": "^1.0.0",
|
||||
"jstransformer-uglify-js": "^1.1.1",
|
||||
"jstransformer-verbatim": "^1.0.0",
|
||||
"mkdirp": "^0.5.1",
|
||||
"rimraf": "^2.2.8",
|
||||
"uglify-js": "github:mishoo/UglifyJS2#1c15d0db456ce32f1b9b507aad97e5ee5c8285f7"
|
||||
},
|
||||
"files": [
|
||||
"lib/index.js",
|
||||
"register.js"
|
||||
],
|
||||
"gitHead": "1bdf628a70fda7a0d840c52f3abce54b1c6b0130",
|
||||
"homepage": "https://pugjs.org",
|
||||
"keywords": [
|
||||
"html",
|
||||
"jade",
|
||||
"pug",
|
||||
"template"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Forbes Lindesay",
|
||||
"email": "forbes@lindesay.co.uk"
|
||||
},
|
||||
{
|
||||
"name": "Matthias Le Brun",
|
||||
"email": "mlbli@me.com"
|
||||
},
|
||||
{
|
||||
"name": "Joshua Appelman",
|
||||
"email": "joshua@jbna.nl"
|
||||
},
|
||||
{
|
||||
"name": "Jonathan Ong",
|
||||
"email": "jonathanrichardong@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Alex Kocharin",
|
||||
"email": "alex@kocharin.ru"
|
||||
},
|
||||
{
|
||||
"name": "Hemanth",
|
||||
"email": "hemanth.hm@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Timothy Gu",
|
||||
"email": "timothygu99@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Andreas Lubbe",
|
||||
"email": "git@lubbe.org"
|
||||
}
|
||||
],
|
||||
"name": "pug",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pugjs/pug/tree/master/packages/pug"
|
||||
},
|
||||
"version": "2.0.4"
|
||||
}
|
Reference in New Issue
Block a user