mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 18:52:50 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
98
node_modules/mongodb/package.json
generated
vendored
Normal file
98
node_modules/mongodb/package.json
generated
vendored
Normal file
@@ -0,0 +1,98 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"mongodb@^2.0.0",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/mongo-express"
|
||||
]
|
||||
],
|
||||
"_from": "mongodb@>=2.0.0 <3.0.0",
|
||||
"_id": "mongodb@2.1.3",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/mongodb",
|
||||
"_nodeVersion": "4.2.4",
|
||||
"_npmUser": {
|
||||
"email": "christkv@gmail.com",
|
||||
"name": "christkv"
|
||||
},
|
||||
"_npmVersion": "2.14.12",
|
||||
"_phantomChildren": {
|
||||
"core-util-is": "1.0.2",
|
||||
"inherits": "2.0.1",
|
||||
"isarray": "0.0.1",
|
||||
"string_decoder": "0.10.31"
|
||||
},
|
||||
"_requested": {
|
||||
"name": "mongodb",
|
||||
"raw": "mongodb@^2.0.0",
|
||||
"rawSpec": "^2.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=2.0.0 <3.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mongo-express"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-2.1.3.tgz",
|
||||
"_shasum": "8c1eb443e77ac2ea10e281307b1692efcc2187b5",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "mongodb@^2.0.0",
|
||||
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/mongo-express",
|
||||
"author": {
|
||||
"name": "Christian Kvalheim"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mongodb/node-mongodb-native/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"es6-promise": "3.0.2",
|
||||
"mongodb-core": "1.2.31",
|
||||
"readable-stream": "1.0.31"
|
||||
},
|
||||
"description": "MongoDB legacy driver emulation layer on top of mongodb-core",
|
||||
"devDependencies": {
|
||||
"bluebird": "2.9.27",
|
||||
"bson": "~0.4",
|
||||
"co": "4.5.4",
|
||||
"gleak": "0.5.0",
|
||||
"integra": "0.1.8",
|
||||
"jsdoc": "3.3.0-beta3",
|
||||
"mongodb-extended-json": "1.3.0",
|
||||
"mongodb-topology-manager": "1.0.x",
|
||||
"mongodb-version-manager": "^0.8.10",
|
||||
"optimist": "0.6.1",
|
||||
"rimraf": "2.2.6",
|
||||
"semver": "4.1.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "8c1eb443e77ac2ea10e281307b1692efcc2187b5",
|
||||
"tarball": "http://registry.npmjs.org/mongodb/-/mongodb-2.1.3.tgz"
|
||||
},
|
||||
"gitHead": "a38d2e4f6df0794466a66c41b46593ad84746dcd",
|
||||
"homepage": "https://github.com/mongodb/node-mongodb-native",
|
||||
"keywords": [
|
||||
"driver",
|
||||
"legacy",
|
||||
"mongodb"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "christkv",
|
||||
"email": "christkv@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "mongodb",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test/runner.js -t functional"
|
||||
},
|
||||
"version": "2.1.3"
|
||||
}
|
||||
Reference in New Issue
Block a user