mongodb-explain-compat
Version:
Convert mongodb SBE explain output to 4.4 explain output
57 lines (56 loc) • 1.52 kB
JSON
{
"name": "mongodb-explain-compat",
"version": "3.3.8",
"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 **/*.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.3.8",
"gen-esm-wrapper": "^1.1.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0"
},
"gitHead": "d6e9dc2456869b8b0c3052dde8b79952c14372e4"
}