Changes
This commit is contained in:
134
node_modules/mongoose/package.json
generated
vendored
134
node_modules/mongoose/package.json
generated
vendored
@@ -1,59 +1,44 @@
|
||||
{
|
||||
"_from": "mongoose",
|
||||
"_id": "mongoose@5.9.22",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-nwH2LwrGN/jR0Qi8TqSog0MWZRtxdpQxVFcPNjs+CUyCMaxKqFJYrkPILTPKPMMzwrAv1cCQqrvoLl+ggklvbg==",
|
||||
"_location": "/mongoose",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "mongoose",
|
||||
"name": "mongoose",
|
||||
"escapedName": "mongoose",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
"name": "mongoose",
|
||||
"description": "Mongoose MongoDB ODM",
|
||||
"version": "5.10.0",
|
||||
"author": "Guillermo Rauch <guillermo@learnboost.com>",
|
||||
"keywords": [
|
||||
"mongodb",
|
||||
"document",
|
||||
"model",
|
||||
"schema",
|
||||
"database",
|
||||
"odm",
|
||||
"data",
|
||||
"datastore",
|
||||
"query",
|
||||
"nosql",
|
||||
"orm",
|
||||
"db"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.9.22.tgz",
|
||||
"_shasum": "4f1542f037a552b43f547ebfc72ddaf9f88c5ecf",
|
||||
"_spec": "mongoose",
|
||||
"_where": "D:\\WORK\\Menui\\menui_backend",
|
||||
"author": {
|
||||
"name": "Guillermo Rauch",
|
||||
"email": "guillermo@learnboost.com"
|
||||
},
|
||||
"browser": "./dist/browser.umd.js",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Automattic/mongoose/issues/new"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"bson": "^1.1.4",
|
||||
"kareem": "2.3.1",
|
||||
"mongodb": "3.5.9",
|
||||
"mongodb": "3.6.0",
|
||||
"mongoose-legacy-pluralize": "1.0.2",
|
||||
"mpath": "0.7.0",
|
||||
"mquery": "3.2.2",
|
||||
"ms": "2.1.2",
|
||||
"regexp-clone": "1.0.0",
|
||||
"safe-buffer": "5.2.1",
|
||||
"sift": "7.0.1",
|
||||
"sliced": "1.0.1"
|
||||
"sliced": "1.0.1",
|
||||
"sift": "7.0.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Mongoose MongoDB ODM",
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.10.5",
|
||||
"@babel/preset-env": "7.10.4",
|
||||
"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",
|
||||
@@ -78,14 +63,41 @@
|
||||
"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"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"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",
|
||||
"test-cov": "nyc --reporter=html --reporter=text npm test"
|
||||
},
|
||||
"main": "./index.js",
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Automattic/mongoose/issues/new"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/Automattic/mongoose.git"
|
||||
},
|
||||
"homepage": "https://mongoosejs.com",
|
||||
"browser": "./dist/browser.umd.js",
|
||||
"mocha": {
|
||||
"extension": [
|
||||
"test.js"
|
||||
],
|
||||
"watch-files": [
|
||||
"test/**/*.js"
|
||||
]
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"eslint:recommended"
|
||||
@@ -212,45 +224,5 @@
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/mongoose"
|
||||
},
|
||||
"homepage": "https://mongoosejs.com",
|
||||
"keywords": [
|
||||
"mongodb",
|
||||
"document",
|
||||
"model",
|
||||
"schema",
|
||||
"database",
|
||||
"odm",
|
||||
"data",
|
||||
"datastore",
|
||||
"query",
|
||||
"nosql",
|
||||
"orm",
|
||||
"db"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./index.js",
|
||||
"mocha": {
|
||||
"extension": [
|
||||
"test.js"
|
||||
],
|
||||
"watch-files": [
|
||||
"test/**/*.js"
|
||||
]
|
||||
},
|
||||
"name": "mongoose",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/Automattic/mongoose.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build-browser": "node build-browser.js",
|
||||
"lint": "eslint .",
|
||||
"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",
|
||||
"test-cov": "nyc --reporter=html --reporter=text npm test"
|
||||
},
|
||||
"version": "5.9.22"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user