aboutsummaryrefslogtreecommitdiff
path: root/node_modules/mongodb/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/mongodb/package.json')
-rw-r--r--node_modules/mongodb/package.json127
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"
}