131 lines
4.0 KiB
JSON
131 lines
4.0 KiB
JSON
{
|
|
"_from": "bson@^4.0.2",
|
|
"_id": "bson@4.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-9fX257PVHAUpiRGmY3356RVWKQxLA73BgjA/x5MGuJkTEMeG7yzjuBrsiFB67EXRJnFVKrbJY9t/M+oElKYktQ==",
|
|
"_location": "/bson",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "bson@^4.0.2",
|
|
"name": "bson",
|
|
"escapedName": "bson",
|
|
"rawSpec": "^4.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/parquets"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/bson/-/bson-4.2.2.tgz",
|
|
"_shasum": "ac01bb32b8ab30839550b98e0f44fced931df75d",
|
|
"_spec": "bson@^4.0.2",
|
|
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview\\node_modules\\parquets",
|
|
"author": {
|
|
"name": "Christian Amor Kvalheim",
|
|
"email": "christkv@gmail.com"
|
|
},
|
|
"browser": {
|
|
"./lib/bson.js": "./dist/bson.browser.umd.js",
|
|
"./dist/bson.esm.js": "./dist/bson.browser.esm.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mongodb/js-bson/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"config": {
|
|
"native": false
|
|
},
|
|
"contributors": [],
|
|
"dependencies": {
|
|
"buffer": "^5.6.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A bson parser for node.js and the browser",
|
|
"devDependencies": {
|
|
"@babel/plugin-external-helpers": "^7.10.4",
|
|
"@babel/preset-env": "^7.11.0",
|
|
"@istanbuljs/nyc-config-typescript": "^1.0.1",
|
|
"@microsoft/api-extractor": "^7.11.2",
|
|
"@rollup/plugin-babel": "^5.2.0",
|
|
"@rollup/plugin-commonjs": "^15.0.0",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
"@rollup/plugin-typescript": "^6.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^3.10.1",
|
|
"@typescript-eslint/parser": "^3.10.1",
|
|
"benchmark": "^2.1.4",
|
|
"chai": "^4.2.0",
|
|
"downlevel-dts": "^0.7.0",
|
|
"eslint": "^7.7.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-tsdoc": "^0.2.6",
|
|
"karma": "^5.1.1",
|
|
"karma-chai": "^0.1.0",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-mocha-reporter": "^2.2.5",
|
|
"karma-rollup-preprocessor": "^7.0.5",
|
|
"mocha": "5.2.0",
|
|
"node-fetch": "^2.6.1",
|
|
"nyc": "^15.1.0",
|
|
"prettier": "^2.1.1",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "^2.26.5",
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
"rollup-plugin-node-globals": "^1.4.0",
|
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
|
"standard-version": "^8.0.1",
|
|
"ts-node": "^9.0.0",
|
|
"typedoc": "^0.18.0",
|
|
"typescript": "^4.0.2",
|
|
"typescript-cached-transpile": "0.0.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"src",
|
|
"dist",
|
|
"bson.d.ts",
|
|
"etc/prepare.js",
|
|
"bower.json"
|
|
],
|
|
"homepage": "https://github.com/mongodb/js-bson#readme",
|
|
"keywords": [
|
|
"mongodb",
|
|
"bson",
|
|
"parser"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "lib/bson.js",
|
|
"module": "dist/bson.esm.js",
|
|
"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:bundle": "rollup -c rollup.config.js",
|
|
"build:dts": "npm run build:ts && api-extractor run --typescript-compiler-folder node_modules/typescript --local && rimraf 'lib/**/*.d.ts*' && downlevel-dts bson.d.ts bson.d.ts",
|
|
"build:ts": "tsc",
|
|
"coverage": "nyc npm run test-node",
|
|
"coverage:html": "npm run coverage && open ./coverage/index.html",
|
|
"docs": "typedoc",
|
|
"format": "eslint --ext '.js,.ts' src test --fix",
|
|
"lint": "eslint -v && eslint --ext '.js,.ts' --max-warnings=0 src test && tsc -v && tsc --noEmit",
|
|
"prepare": "node etc/prepare.js",
|
|
"release": "standard-version -i HISTORY.md",
|
|
"test": "npm run build && npm run test-node && npm run test-browser",
|
|
"test-browser": "karma start karma.conf.js",
|
|
"test-node": "mocha test/node test/*_tests.js"
|
|
},
|
|
"types": "bson.d.ts",
|
|
"version": "4.2.2"
|
|
}
|