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:
84
node_modules/timers-ext/package.json
generated
vendored
Normal file
84
node_modules/timers-ext/package.json
generated
vendored
Normal file
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"timers-ext@0.1",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/cli-color"
|
||||
]
|
||||
],
|
||||
"_from": "timers-ext@>=0.1.0 <0.2.0",
|
||||
"_id": "timers-ext@0.1.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/timers-ext",
|
||||
"_npmUser": {
|
||||
"email": "medikoo+npm@medikoo.com",
|
||||
"name": "medikoo"
|
||||
},
|
||||
"_npmVersion": "1.4.3",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "timers-ext",
|
||||
"raw": "timers-ext@0.1",
|
||||
"rawSpec": "0.1",
|
||||
"scope": null,
|
||||
"spec": ">=0.1.0 <0.2.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cli-color",
|
||||
"/memoizee"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz",
|
||||
"_shasum": "00345a2ca93089d1251322054389d263e27b77e2",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "timers-ext@0.1",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/cli-color",
|
||||
"author": {
|
||||
"email": "medyk@medikoo.com",
|
||||
"name": "Mariusz Nowak",
|
||||
"url": "http://www.medikoo.com/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/medikoo/timers-ext/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"es5-ext": "~0.10.2",
|
||||
"next-tick": "~0.2.2"
|
||||
},
|
||||
"description": "Timers extensions",
|
||||
"devDependencies": {
|
||||
"tad": "~0.1.21"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "00345a2ca93089d1251322054389d263e27b77e2",
|
||||
"tarball": "http://registry.npmjs.org/timers-ext/-/timers-ext-0.1.0.tgz"
|
||||
},
|
||||
"homepage": "https://github.com/medikoo/timers-ext",
|
||||
"keywords": [
|
||||
"delay",
|
||||
"interval",
|
||||
"time",
|
||||
"timeout",
|
||||
"timer",
|
||||
"timers"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "medikoo",
|
||||
"email": "medikoo+npm@medikoo.com"
|
||||
}
|
||||
],
|
||||
"name": "timers-ext",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/medikoo/timers-ext.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node node_modules/tad/bin/tad"
|
||||
},
|
||||
"version": "0.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user