diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-18 10:54:08 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-18 10:54:08 +0000 |
| commit | a35da9f9ccc1124d9b6f4461c7216ffbb0285e2f (patch) | |
| tree | d5b4b8548caae36a20e1258a8341dab4b3d522d2 /node_modules/mongodb/package.json | |
| parent | 16bbc66ebafc6f1a55e47dbda3f3c0f658fe715c (diff) | |
| parent | c1ce89359a7b54ec97b54ce577e5534c180c5c4b (diff) | |
merged
Diffstat (limited to 'node_modules/mongodb/package.json')
| -rw-r--r-- | node_modules/mongodb/package.json | 122 |
1 files changed, 122 insertions, 0 deletions
diff --git a/node_modules/mongodb/package.json b/node_modules/mongodb/package.json new file mode 100644 index 0000000..21c244f --- /dev/null +++ b/node_modules/mongodb/package.json @@ -0,0 +1,122 @@ +{ + "_args": [ + [ + { + "name": "mongodb", + "raw": "mongodb", + "rawSpec": "", + "scope": null, + "spec": "latest", + "type": "tag" + }, + "/Users/warefhaque/CSC309/solutions_repo" + ] + ], + "_from": "mongodb@latest", + "_id": "mongodb@2.2.2", + "_inCache": true, + "_installable": true, + "_location": "/mongodb", + "_nodeVersion": "4.4.4", + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/mongodb-2.2.2.tgz_1468610888864_0.8494748619850725" + }, + "_npmUser": { + "email": "christkv@gmail.com", + "name": "christkv" + }, + "_npmVersion": "2.15.1", + "_phantomChildren": {}, + "_requested": { + "name": "mongodb", + "raw": "mongodb", + "rawSpec": "", + "scope": null, + "spec": "latest", + "type": "tag" + }, + "_requiredBy": [ + "/" + ], + "_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-2.2.2.tgz", + "_shasum": "ac9e9662f92efc16a38abed08283d483e5a5cb18", + "_shrinkwrap": null, + "_spec": "mongodb", + "_where": "/Users/warefhaque/CSC309/solutions_repo", + "author": { + "name": "Christian Kvalheim" + }, + "bugs": { + "url": "https://github.com/mongodb/node-mongodb-native/issues" + }, + "dependencies": { + "es6-promise": "3.0.2", + "mongodb-core": "2.0.5", + "readable-stream": "1.0.31" + }, + "description": "The official MongoDB driver for Node.js", + "devDependencies": { + "JSONStream": "^1.0.7", + "betterbenchmarks": "^0.1.0", + "bluebird": "2.9.27", + "bson": "^0.5.1", + "cli-table": "^0.3.1", + "co": "4.5.4", + "colors": "^1.1.2", + "coveralls": "^2.11.6", + "event-stream": "^3.3.2", + "gleak": "0.5.0", + "integra": "0.1.8", + "jsdoc": "3.3.0-beta3", + "ldjson-stream": "^1.2.1", + "mongodb-extended-json": "1.3.0", + "mongodb-topology-manager": "1.0.x", + "mongodb-version-manager": "^0.8.10", + "nyc": "^5.5.0", + "optimist": "0.6.1", + "rimraf": "2.2.6", + "semver": "5.1.0", + "worker-farm": "^1.3.1" + }, + "directories": {}, + "dist": { + "shasum": "ac9e9662f92efc16a38abed08283d483e5a5cb18", + "tarball": "https://registry.npmjs.org/mongodb/-/mongodb-2.2.2.tgz" + }, + "engines": { + "node": ">=0.10.3" + }, + "gitHead": "ad1e56fcf0329bb98463ae0cfe4ed9280d49ffe1", + "homepage": "https://github.com/mongodb/node-mongodb-native", + "keywords": [ + "mongodb", + "driver", + "official" + ], + "license": "Apache-2.0", + "main": "index.js", + "maintainers": [ + { + "email": "christkv@gmail.com", + "name": "christkv" + } + ], + "name": "mongodb", + "nyc": { + "include": [ + "lib/**/*.js" + ] + }, + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git" + }, + "scripts": { + "coverage": "nyc node test/runner.js -t functional && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls", + "test": "node test/runner.js -t functional" + }, + "version": "2.2.2" +} |
