UNPKG

mongodb-log-writer

Version:

A library for writing MongoDB logv2 messages

93 lines (92 loc) 2.46 kB
{ "name": "mongodb-log-writer", "description": "A library for writing MongoDB logv2 messages", "version": "2.5.13", "author": { "name": "MongoDB Inc", "email": "compass@mongodb.com" }, "publishConfig": { "access": "public" }, "bugs": { "url": "https://jira.mongodb.org/projects/COMPASS/issues", "email": "compass@mongodb.com" }, "homepage": "https://github.com/mongodb-js/devtools-shared", "repository": { "type": "git", "url": "https://github.com/mongodb-js/devtools-shared.git" }, "keywords": [ "mongodb", "log", "logv2" ], "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "import": { "types": "./dist/index.d.ts", "default": "./.esm-wrapper.mjs" } }, "./mongo-log-writer": { "types": "./dist/mongo-log-writer.d.ts", "default": "./dist/mongo-log-writer.js" }, "./mongo-log-manager": { "types": "./dist/mongo-log-manager.d.ts", "default": "./dist/mongo-log-manager.js" } }, "files": [ "LICENSE", "dist", "package.json", "README.md", ".esm-wrapper.mjs" ], "scripts": { "lint": "eslint src/**/*.ts", "test-only": "nyc mocha --colors -r ts-node/register src/**.spec.ts", "test": "npm run lint && npm run compile && npm run test-only", "test-ci": "npm run test", "compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./.esm-wrapper.mjs", "prepack": "npm run compile", "bootstrap": "npm run compile" }, "license": "Apache-2.0", "dependencies": { "heap-js": "^2.3.0" }, "peerDependencies": { "bson": "^4.6.3 || ^5 || ^6.10.3 || ^7.0.0" }, "devDependencies": { "@mongodb-js/eslint-config-devtools": "^0.11.7", "@mongodb-js/mocha-config-devtools": "^1.1.2", "@mongodb-js/prettier-config-devtools": "^1.0.3", "@mongodb-js/tsconfig-devtools": "^1.1.2", "@types/chai": "^4.2.21", "@types/mocha": "^9.1.1", "@types/semver": "^7.7.1", "@types/sinon-chai": "^4.0.0", "acorn": "^8.16.0", "chai": "^4.5.0", "depcheck": "^1.4.7", "eslint": "^7.25.0 || ^8.0.0", "gen-esm-wrapper": "^1.1.3", "mocha": "^8.4.0", "nyc": "^15.1.0", "prettier": "^3.8.1", "sinon": "^9.2.3", "typescript": "^5.9.3" }, "gitHead": "d9a0360d6b5a276e98d53e1c94abd067d6cc3fbb" }