1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 10:52:47 +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 719ae331ae
commit c96a84d0ff
13249 changed files with 317868 additions and 2101398 deletions

24
node_modules/inherits/package.json generated vendored
View File

@@ -1,11 +1,11 @@
{
"_args": [
[
"inherits@2",
"/home/mywebsite/node_modules/glob"
"inherits@~2.0.1",
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/http-errors"
]
],
"_from": "inherits@>=2.0.0 <3.0.0",
"_from": "inherits@>=2.0.1 <2.1.0",
"_id": "inherits@2.0.1",
"_inCache": true,
"_installable": true,
@@ -18,22 +18,26 @@
"_phantomChildren": {},
"_requested": {
"name": "inherits",
"raw": "inherits@2",
"rawSpec": "2",
"raw": "inherits@~2.0.1",
"rawSpec": "~2.0.1",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"spec": ">=2.0.1 <2.1.0",
"type": "range"
},
"_requiredBy": [
"/chokidar",
"/glob",
"/busboy/readable-stream",
"/concat-stream",
"/dicer/readable-stream",
"/http-errors",
"/mongodb/readable-stream",
"/mongoose/readable-stream",
"/readable-stream"
],
"_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
"_shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
"_shrinkwrap": null,
"_spec": "inherits@2",
"_where": "/home/mywebsite/node_modules/glob",
"_spec": "inherits@~2.0.1",
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/http-errors",
"browser": "./inherits_browser.js",
"bugs": {
"url": "https://github.com/isaacs/inherits/issues"