This commit is contained in:
Jonasz Bigda
2023-03-25 21:51:42 +01:00
parent 0db1d5117e
commit b332e9ceb0
1044 changed files with 37502 additions and 63938 deletions

70
node_modules/mongoose/package.json generated vendored
View File

@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "5.9.22",
"version": "5.13.16",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
@@ -19,25 +19,31 @@
],
"license": "MIT",
"dependencies": {
"@types/bson": "1.x || 4.0.x",
"@types/mongodb": "^3.5.27",
"bson": "^1.1.4",
"kareem": "2.3.1",
"mongodb": "3.5.9",
"kareem": "2.3.2",
"mongodb": "3.7.3",
"mongoose-legacy-pluralize": "1.0.2",
"mpath": "0.7.0",
"mquery": "3.2.2",
"mpath": "0.8.4",
"mquery": "3.2.5",
"ms": "2.1.2",
"optional-require": "1.0.x",
"regexp-clone": "1.0.0",
"safe-buffer": "5.2.1",
"sliced": "1.0.1",
"sift": "7.0.1"
"sift": "13.5.2",
"sliced": "1.0.1"
},
"devDependencies": {
"@babel/core": "7.10.5",
"@babel/preset-env": "7.10.4",
"@typescript-eslint/eslint-plugin": "4.10.0",
"@typescript-eslint/parser": "4.10.0",
"@types/node": "16.11.23",
"acquit": "1.x",
"acquit-ignore": "0.1.x",
"acquit-require": "0.1.x",
"async": "2.6.2",
"babel-loader": "7.1.4",
"babel-preset-es2015": "6.24.1",
"babel-loader": "8.1.0",
"benchmark": "2.1.4",
"bluebird": "3.5.5",
"chalk": "2.4.2",
@@ -46,23 +52,25 @@
"dox": "0.3.1",
"eslint": "7.1.0",
"eslint-plugin-mocha-no-only": "1.1.0",
"highlight.js": "9.1.0",
"highlight.js": "9.18.2",
"lodash.isequal": "4.5.0",
"lodash.isequalwith": "4.4.0",
"marked": "0.6.2",
"marked": "1.1.1",
"mkdirp": "0.5.5",
"mocha": "5.x",
"moment": "2.x",
"mongodb-topology-manager": "1.0.11",
"mongoose-long": "0.2.1",
"node-static": "0.7.11",
"object-sizeof": "1.3.0",
"pug": "2.0.3",
"q": "1.5.1",
"rimraf": "2.6.3",
"schema-utils": "2.6.5",
"semver": "5.5.0",
"typescript": "4.1.x",
"uuid": "2.0.3",
"uuid-parse": "1.0.0",
"validator": "10.8.0",
"webpack": "4.16.4"
"webpack": "4.44.0"
},
"directories": {
"lib": "./lib/mongoose"
@@ -72,11 +80,13 @@
"build-browser": "node build-browser.js",
"prepublishOnly": "npm run build-browser",
"release": "git pull && git push origin master --tags && npm publish",
"release-legacy": "git pull origin 4.x && git push origin 4.x --tags && npm publish --tag legacy",
"test": "mocha --exit",
"release-legacy": "git pull origin 5.x && git push origin 5.x --tags && npm publish --tag legacy",
"test": "mocha --exit ./test/*.test.js ./test/typescript/main.test.js",
"tdd": "mocha ./test/*.test.js ./test/typescript/main.test.js --watch --recursive --watch-files ./**/*.js",
"test-cov": "nyc --reporter=html --reporter=text npm test"
},
"main": "./index.js",
"types": "./index.d.ts",
"engines": {
"node": ">=4.0.0"
},
@@ -101,6 +111,26 @@
"extends": [
"eslint:recommended"
],
"overrides": [
{
"files": [
"**/*.{ts,tsx}"
],
"extends": [
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
],
"plugins": [
"@typescript-eslint"
],
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/explicit-module-boundary-types": "off"
}
}
],
"plugins": [
"mocha-no-only"
],
@@ -224,8 +254,4 @@
"type": "opencollective",
"url": "https://opencollective.com/mongoose"
}
,"_resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.9.22.tgz"
,"_integrity": "sha512-nwH2LwrGN/jR0Qi8TqSog0MWZRtxdpQxVFcPNjs+CUyCMaxKqFJYrkPILTPKPMMzwrAv1cCQqrvoLl+ggklvbg=="
,"_from": "mongoose@5.9.22"
}
}