diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-22 02:46:20 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-22 02:46:20 +0000 |
| commit | 5c5dc252311ddc47dbd6ea49f24bddeb9990f5fe (patch) | |
| tree | 472063fcd490f54883d2ea9d0e6aa7e4f8009707 /node_modules/mongodb/package.json | |
| parent | 0653dcc395a54c8c95ed4f997ff9bbf02ea60b5e (diff) | |
| parent | 21b3b50f84e7c4c4d30f2e5c73a444a0288e1c5d (diff) | |
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'node_modules/mongodb/package.json')
| -rw-r--r-- | node_modules/mongodb/package.json | 127 |
1 files changed, 47 insertions, 80 deletions
diff --git a/node_modules/mongodb/package.json b/node_modules/mongodb/package.json index 21c244f..26c6355 100644 --- a/node_modules/mongodb/package.json +++ b/node_modules/mongodb/package.json @@ -1,61 +1,22 @@ { - "_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" + "name": "mongodb", + "version": "2.2.4", + "description": "The official MongoDB driver for Node.js", + "main": "index.js", + "repository": { + "type": "git", + "url": "git@github.com:mongodb/node-mongodb-native.git" }, - "_requiredBy": [ - "/" + "keywords": [ + "mongodb", + "driver", + "official" ], - "_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", + "mongodb-core": "2.0.6", "readable-stream": "1.0.31" }, - "description": "The official MongoDB driver for Node.js", "devDependencies": { "JSONStream": "^1.0.7", "betterbenchmarks": "^0.1.0", @@ -79,44 +40,50 @@ "semver": "5.1.0", "worker-farm": "^1.3.1" }, - "directories": {}, - "dist": { - "shasum": "ac9e9662f92efc16a38abed08283d483e5a5cb18", - "tarball": "https://registry.npmjs.org/mongodb/-/mongodb-2.2.2.tgz" + "author": { + "name": "Christian Kvalheim" }, + "license": "Apache-2.0", "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", + "bugs": { + "url": "https://github.com/mongodb/node-mongodb-native/issues" + }, + "scripts": { + "test": "node test/runner.js -t functional", + "coverage": "nyc node test/runner.js -t functional && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls" + }, "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" + "homepage": "https://github.com/mongodb/node-mongodb-native", + "gitHead": "d257f3efa0861f3ce908042774bbe276ebafd40a", + "_id": "mongodb@2.2.4", + "_shasum": "1e7af8d5f91df6f9936598ff2c960abc39828f17", + "_from": "mongodb@>=2.2.2 <3.0.0", + "_npmVersion": "2.15.1", + "_nodeVersion": "4.4.4", + "_npmUser": { + "name": "christkv", + "email": "christkv@gmail.com" }, - "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" + "maintainers": [ + { + "name": "christkv", + "email": "christkv@gmail.com" + } + ], + "dist": { + "shasum": "1e7af8d5f91df6f9936598ff2c960abc39828f17", + "tarball": "https://registry.npmjs.org/mongodb/-/mongodb-2.2.4.tgz" }, - "version": "2.2.2" + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/mongodb-2.2.4.tgz_1468891370725_0.9366551062557846" + }, + "directories": {}, + "_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-2.2.4.tgz" } |
