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:
132
node_modules/mongo-express/package.json
generated
vendored
132
node_modules/mongo-express/package.json
generated
vendored
@@ -1,59 +1,105 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"mongo-express@*",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite"
|
||||
]
|
||||
],
|
||||
"_from": "mongo-express@*",
|
||||
"_id": "mongo-express@0.29.1",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/mongo-express",
|
||||
"_nodeVersion": "5.3.0",
|
||||
"_npmUser": {
|
||||
"email": "wulf@wulf.co.nz",
|
||||
"name": "wulfsolter"
|
||||
},
|
||||
"_npmVersion": "3.5.2",
|
||||
"_phantomChildren": {
|
||||
"content-type": "1.0.1",
|
||||
"debug": "2.2.0",
|
||||
"depd": "1.1.0",
|
||||
"graceful-readlink": "1.0.1",
|
||||
"http-errors": "1.3.1",
|
||||
"on-finished": "2.3.0",
|
||||
"raw-body": "2.1.5",
|
||||
"type-is": "1.6.10"
|
||||
},
|
||||
"_requested": {
|
||||
"name": "mongo-express",
|
||||
"raw": "mongo-express@*",
|
||||
"rawSpec": "*",
|
||||
"scope": null,
|
||||
"spec": "*",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/mongo-express/-/mongo-express-0.29.1.tgz",
|
||||
"_shasum": "febce71afe666692bebf3d5fda1e565efae9e32f",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "mongo-express@*",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite",
|
||||
"author": {
|
||||
"name": "https://github.com/andzdroid"
|
||||
},
|
||||
"name": "mongo-express",
|
||||
"description": "Web-based admin interface for MongoDB",
|
||||
"version": "0.23.3",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/andzdroid/mongo-express.git"
|
||||
"bin": {
|
||||
"mongo-express": "./app.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/andzdroid/mongo-express/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "1.4.2",
|
||||
"basic-auth-connect": "1.0.0",
|
||||
"body-parser": "1.14.0",
|
||||
"cli-color": "^1.1.0",
|
||||
"commander": "^2.8.1",
|
||||
"consolidate": "0.12.1",
|
||||
"cookie-parser": "1.4.0",
|
||||
"errorhandler": "1.4.2",
|
||||
"express": "4.13.3",
|
||||
"express-session": "1.11.3",
|
||||
"method-override": "2.3.5",
|
||||
"mongodb": "2.0.43",
|
||||
"mongodb": "^2.0.0",
|
||||
"morgan": "1.6.1",
|
||||
"serve-favicon": "2.3.0",
|
||||
"swig": "1.4.2",
|
||||
"underscore": "1.8.3"
|
||||
"underscore": "~1.8.0"
|
||||
},
|
||||
"description": "Web-based admin interface for MongoDB",
|
||||
"devDependencies": {
|
||||
"chai": "3.3.0",
|
||||
"mocha": "2.3.3",
|
||||
"chai": "3.3.0"
|
||||
"pre-commit": "^1.1.2"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "febce71afe666692bebf3d5fda1e565efae9e32f",
|
||||
"tarball": "http://registry.npmjs.org/mongo-express/-/mongo-express-0.29.1.tgz"
|
||||
},
|
||||
"engine": "node >= 0.10",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start": "node app",
|
||||
"test": "./node_modules/mocha/bin/mocha"
|
||||
},
|
||||
"main": "./middleware",
|
||||
"gitHead": "e98f24bb169cb5d5478704226ca6f5c68f037745",
|
||||
"bugs": {
|
||||
"url": "https://github.com/andzdroid/mongo-express/issues"
|
||||
},
|
||||
"gitHead": "3d54845cfba1fa811d4a329c791034ca41b0326a",
|
||||
"homepage": "https://github.com/andzdroid/mongo-express#readme",
|
||||
"_id": "mongo-express@0.23.3",
|
||||
"_shasum": "92ece6467e16cc2f5a00b965380f70cf1dbdd66e",
|
||||
"_from": "mongo-express@*",
|
||||
"_npmVersion": "3.3.5",
|
||||
"_nodeVersion": "4.1.2",
|
||||
"_npmUser": {
|
||||
"name": "wulfsolter",
|
||||
"email": "wulf@wulf.co.nz"
|
||||
},
|
||||
"dist": {
|
||||
"shasum": "92ece6467e16cc2f5a00b965380f70cf1dbdd66e",
|
||||
"tarball": "http://registry.npmjs.org/mongo-express/-/mongo-express-0.23.3.tgz"
|
||||
},
|
||||
"keywords": [
|
||||
"GUI",
|
||||
"UI",
|
||||
"admin",
|
||||
"administration",
|
||||
"collection",
|
||||
"database",
|
||||
"interface",
|
||||
"manage",
|
||||
"manage-mongo",
|
||||
"mongo",
|
||||
"mongodb",
|
||||
"phpmyadmin",
|
||||
"web-based"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./middleware",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "andz",
|
||||
@@ -64,7 +110,23 @@
|
||||
"email": "wulf@wulf.co.nz"
|
||||
}
|
||||
],
|
||||
"directories": {},
|
||||
"_resolved": "https://registry.npmjs.org/mongo-express/-/mongo-express-0.23.3.tgz",
|
||||
"readme": "ERROR: No README data found!"
|
||||
"name": "mongo-express",
|
||||
"optionalDependencies": {},
|
||||
"pre-commit": [
|
||||
"jscs",
|
||||
"jshint",
|
||||
"test"
|
||||
],
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/andzdroid/mongo-express.git"
|
||||
},
|
||||
"scripts": {
|
||||
"jscs": "jscs .",
|
||||
"jshint": "jshint -c .jshintrc --exclude-path .jshintignore .",
|
||||
"start": "node app",
|
||||
"test": "./node_modules/mocha/bin/mocha"
|
||||
},
|
||||
"version": "0.29.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user