1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00

updated bunch of file paths and changed the way posts are loaded

This commit is contained in:
2016-01-05 12:28:04 -06:00
parent 4bb8cae81e
commit 6ab45fe935
13249 changed files with 317868 additions and 2101398 deletions

104
node_modules/ejs/package.json generated vendored
View File

@@ -1,17 +1,46 @@
{
"name": "ejs",
"description": "Embedded JavaScript templates",
"keywords": [
"template",
"engine",
"ejs"
"_args": [
[
"ejs@*",
"/home/mitchell/Desktop/test-mywebsite/mywebsite"
]
],
"version": "2.3.3",
"author": {
"name": "Matthew Eernisse",
"_from": "ejs@*",
"_id": "ejs@2.3.4",
"_inCache": true,
"_installable": true,
"_location": "/ejs",
"_nodeVersion": "0.12.4",
"_npmUser": {
"email": "mde@fleegix.org",
"name": "mde"
},
"_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
"name": "ejs",
"raw": "ejs@*",
"rawSpec": "*",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/ejs/-/ejs-2.3.4.tgz",
"_shasum": "3c76caa09664b3583b0037af9dc136e79ec68b98",
"_shrinkwrap": null,
"_spec": "ejs@*",
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite",
"author": {
"email": "mde@fleegix.org",
"name": "Matthew Eernisse",
"url": "http://fleegix.org"
},
"bugs": {
"url": "https://github.com/mde/ejs/issues"
},
"contributors": [
{
"name": "Timothy Gu",
@@ -19,17 +48,8 @@
"url": "https://timothygu.github.io"
}
],
"license": "Apache-2.0",
"main": "./lib/ejs.js",
"repository": {
"type": "git",
"url": "git://github.com/mde/ejs.git"
},
"bugs": {
"url": "https://github.com/mde/ejs/issues"
},
"homepage": "https://github.com/mde/ejs",
"dependencies": {},
"description": "Embedded JavaScript templates",
"devDependencies": {
"browserify": "^8.0.3",
"istanbul": "~0.3.5",
@@ -40,25 +60,22 @@
"rimraf": "^2.2.8",
"uglify-js": "^2.4.16"
},
"directories": {},
"dist": {
"shasum": "3c76caa09664b3583b0037af9dc136e79ec68b98",
"tarball": "http://registry.npmjs.org/ejs/-/ejs-2.3.4.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha",
"doc": "rimraf out && jsdoc -c jsdoc.json lib/* docs/jsdoc/*",
"devdoc": "rimraf out && jsdoc -p -c jsdoc.json lib/* docs/jsdoc/*"
},
"_id": "ejs@2.3.3",
"_shasum": "a6babb67815d7190694af4ba82fe065e56d5f0e7",
"_resolved": "https://registry.npmjs.org/ejs/-/ejs-2.3.3.tgz",
"_from": "ejs@*",
"_npmVersion": "2.1.11",
"_nodeVersion": "0.10.33",
"_npmUser": {
"name": "mde",
"email": "mde@fleegix.org"
},
"homepage": "https://github.com/mde/ejs",
"keywords": [
"ejs",
"engine",
"template"
],
"license": "Apache-2.0",
"main": "./lib/ejs.js",
"maintainers": [
{
"name": "tjholowaychuk",
@@ -69,9 +86,18 @@
"email": "mde@fleegix.org"
}
],
"dist": {
"shasum": "a6babb67815d7190694af4ba82fe065e56d5f0e7",
"tarball": "http://registry.npmjs.org/ejs/-/ejs-2.3.3.tgz"
"name": "ejs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/mde/ejs.git"
},
"directories": {}
"scripts": {
"coverage": "istanbul cover node_modules/mocha/bin/_mocha",
"devdoc": "rimraf out && jsdoc -p -c jsdoc.json lib/* docs/jsdoc/*",
"doc": "rimraf out && jsdoc -c jsdoc.json lib/* docs/jsdoc/*",
"test": "mocha"
},
"version": "2.3.4"
}