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:
80
node_modules/next-tick/package.json
generated
vendored
Normal file
80
node_modules/next-tick/package.json
generated
vendored
Normal file
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"next-tick@~0.2.2",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/memoizee"
|
||||
]
|
||||
],
|
||||
"_from": "next-tick@>=0.2.2 <0.3.0",
|
||||
"_id": "next-tick@0.2.2",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/next-tick",
|
||||
"_npmUser": {
|
||||
"email": "medikoo+npm@medikoo.com",
|
||||
"name": "medikoo"
|
||||
},
|
||||
"_npmVersion": "1.4.3",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "next-tick",
|
||||
"raw": "next-tick@~0.2.2",
|
||||
"rawSpec": "~0.2.2",
|
||||
"scope": null,
|
||||
"spec": ">=0.2.2 <0.3.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/memoizee",
|
||||
"/timers-ext"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz",
|
||||
"_shasum": "75da4a927ee5887e39065880065b7336413b310d",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "next-tick@~0.2.2",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/memoizee",
|
||||
"author": {
|
||||
"email": "medykk@medikoo.com",
|
||||
"name": "Mariusz Nowak",
|
||||
"url": "http://www.medikoo.com/"
|
||||
},
|
||||
"bugs": {
|
||||
"email": "medikoo+next-tick@medikoo.com",
|
||||
"url": "https://github.com/medikoo/next-tick/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Environment agnostic nextTick polyfill",
|
||||
"devDependencies": {
|
||||
"tad": "~0.1.21"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "75da4a927ee5887e39065880065b7336413b310d",
|
||||
"tarball": "http://registry.npmjs.org/next-tick/-/next-tick-0.2.2.tgz"
|
||||
},
|
||||
"homepage": "https://github.com/medikoo/next-tick",
|
||||
"keywords": [
|
||||
"async",
|
||||
"nexttick",
|
||||
"setImmediate",
|
||||
"setTimeout"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "medikoo",
|
||||
"email": "medikoo+npm@medikoo.com"
|
||||
}
|
||||
],
|
||||
"name": "next-tick",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/medikoo/next-tick.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node node_modules/tad/bin/tad"
|
||||
},
|
||||
"version": "0.2.2"
|
||||
}
|
||||
Reference in New Issue
Block a user