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-core/package.json | |
| parent | 16bbc66ebafc6f1a55e47dbda3f3c0f658fe715c (diff) | |
| parent | c1ce89359a7b54ec97b54ce577e5534c180c5c4b (diff) | |
merged
Diffstat (limited to 'node_modules/mongodb-core/package.json')
| -rw-r--r-- | node_modules/mongodb-core/package.json | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/node_modules/mongodb-core/package.json b/node_modules/mongodb-core/package.json new file mode 100644 index 0000000..7118c5d --- /dev/null +++ b/node_modules/mongodb-core/package.json @@ -0,0 +1,107 @@ +{ + "_args": [ + [ + { + "name": "mongodb-core", + "raw": "mongodb-core@2.0.5", + "rawSpec": "2.0.5", + "scope": null, + "spec": "2.0.5", + "type": "version" + }, + "/Users/warefhaque/CSC309/solutions_repo/node_modules/mongodb" + ] + ], + "_from": "mongodb-core@2.0.5", + "_id": "mongodb-core@2.0.5", + "_inCache": true, + "_installable": true, + "_location": "/mongodb-core", + "_nodeVersion": "4.4.4", + "_npmOperationalInternal": { + "host": "packages-12-west.internal.npmjs.com", + "tmp": "tmp/mongodb-core-2.0.5.tgz_1468603095051_0.6176625408697873" + }, + "_npmUser": { + "email": "christkv@gmail.com", + "name": "christkv" + }, + "_npmVersion": "2.15.1", + "_phantomChildren": {}, + "_requested": { + "name": "mongodb-core", + "raw": "mongodb-core@2.0.5", + "rawSpec": "2.0.5", + "scope": null, + "spec": "2.0.5", + "type": "version" + }, + "_requiredBy": [ + "/mongodb" + ], + "_resolved": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-2.0.5.tgz", + "_shasum": "eb1d72e6b085c8de7aad399bcb66f41cb3674267", + "_shrinkwrap": null, + "_spec": "mongodb-core@2.0.5", + "_where": "/Users/warefhaque/CSC309/solutions_repo/node_modules/mongodb", + "author": { + "name": "Christian Kvalheim" + }, + "bugs": { + "url": "https://github.com/christkv/mongodb-core/issues" + }, + "dependencies": { + "bson": "~0.5.1", + "require_optional": "~1.0.0" + }, + "description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications", + "devDependencies": { + "co": "4.5.4", + "coveralls": "^2.11.6", + "es6-promise": "^3.0.2", + "gleak": "0.5.0", + "integra": "0.1.8", + "jsdoc": "3.3.0-alpha8", + "mkdirp": "0.5.0", + "mongodb-topology-manager": "1.0.x", + "mongodb-version-manager": "^1.x", + "nyc": "^5.5.0", + "optimist": "latest", + "rimraf": "2.2.6", + "semver": "4.1.0" + }, + "directories": {}, + "dist": { + "shasum": "eb1d72e6b085c8de7aad399bcb66f41cb3674267", + "tarball": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-2.0.5.tgz" + }, + "gitHead": "ea0de7053b38c48ae54e0105cfc4a0726050a655", + "homepage": "https://github.com/christkv/mongodb-core", + "keywords": [ + "mongodb", + "core" + ], + "license": "Apache-2.0", + "main": "index.js", + "maintainers": [ + { + "email": "christkv@gmail.com", + "name": "christkv" + } + ], + "name": "mongodb-core", + "optionalDependencies": {}, + "peerOptionalDependencies": { + "kerberos": "~0.0" + }, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git://github.com/christkv/mongodb-core.git" + }, + "scripts": { + "coverage": "nyc node test/runner.js -t functional -l && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls", + "test": "node test/runner.js -t functional" + }, + "version": "2.0.5" +} |
