You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

165 lines
5.6 KiB

{
"_from": "mongodb",
"_id": "mongodb@4.4.1",
"_inBundle": false,
"_integrity": "sha512-IAD3nFtCR4s22vi5qjqkCBnuyDDrOW8WVSSmgHquOvGaP1iTD+XpC5tr8wAUbZ2EeZkaswwBKQFHDvl4qYcKqQ==",
"_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-4.4.1.tgz",
"_shasum": "e604cfbe2d5e125ae156ad04b52d261bed480b99",
"_spec": "mongodb",
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahc",
"author": {
"name": "The MongoDB NodeJS Team",
"email": "dbx-node@mongodb.com"
},
"bugs": {
"url": "https://jira.mongodb.org/projects/NODE/issues/"
},
"bundleDependencies": false,
"dependencies": {
"bson": "^4.6.1",
"denque": "^2.0.1",
"mongodb-connection-string-url": "^2.5.2",
"saslprep": "^1.0.3",
"socks": "^2.6.2"
},
"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.19.4",
"@microsoft/tsdoc-config": "^0.15.2",
"@types/chai": "^4.3.0",
"@types/chai-subset": "^1.3.3",
"@types/kerberos": "^1.1.1",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.21",
"@types/saslprep": "^1.0.1",
"@types/semver": "^7.3.9",
"@types/sinon": "^10.0.11",
"@types/whatwg-url": "^8.2.1",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"bluebird": "^3.7.2",
"chai": "^4.3.6",
"chai-subset": "^1.6.0",
"chalk": "^4.1.2",
"downlevel-dts": "^0.9.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-tsdoc": "^0.2.14",
"js-yaml": "^4.1.0",
"lodash.camelcase": "^4.3.0",
"mocha": "^9.2.1",
"mocha-sinon": "^2.1.2",
"nyc": "^15.1.0",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"semver": "^7.3.5",
"sinon": "^13.0.1",
"sinon-chai": "^3.7.0",
"source-map-support": "^0.5.21",
"standard-version": "^9.3.2",
"ts-node": "^10.6.0",
"tsd": "^0.19.1",
"typescript": "^4.6.2",
"typescript-cached-transpile": "^0.0.6",
"xml2js": "^0.4.23",
"yargs": "^17.3.1"
},
"engines": {
"node": ">=12.9.0"
},
"files": [
"lib",
"src",
"etc/prepare.js",
"mongodb.d.ts",
"mongodb.ts34.d.ts"
],
"homepage": "https://github.com/mongodb/node-mongodb-native",
"keywords": [
"mongodb",
"driver",
"official"
],
"license": "Apache-2.0",
"main": "lib/index.js",
"name": "mongodb",
"optionalDependencies": {
"saslprep": "^1.0.3"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git"
},
"scripts": {
"build:docs": "./etc/docs/generate-docs.ts",
"build:dts": "npm run build:ts && api-extractor run && rimraf 'lib/**/*.d.ts*' && downlevel-dts mongodb.d.ts mongodb.ts34.d.ts",
"build:evergreen": "node .evergreen/generate_evergreen_tasks.js",
"build:ts": "rimraf lib && 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.js",
"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: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: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",
"prepare": "node etc/prepare.js",
"preview:docs": "python -m http.server --directory etc/docs/build",
"release": "standard-version -i HISTORY.md",
"test": "npm run check:lint && npm run test:all",
"test:all": "npm run check:unit && npm run check:test"
},
"tsd": {
"directory": "test/types",
"compilerOptions": {
"strict": true,
"target": "esnext",
"module": "commonjs",
"moduleResolution": "node"
}
},
"types": "mongodb.d.ts",
"typesVersions": {
"<=4.0.2": {
"mongodb.d.ts": [
"mongodb.ts34.d.ts"
]
}
},
"version": "4.4.1"
}