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:
103
node_modules/memoizee/package.json
generated
vendored
Normal file
103
node_modules/memoizee/package.json
generated
vendored
Normal file
@@ -0,0 +1,103 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"memoizee@^0.3.9",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/cli-color"
|
||||
]
|
||||
],
|
||||
"_from": "memoizee@>=0.3.9 <0.4.0",
|
||||
"_id": "memoizee@0.3.9",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/memoizee",
|
||||
"_nodeVersion": "0.12.7",
|
||||
"_npmUser": {
|
||||
"email": "medikoo+npm@medikoo.com",
|
||||
"name": "medikoo"
|
||||
},
|
||||
"_npmVersion": "2.11.3",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "memoizee",
|
||||
"raw": "memoizee@^0.3.9",
|
||||
"rawSpec": "^0.3.9",
|
||||
"scope": null,
|
||||
"spec": ">=0.3.9 <0.4.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cli-color"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz",
|
||||
"_shasum": "fc2b2f33ea39a07637eef76f40e3fc8b7072406c",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "memoizee@^0.3.9",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/cli-color",
|
||||
"author": {
|
||||
"email": "medikoo@medikoo.com",
|
||||
"name": "Mariusz Nowak",
|
||||
"url": "http://www.medikoo.com/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/medikoo/memoize/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"d": "~0.1.1",
|
||||
"es5-ext": "~0.10.7",
|
||||
"es6-weak-map": "~0.1.4",
|
||||
"event-emitter": "~0.3.3",
|
||||
"lru-queue": "0.1",
|
||||
"next-tick": "~0.2.2",
|
||||
"timers-ext": "0.1"
|
||||
},
|
||||
"description": "Memoize/cache function results",
|
||||
"devDependencies": {
|
||||
"tad": "~0.2.3",
|
||||
"xlint": "~0.2.2",
|
||||
"xlint-jslint-medikoo": "~0.1.4"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "fc2b2f33ea39a07637eef76f40e3fc8b7072406c",
|
||||
"tarball": "http://registry.npmjs.org/memoizee/-/memoizee-0.3.9.tgz"
|
||||
},
|
||||
"gitHead": "4e310f91bb9a7539f697dcbb7c8bd85edfec83bc",
|
||||
"homepage": "https://github.com/medikoo/memoize#readme",
|
||||
"keywords": [
|
||||
"async",
|
||||
"cache",
|
||||
"caching",
|
||||
"collector",
|
||||
"garbage",
|
||||
"gc",
|
||||
"hashing.",
|
||||
"memcached",
|
||||
"memo",
|
||||
"memoization",
|
||||
"memoize",
|
||||
"memoizer",
|
||||
"memory",
|
||||
"storage",
|
||||
"weak"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "medikoo",
|
||||
"email": "medikoo+npm@medikoo.com"
|
||||
}
|
||||
],
|
||||
"name": "memoizee",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/medikoo/memoize.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
|
||||
"lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
|
||||
"test": "node node_modules/tad/bin/tad"
|
||||
},
|
||||
"version": "0.3.9"
|
||||
}
|
||||
Reference in New Issue
Block a user