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

54
node_modules/kind-of/package.json generated vendored
View File

@@ -1,40 +1,38 @@
{
"_args": [
[
"kind-of@^3.0.2",
"/home/mywebsite/node_modules/micromatch"
"kind-of@^2.0.0",
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/align-text"
]
],
"_from": "kind-of@>=3.0.2 <4.0.0",
"_id": "kind-of@3.0.2",
"_from": "kind-of@>=2.0.0 <3.0.0",
"_id": "kind-of@2.0.1",
"_inCache": true,
"_installable": true,
"_location": "/kind-of",
"_nodeVersion": "5.0.0",
"_nodeVersion": "0.12.4",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "3.3.6",
"_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
"name": "kind-of",
"raw": "kind-of@^3.0.2",
"rawSpec": "^3.0.2",
"raw": "kind-of@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=3.0.2 <4.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/is-number",
"/micromatch",
"/randomatic"
"/align-text"
],
"_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.0.2.tgz",
"_shasum": "187db427046e7e90945692e6768668bd6900dea0",
"_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz",
"_shasum": "018ec7a4ce7e3a86cb9141be519d24c8faa981b5",
"_shrinkwrap": null,
"_spec": "kind-of@^3.0.2",
"_where": "/home/mywebsite/node_modules/micromatch",
"_spec": "kind-of@^2.0.0",
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/align-text",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -47,19 +45,18 @@
},
"description": "Get the native type of a value.",
"devDependencies": {
"ansi-bold": "^0.1.1",
"benchmarked": "^0.1.3",
"browserify": "^11.0.1",
"chalk": "^0.5.1",
"glob": "^4.3.5",
"mocha": "*",
"should": "*",
"mocha": "^2.2.5",
"should": "^4.6.1",
"type-of": "^2.0.1",
"typeof": "^1.0.0"
},
"directories": {},
"dist": {
"shasum": "187db427046e7e90945692e6768668bd6900dea0",
"tarball": "http://registry.npmjs.org/kind-of/-/kind-of-3.0.2.tgz"
"shasum": "018ec7a4ce7e3a86cb9141be519d24c8faa981b5",
"tarball": "http://registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz"
},
"engines": {
"node": ">=0.10.0"
@@ -67,7 +64,7 @@
"files": [
"index.js"
],
"gitHead": "917a9701737a64abe0f77441c9ef21afca5ab397",
"gitHead": "09fcb8b8384932bc5a0009e0b3811998b0387629",
"homepage": "https://github.com/jonschlinkert/kind-of",
"keywords": [
"arguments",
@@ -114,14 +111,5 @@
"prepublish": "browserify -o browser.js -e index.js -s index --bare",
"test": "mocha"
},
"verb": {
"related": {
"list": [
"is-glob",
"is-number",
"is-primitive"
]
}
},
"version": "3.0.2"
"version": "2.0.1"
}