123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- {
- "_from": "mongoose",
- "_id": "mongoose@6.2.1",
- "_inBundle": false,
- "_integrity": "sha512-VxY1wvlc4uBQKyKNVDoEkTU3/ayFOD//qVXYP+sFyvTRbAj9/M53UWTERd84pWogs2TqAC6DTvZbxCs2LoOd3Q==",
- "_location": "/mongoose",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "mongoose",
- "name": "mongoose",
- "escapedName": "mongoose",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.1.tgz",
- "_shasum": "5791f46336f785080259c007ec16ad42e606e2ee",
- "_spec": "mongoose",
- "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server",
- "author": {
- "name": "Guillermo Rauch",
- "email": "guillermo@learnboost.com"
- },
- "browser": "./dist/browser.umd.js",
- "bugs": {
- "url": "https://github.com/Automattic/mongoose/issues/new"
- },
- "bundleDependencies": false,
- "config": {
- "mongodbMemoryServer": {
- "disablePostinstall": true
- }
- },
- "dependencies": {
- "bson": "^4.2.2",
- "kareem": "2.3.3",
- "mongodb": "4.3.1",
- "mpath": "0.8.4",
- "mquery": "4.0.2",
- "ms": "2.1.2",
- "sift": "13.5.2"
- },
- "deprecated": false,
- "description": "Mongoose MongoDB ODM",
- "devDependencies": {
- "@babel/core": "7.10.5",
- "@babel/preset-env": "7.10.4",
- "@typescript-eslint/eslint-plugin": "5.8.0",
- "@typescript-eslint/parser": "5.8.0",
- "acquit": "1.x",
- "acquit-ignore": "0.1.x",
- "acquit-require": "0.1.x",
- "babel-loader": "8.1.0",
- "benchmark": "2.1.4",
- "bluebird": "3.7.2",
- "cheerio": "1.0.0-rc.5",
- "dox": "0.3.1",
- "eslint": "8.5.0",
- "eslint-plugin-mocha-no-only": "1.1.0",
- "highlight.js": "9.18.3",
- "js-yaml": "4.1.0",
- "lodash.isequal": "4.5.0",
- "lodash.isequalwith": "4.4.0",
- "marked": "2.1.3",
- "mkdirp": "0.5.5",
- "mocha": "9.2.0",
- "moment": "2.x",
- "mongodb-memory-server": "^8.2.0",
- "nyc": "^15.1.0",
- "pug": "3.0.2",
- "q": "1.5.1",
- "rimraf": "2.6.3",
- "serve-handler": "6.1.3",
- "tsd": "0.19.1",
- "typescript": "4.5.3",
- "uuid": "8.3.2",
- "webpack": "4.44.1"
- },
- "directories": {
- "lib": "./lib/mongoose"
- },
- "engines": {
- "node": ">=12.0.0"
- },
- "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 .",
- "mongo": "node ./tools/repl.js",
- "prepublishOnly": "npm run build-browser",
- "release": "git pull && git push origin master --tags && npm publish",
- "release-legacy": "git pull origin 5.x && git push origin 5.x --tags && npm publish --tag legacy",
- "sym-link-mongoose": "npm link && npm link mongoose",
- "tdd": "mocha ./test/*.test.js ./test/typescript/main.test.js --inspect --watch --recursive --watch-files ./**/*.js",
- "test": "mocha --exit ./test/*.test.js",
- "test-coverage": "nyc --reporter=html --reporter=text npm test",
- "test-tsd": "tsd"
- },
- "tsd": {
- "directory": "test/types",
- "compilerOptions": {
- "esModuleInterop": false,
- "strict": true,
- "allowSyntheticDefaultImports": true,
- "strictPropertyInitialization": false,
- "noImplicitAny": false,
- "module": "commonjs",
- "target": "ES2017"
- }
- },
- "types": "./types/index.d.ts",
- "version": "6.2.1"
- }
|