167 lines
6 KiB
JSON
167 lines
6 KiB
JSON
|
{
|
||
|
"_from": "mongodb@4x",
|
||
|
"_id": "mongodb@4.17.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-mLV7SEiov2LHleRJPMPrK2PMyhXFZt2UQLC4VD4pnth3jMjYKHhtqfwwkkvS/NXuo/Fp3vbhaNcXrIDaLRb9Tg==",
|
||
|
"_location": "/mongodb",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "tag",
|
||
|
"registry": true,
|
||
|
"raw": "mongodb@4x",
|
||
|
"name": "mongodb",
|
||
|
"escapedName": "mongodb",
|
||
|
"rawSpec": "4x",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "4x"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"#USER",
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.17.2.tgz",
|
||
|
"_shasum": "237c0534e36a3449bd74c6bf6d32f87a1ca7200c",
|
||
|
"_spec": "mongodb@4x",
|
||
|
"_where": "/home/dorians/cronjob",
|
||
|
"author": {
|
||
|
"name": "The MongoDB NodeJS Team",
|
||
|
"email": "dbx-node@mongodb.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://jira.mongodb.org/projects/NODE/issues/"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"@aws-sdk/credential-providers": "^3.186.0",
|
||
|
"@mongodb-js/saslprep": "^1.1.0",
|
||
|
"bson": "^4.7.2",
|
||
|
"mongodb-connection-string-url": "^2.6.0",
|
||
|
"socks": "^2.7.1"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "The official MongoDB driver for Node.js",
|
||
|
"devDependencies": {
|
||
|
"@iarna/toml": "^2.2.5",
|
||
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
||
|
"@microsoft/api-extractor": "^7.34.7",
|
||
|
"@microsoft/tsdoc-config": "^0.16.2",
|
||
|
"@mongodb-js/zstd": "^1.1.0",
|
||
|
"@octokit/core": "^4.2.4",
|
||
|
"@types/chai": "^4.3.5",
|
||
|
"@types/chai-subset": "^1.3.3",
|
||
|
"@types/express": "^4.17.17",
|
||
|
"@types/kerberos": "^1.1.1",
|
||
|
"@types/mocha": "^10.0.1",
|
||
|
"@types/node": "^18.16.3",
|
||
|
"@types/saslprep": "^1.0.1",
|
||
|
"@types/semver": "^7.3.13",
|
||
|
"@types/sinon": "^10.0.14",
|
||
|
"@types/sinon-chai": "^3.2.9",
|
||
|
"@types/whatwg-url": "^11.0.0",
|
||
|
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
||
|
"@typescript-eslint/parser": "^5.59.2",
|
||
|
"bluebird": "^3.7.2",
|
||
|
"chai": "^4.3.7",
|
||
|
"chai-subset": "^1.6.0",
|
||
|
"chalk": "^4.1.2",
|
||
|
"eslint": "^8.39.0",
|
||
|
"eslint-config-prettier": "^8.8.0",
|
||
|
"eslint-plugin-import": "^2.27.5",
|
||
|
"eslint-plugin-prettier": "^4.2.1",
|
||
|
"eslint-plugin-simple-import-sort": "^8.0.0",
|
||
|
"eslint-plugin-tsdoc": "^0.2.17",
|
||
|
"express": "^4.18.2",
|
||
|
"js-yaml": "^4.1.0",
|
||
|
"mocha": "^9.2.2",
|
||
|
"mocha-sinon": "^2.1.2",
|
||
|
"nyc": "^15.1.0",
|
||
|
"prettier": "^2.8.8",
|
||
|
"semver": "^7.5.0",
|
||
|
"sinon": "^13.0.1",
|
||
|
"sinon-chai": "^3.7.0",
|
||
|
"source-map-support": "^0.5.21",
|
||
|
"standard-version": "^9.5.0",
|
||
|
"ts-node": "^10.9.1",
|
||
|
"tsd": "^0.27.0",
|
||
|
"typescript": "^4.8.4",
|
||
|
"typescript-cached-transpile": "^0.0.6",
|
||
|
"v8-heapsnapshot": "^1.2.0",
|
||
|
"yargs": "^17.7.2"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=12.9.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib",
|
||
|
"src",
|
||
|
"etc/prepare.js",
|
||
|
"mongodb.d.ts",
|
||
|
"tsconfig.json"
|
||
|
],
|
||
|
"homepage": "https://github.com/mongodb/node-mongodb-native",
|
||
|
"keywords": [
|
||
|
"mongodb",
|
||
|
"driver",
|
||
|
"official"
|
||
|
],
|
||
|
"license": "Apache-2.0",
|
||
|
"main": "lib/index.js",
|
||
|
"name": "mongodb",
|
||
|
"optionalDependencies": {
|
||
|
"@aws-sdk/credential-providers": "^3.186.0",
|
||
|
"@mongodb-js/saslprep": "^1.1.0"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build:docs": "./etc/docs/build.ts",
|
||
|
"build:dts": "npm run build:ts && api-extractor run && node etc/clean_definition_files.cjs",
|
||
|
"build:evergreen": "node .evergreen/generate_evergreen_tasks.js",
|
||
|
"build:ts": "node ./node_modules/typescript/bin/tsc",
|
||
|
"build:typedoc": "typedoc",
|
||
|
"check:adl": "mocha --config test/mocha_mongodb.json test/manual/atlas-data-lake-testing",
|
||
|
"check:atlas": "mocha --config test/manual/mocharc.json test/manual/atlas_connectivity.test.js",
|
||
|
"check:aws": "mocha --config test/mocha_mongodb.json test/integration/auth/mongodb_aws.test.ts",
|
||
|
"check:bench": "node test/benchmarks/driverBench",
|
||
|
"check:coverage": "nyc npm run test:all",
|
||
|
"check:csfle": "mocha --config test/mocha_mongodb.json test/integration/client-side-encryption",
|
||
|
"check:dependencies": "mocha test/action/dependency.test.ts",
|
||
|
"check:dts": "node ./node_modules/typescript/bin/tsc --noEmit mongodb.d.ts && tsd",
|
||
|
"check:eslint": "eslint -v && eslint --max-warnings=0 --ext '.js,.ts' src test",
|
||
|
"check:integration-coverage": "nyc npm run check:test",
|
||
|
"check:kerberos": "mocha --config test/manual/mocharc.json test/manual/kerberos.test.js",
|
||
|
"check:lambda": "mocha --config test/mocha_lambda.json test/integration/node-specific/examples/handler.test.js",
|
||
|
"check:lambda:aws": "mocha --config test/mocha_lambda.json test/integration/node-specific/examples/aws_handler.test.js",
|
||
|
"check:ldap": "mocha --config test/manual/mocharc.json test/manual/ldap.test.js",
|
||
|
"check:lint": "npm run build:dts && npm run check:dts && npm run check:eslint && npm run check:tsd",
|
||
|
"check:ocsp": "mocha --config test/manual/mocharc.json test/manual/ocsp_support.test.js",
|
||
|
"check:snappy": "mocha test/unit/assorted/snappy.test.js",
|
||
|
"check:socks5": "mocha --config test/manual/mocharc.json test/manual/socks5.test.ts",
|
||
|
"check:test": "mocha --config test/mocha_mongodb.json test/integration",
|
||
|
"check:tls": "mocha --config test/manual/mocharc.json test/manual/tls_support.test.js",
|
||
|
"check:ts": "node ./node_modules/typescript/bin/tsc -v && node ./node_modules/typescript/bin/tsc --noEmit",
|
||
|
"check:tsd": "tsd --version && tsd",
|
||
|
"check:unit": "mocha test/unit",
|
||
|
"fix:eslint": "npm run check:eslint -- --fix",
|
||
|
"prepare": "node etc/prepare.js",
|
||
|
"preview:docs": "ts-node etc/docs/preview.ts",
|
||
|
"release": "bash etc/check-remote.sh && standard-version -a -i HISTORY.md",
|
||
|
"test": "npm run check:lint && npm run test:all",
|
||
|
"test:all": "npm run check:unit && npm run check:test",
|
||
|
"update:docs": "npm run build:docs -- --yes"
|
||
|
},
|
||
|
"tsd": {
|
||
|
"directory": "test/types",
|
||
|
"compilerOptions": {
|
||
|
"strict": true,
|
||
|
"target": "esnext",
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node"
|
||
|
}
|
||
|
},
|
||
|
"types": "mongodb.d.ts",
|
||
|
"version": "4.17.2"
|
||
|
}
|