| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "name": "mongodb",
- "version": "2.0.55",
- "description": "MongoDB legacy driver emulation layer on top of mongodb-core",
- "main": "index.js",
- "repository": {
- "type": "git",
- "url": "git@github.com:mongodb/node-mongodb-native.git"
- },
- "keywords": [
- "mongodb",
- "driver",
- "legacy"
- ],
- "dependencies": {
- "mongodb-core": "1.2.31",
- "readable-stream": "1.0.31",
- "es6-promise": "2.1.1"
- },
- "devDependencies": {
- "integra": "0.1.8",
- "optimist": "0.6.1",
- "bson": "~0.4",
- "jsdoc": "3.3.0-beta3",
- "semver": "4.1.0",
- "rimraf": "2.2.6",
- "gleak": "0.5.0",
- "mongodb-version-manager": "^0.8.10",
- "mongodb-topology-manager": "1.0.x",
- "co": "4.5.4",
- "bluebird": "2.9.27"
- },
- "author": {
- "name": "Christian Kvalheim"
- },
- "license": "Apache-2.0",
- "bugs": {
- "url": "https://github.com/mongodb/node-mongodb-native/issues"
- },
- "scripts": {
- "test": "node test/runner.js -t functional"
- },
- "homepage": "https://github.com/mongodb/node-mongodb-native",
- "gitHead": "6212f4bdc05fe8e2a4375dbb2b145bf7541ab5e2",
- "_id": "mongodb@2.0.55",
- "_shasum": "a09dd77259f6bba69f7dd592a011c11aa5761097",
- "_from": "mongodb@>=2.0.39 <2.1.0",
- "_npmVersion": "2.14.12",
- "_nodeVersion": "4.2.4",
- "_npmUser": {
- "name": "christkv",
- "email": "christkv@gmail.com"
- },
- "maintainers": [
- {
- "name": "christkv",
- "email": "christkv@gmail.com"
- }
- ],
- "dist": {
- "shasum": "a09dd77259f6bba69f7dd592a011c11aa5761097",
- "size": 189330,
- "noattachment": false,
- "tarball": "http://registry.npm.taobao.org/mongodb/download/mongodb-2.0.55.tgz"
- },
- "directories": {},
- "publish_time": 1451922454415,
- "_cnpm_publish_time": 1451922454415,
- "_resolved": "http://registry.npm.taobao.org/mongodb/download/mongodb-2.0.55.tgz"
- }
|