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

35
node_modules/optimist/package.json generated vendored
View File

@@ -1,12 +1,12 @@
{
"_args": [
[
"optimist@0.6.0",
"/home/mywebsite/node_modules/nconf"
"optimist@~0.3.5",
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/transformers/node_modules/uglify-js"
]
],
"_from": "optimist@0.6.0",
"_id": "optimist@0.6.0",
"_from": "optimist@>=0.3.5 <0.4.0",
"_id": "optimist@0.3.7",
"_inCache": true,
"_installable": true,
"_location": "/optimist",
@@ -14,24 +14,24 @@
"email": "mail@substack.net",
"name": "substack"
},
"_npmVersion": "1.3.0",
"_npmVersion": "1.2.2",
"_phantomChildren": {},
"_requested": {
"name": "optimist",
"raw": "optimist@0.6.0",
"rawSpec": "0.6.0",
"raw": "optimist@~0.3.5",
"rawSpec": "~0.3.5",
"scope": null,
"spec": "0.6.0",
"type": "version"
"spec": ">=0.3.5 <0.4.0",
"type": "range"
},
"_requiredBy": [
"/nconf"
"/transformers/uglify-js"
],
"_resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.0.tgz",
"_shasum": "69424826f3405f79f142e6fc3d9ae58d4dbb9200",
"_resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz",
"_shasum": "c90941ad59e4273328923074d2cf2e7cbc6ec0d9",
"_shrinkwrap": null,
"_spec": "optimist@0.6.0",
"_where": "/home/mywebsite/node_modules/nconf",
"_spec": "optimist@~0.3.5",
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/transformers/node_modules/uglify-js",
"author": {
"email": "mail@substack.net",
"name": "James Halliday",
@@ -41,7 +41,6 @@
"url": "https://github.com/substack/node-optimist/issues"
},
"dependencies": {
"minimist": "~0.0.1",
"wordwrap": "~0.0.2"
},
"description": "Light-weight option parsing with an argv hash. No optstrings attached.",
@@ -51,8 +50,8 @@
},
"directories": {},
"dist": {
"shasum": "69424826f3405f79f142e6fc3d9ae58d4dbb9200",
"tarball": "http://registry.npmjs.org/optimist/-/optimist-0.6.0.tgz"
"shasum": "c90941ad59e4273328923074d2cf2e7cbc6ec0d9",
"tarball": "http://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz"
},
"engine": {
"node": ">=0.4"
@@ -85,5 +84,5 @@
"scripts": {
"test": "tap ./test/*.js"
},
"version": "0.6.0"
"version": "0.3.7"
}