{
  "_from": "bson@^6.10.4",
  "_id": "bson@6.10.4",
  "_inBundle": false,
  "_integrity": "sha512-WIsKqkSC0ABoBJuT1LEX+2HEvNmNKKgnTAyd0fL8qzK4SH2i9NXg+t08YtdZp/V9IZ33cxe3iV4yM0qg8lMQng==",
  "_location": "/bson",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "bson@^6.10.4",
    "name": "bson",
    "escapedName": "bson",
    "rawSpec": "^6.10.4",
    "saveSpec": null,
    "fetchSpec": "^6.10.4"
  },
  "_requiredBy": [
    "/mongodb",
    "/mongoose"
  ],
  "_resolved": "https://registry.npmjs.org/bson/-/bson-6.10.4.tgz",
  "_shasum": "d530733bb5bb16fb25c162e01a3344fab332fd2b",
  "_spec": "bson@^6.10.4",
  "_where": "/home/ambitvny/nodevenv/public_html/JS/hashapp/10/lib/node_modules/mongoose",
  "author": {
    "name": "The MongoDB NodeJS Team",
    "email": "dbx-node@mongodb.com"
  },
  "bugs": {
    "url": "https://jira.mongodb.org/projects/NODE/issues/"
  },
  "bundleDependencies": false,
  "compass:exports": {
    "import": "./lib/bson.cjs",
    "require": "./lib/bson.cjs"
  },
  "config": {
    "native": false
  },
  "contributors": [],
  "deprecated": false,
  "description": "A bson parser for node.js and the browser",
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@microsoft/api-extractor": "^7.52.5",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/chai": "^4.3.17",
    "@types/mocha": "^10.0.7",
    "@types/node": "^22.15.3",
    "@types/sinon": "^17.0.4",
    "@types/sinon-chai": "^3.2.12",
    "@typescript-eslint/eslint-plugin": "^8.31.1",
    "@typescript-eslint/parser": "^8.31.1",
    "benchmark": "^2.1.4",
    "chai": "^4.4.1",
    "chalk": "^5.3.0",
    "dbx-js-tools": "github:mongodb-js/dbx-js-tools#main",
    "eslint": "^9.25.1",
    "eslint-config-prettier": "^10.1.2",
    "eslint-plugin-no-bigint-usage": "file:etc/eslint/no-bigint-usage",
    "eslint-plugin-prettier": "^5.2.6",
    "eslint-plugin-tsdoc": "^0.4.0",
    "magic-string": "^0.30.11",
    "mocha": "^10.7.0",
    "node-fetch": "^3.3.2",
    "nyc": "^15.1.0",
    "prettier": "^3.5.3",
    "rollup": "^4.40.1",
    "sinon": "^18.0.0",
    "sinon-chai": "^3.7.0",
    "source-map-support": "^0.5.21",
    "tar": "^7.4.3",
    "ts-node": "^10.9.2",
    "tsd": "^0.31.1",
    "typescript": "^5.8.3",
    "typescript-cached-transpile": "0.0.6",
    "uuid": "^11.1.0"
  },
  "engines": {
    "node": ">=16.20.1"
  },
  "exports": {
    "browser": {
      "types": "./bson.d.ts",
      "default": "./lib/bson.mjs"
    },
    "react-native": "./lib/bson.rn.cjs",
    "default": {
      "types": "./bson.d.ts",
      "import": "./lib/bson.node.mjs",
      "require": "./lib/bson.cjs"
    }
  },
  "files": [
    "lib",
    "src",
    "bson.d.ts",
    "etc/prepare.js",
    "vendor"
  ],
  "homepage": "https://github.com/mongodb/js-bson#readme",
  "keywords": [
    "mongodb",
    "bson",
    "parser"
  ],
  "license": "Apache-2.0",
  "main": "./lib/bson.cjs",
  "module": "./lib/bson.node.mjs",
  "name": "bson",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mongodb/js-bson.git"
  },
  "scripts": {
    "build": "npm run build:dts && npm run build:bundle",
    "build:bench": "cd test/bench && npx tsc",
    "build:bundle": "rollup -c rollup.config.mjs",
    "build:dts": "npm run build:ts && api-extractor run --typescript-compiler-folder node_modules/typescript --local && node etc/clean_definition_files.cjs",
    "build:ts": "node ./node_modules/typescript/bin/tsc",
    "check:baseline-bench": "node ./test/bench/etc/cpuBaseline.js",
    "check:coverage": "nyc --check-coverage npm run check:node",
    "check:custom-bench": "npm run build && npm run check:baseline-bench && node ./test/bench/custom/main.mjs",
    "check:granular-bench": "npm run build:bench && npm run check:baseline-bench && node ./test/bench/etc/run_granular_benchmarks.js",
    "check:lint": "ESLINT_USE_FLAT_CONFIG=false eslint -v && ESLINT_USE_FLAT_CONFIG=false eslint --ext '.js,.ts' --max-warnings=0 src test && npm run build:dts && npm run check:tsd",
    "check:node": "WEB=false mocha test/node",
    "check:spec-bench": "npm run build:bench && npm run check:baseline-bench && node ./test/bench/lib/spec/bsonBench.js",
    "check:tsd": "npm run build:dts && tsd",
    "check:web": "WEB=true mocha test/node",
    "check:web-no-bigint": "WEB=true NO_BIGINT=true mocha test/node",
    "format": "ESLINT_USE_FLAT_CONFIG=false eslint --ext '.js,.ts' src test --fix",
    "prepare": "node etc/prepare.js",
    "pretest": "npm run build",
    "release": "standard-version -i HISTORY.md",
    "test": "npm run check:node && npm run check:web && npm run check:web-no-bigint"
  },
  "tsd": {
    "directory": "test/types",
    "compilerOptions": {
      "strict": true,
      "target": "esnext",
      "module": "commonjs",
      "moduleResolution": "node"
    }
  },
  "types": "bson.d.ts",
  "version": "6.10.4"
}
