mirror of
https://github.com/bvanroll/rpiRadio.git
synced 2025-08-30 20:42:44 +00:00
Initial Commit
This commit is contained in:
79
ProjectNow/NodeServer/node_modules/mongodb-core/package.json
generated
vendored
Normal file
79
ProjectNow/NodeServer/node_modules/mongodb-core/package.json
generated
vendored
Normal file
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"_from": "mongodb-core@3.1.0-beta4",
|
||||
"_id": "mongodb-core@3.1.0-beta4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-aiwUKBGmFZwBx4CdC1iK5kjZyk0zhDxQ0edRtpTZUkk1jyWkdzYd6GEA6wMl7O6ZX/dOiFM2ujkrUR7+vkqJPw==",
|
||||
"_location": "/mongodb-core",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "mongodb-core@3.1.0-beta4",
|
||||
"name": "mongodb-core",
|
||||
"escapedName": "mongodb-core",
|
||||
"rawSpec": "3.1.0-beta4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.1.0-beta4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mongodb"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-3.1.0-beta4.tgz",
|
||||
"_shasum": "44813da6ee0a61d26f0d523207cfba8ca32e59fc",
|
||||
"_spec": "mongodb-core@3.1.0-beta4",
|
||||
"_where": "/home/beppe/Documents/Python/proj/1718PROJrpiRadio/NodeServer/node_modules/mongodb",
|
||||
"author": {
|
||||
"name": "Christian Kvalheim"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mongodb-js/mongodb-core/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"bson": "~1.0.4",
|
||||
"require_optional": "^1.0.1",
|
||||
"saslprep": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications",
|
||||
"devDependencies": {
|
||||
"chai": "^4.1.2",
|
||||
"co": "^4.6.0",
|
||||
"conventional-changelog-cli": "^1.3.5",
|
||||
"eslint": "^4.6.1",
|
||||
"eslint-plugin-prettier": "^2.2.0",
|
||||
"jsdoc": "3.5.4",
|
||||
"mongodb-mock-server": "^1.0.0",
|
||||
"mongodb-test-runner": "^1.1.18",
|
||||
"prettier": "^1.6.1",
|
||||
"snappy": "^6.0.1"
|
||||
},
|
||||
"homepage": "https://github.com/mongodb-js/mongodb-core",
|
||||
"keywords": [
|
||||
"mongodb",
|
||||
"core"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"main": "index.js",
|
||||
"name": "mongodb-core",
|
||||
"optionalDependencies": {
|
||||
"saslprep": "^1.0.0"
|
||||
},
|
||||
"peerOptionalDependencies": {
|
||||
"kerberos": "^0.0.23",
|
||||
"snappy": "^6.0.1",
|
||||
"bson-ext": "1.0.5"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mongodb-js/mongodb-core.git"
|
||||
},
|
||||
"scripts": {
|
||||
"changelog": "conventional-changelog -p angular -i HISTORY.md -s",
|
||||
"coverage": "nyc node test/runner.js -t functional -l && node_modules/.bin/nyc report --reporter=text-lcov | node_modules/.bin/coveralls",
|
||||
"format": "prettier --print-width 100 --tab-width 2 --single-quote --write index.js 'test/**/*.js' 'lib/**/*.js'",
|
||||
"lint": "eslint index.js lib test",
|
||||
"test": "npm run lint && mongodb-test-runner -t 60000 test/tests"
|
||||
},
|
||||
"version": "3.1.0-beta4"
|
||||
}
|
Reference in New Issue
Block a user