123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_from": "mongodb-core@2.1.2",
- "_id": "mongodb-core@2.1.2",
- "_inBundle": false,
- "_integrity": "sha512-yb82YpD/pNXxd1UxvnSqBVaHkKag2FjGGwlJFwzdmGRaIYjLe9Od8miyn0tfVuoSBDMFN4m5P97vtuDfCmTGzQ==",
- "_location": "/mongodb-core",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "mongodb-core@2.1.2",
- "name": "mongodb-core",
- "escapedName": "mongodb-core",
- "rawSpec": "2.1.2",
- "saveSpec": null,
- "fetchSpec": "2.1.2"
- },
- "_requiredBy": [
- "/mongodb"
- ],
- "_resolved": "https://registry.npmmirror.com/mongodb-core/-/mongodb-core-2.1.2.tgz",
- "_shasum": "a11db773d34819cbeb97751241827137ab535aab",
- "_spec": "mongodb-core@2.1.2",
- "_where": "C:\\Users\\86186\\Desktop\\小程序\\mini_huahua_service\\node_modules\\mongodb",
- "author": {
- "name": "Christian Kvalheim"
- },
- "bugs": {
- "url": "https://github.com/christkv/mongodb-core/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "bson": "~1.0.1",
- "require_optional": "~1.0.0"
- },
- "deprecated": false,
- "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.6",
- "mongodb-version-manager": "github:christkv/mongodb-version-manager#master",
- "nyc": "^5.5.0",
- "optimist": "latest",
- "rimraf": "2.2.6",
- "semver": "4.1.0"
- },
- "homepage": "https://github.com/christkv/mongodb-core",
- "keywords": [
- "mongodb",
- "core"
- ],
- "license": "Apache-2.0",
- "main": "index.js",
- "name": "mongodb-core",
- "peerOptionalDependencies": {
- "kerberos": "~0.0",
- "bson-ext": "1.0.1"
- },
- "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",
- "lint": "eslint lib",
- "test": "node test/runner.js -t functional"
- },
- "version": "2.1.2"
- }
|