123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- {
- "_from": "mongodb",
- "_id": "mongodb@3.5.7",
- "_inBundle": false,
- "_integrity": "sha512-lMtleRT+vIgY/JhhTn1nyGwnSMmJkJELp+4ZbrjctrnBxuLbj6rmLuJFz8W2xUzUqWmqoyVxJLYuC58ZKpcTYQ==",
- "_location": "/mongodb",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "mongodb",
- "name": "mongodb",
- "escapedName": "mongodb",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.5.7.tgz",
- "_shasum": "6dcfff3bdbf67a53263dcca1647c265eea1d065d",
- "_spec": "mongodb",
- "_where": "D:\\a-level\\javascript\\homework\\chat-server",
- "bugs": {
- "url": "https://github.com/mongodb/node-mongodb-native/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "bl": "^2.2.0",
- "bson": "^1.1.4",
- "denque": "^1.4.1",
- "require_optional": "^1.0.1",
- "safe-buffer": "^5.1.2",
- "saslprep": "^1.0.0"
- },
- "deprecated": false,
- "description": "The official MongoDB driver for Node.js",
- "devDependencies": {
- "chai": "^4.1.1",
- "chai-subset": "^1.6.0",
- "chalk": "^2.4.2",
- "co": "4.6.0",
- "coveralls": "^2.11.6",
- "eslint": "^4.5.0",
- "eslint-plugin-prettier": "^2.2.0",
- "istanbul": "^0.4.5",
- "jsdoc": "3.5.5",
- "lodash.camelcase": "^4.3.0",
- "mocha": "5.2.0",
- "mocha-sinon": "^2.1.0",
- "mongodb-extjson": "^2.1.1",
- "mongodb-mock-server": "^1.0.1",
- "prettier": "^1.19.1",
- "semver": "^5.5.0",
- "sinon": "^4.3.0",
- "sinon-chai": "^3.2.0",
- "snappy": "^6.3.4",
- "standard-version": "^4.4.0",
- "util.promisify": "^1.0.1",
- "worker-farm": "^1.5.0",
- "wtfnode": "^0.8.0",
- "yargs": "^14.2.0"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js",
- "lib"
- ],
- "homepage": "https://github.com/mongodb/node-mongodb-native",
- "keywords": [
- "mongodb",
- "driver",
- "official"
- ],
- "license": "Apache-2.0",
- "main": "index.js",
- "name": "mongodb",
- "optionalDependencies": {
- "saslprep": "^1.0.0"
- },
- "peerOptionalDependencies": {
- "kerberos": "^1.1.0",
- "mongodb-client-encryption": "^1.0.0",
- "mongodb-extjson": "^2.1.2",
- "snappy": "^6.3.4",
- "bson-ext": "^2.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git"
- },
- "scripts": {
- "atlas": "node ./test/tools/atlas_connectivity_tests.js",
- "bench": "node test/benchmarks/driverBench/",
- "coverage": "istanbul cover mongodb-test-runner -- -t 60000 test/core test/unit test/functional",
- "format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'",
- "generate-evergreen": "node .evergreen/generate_evergreen_tasks.js",
- "lint": "eslint lib test",
- "release": "standard-version -i HISTORY.md",
- "test": "npm run lint && mocha --recursive test/functional test/unit test/core",
- "test-nolint": "mocha --recursive test/functional test/unit test/core"
- },
- "version": "3.5.7"
- }
|