UNPKG

mongodb-explain-compat

Version:

Convert mongodb SBE explain output to 4.4 explain output

60 lines (59 loc) 1.58 kB
{ "name": "mongodb-explain-compat", "version": "3.3.30", "description": "Convert mongodb SBE explain output to 4.4 explain output", "keywords": [ "mongodb", "sbe", "explain" ], "main": "lib/index.js", "compass:main": "lib/index.js", "exports": { "import": "./.esm-wrapper.mjs", "require": "./lib/index.js", "types": "./index.d.ts" }, "compass:exports": { ".": "./lib/index.js" }, "types": "./index.d.ts", "files": [ "LICENSE", "lib", "package.json", "README.md", ".esm-wrapper.mjs" ], "scripts": { "lint": "eslint-compass **/*.js", "test": "npm run compile && nyc mocha --colors test/*.js", "compile": "gen-esm-wrapper . ./.esm-wrapper.mjs", "prepublishOnly": "npm run compile && compass-scripts check-exports-exist", "test-ci": "npm run test", "depcheck": "compass-scripts check-peer-deps && depcheck", "bootstrap": "npm run compile", "check": "npm run lint && npm run depcheck", "check-ci": "npm run check" }, "homepage": "https://github.com/mongodb-js/compass", "repository": { "type": "git", "url": "https://github.com/mongodb-js/compass.git" }, "bugs": { "url": "https://jira.mongodb.org/projects/COMPASS/issues", "email": "compass@mongodb.com" }, "license": "SSPL", "devDependencies": { "@mongodb-js/eslint-config-compass": "^1.4.19", "gen-esm-wrapper": "^1.1.0", "mocha": "^10.2.0", "nyc": "^15.1.0" }, "publishConfig": { "access": "public" }, "gitHead": "1ed29c06e4fb11e30e246a9b92f19571097e9e7f" }