UNPKG

bson-ext

Version:

The C++ bson parser for the node.js mongodb driver.

51 lines (50 loc) 1.23 kB
{ "name": "bson-ext", "description": "The C++ bson parser for the node.js mongodb driver.", "keywords": [ "mongodb", "bson", "parser" ], "version": "4.0.3", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com" }, "contributors": [], "repository": { "type": "git", "url": "git://github.com/mongodb-js/bson-ext.git" }, "bugs": { "url": "https://jira.mongodb.org/projects/NODE/issues/" }, "dependencies": { "bindings": "^1.5.0", "bson": "^4.7.0", "nan": "^2.14.2", "prebuild-install": "^6.1.2" }, "devDependencies": { "chai": "^4.3.4", "clang-format": "^1.5.0", "mocha": "^5.2.0", "node-gyp": "^8.0.0", "prebuild": "^10.0.1", "standard-version": "^9.3.0" }, "main": "lib/index.js", "engines": { "node": ">=6.9.0" }, "scripts": { "format": "clang-format -i --style=file --glob=\"src/*.{h,cc}\"", "install": "prebuild-install || node-gyp rebuild", "rebuild": "prebuild --compile", "prebuild": "prebuild --strip --verbose --all", "release": "standard-version -i HISTORY.md", "pretest": "npm run rebuild", "test": "mocha ./test/node" }, "license": "Apache-2.0" }