You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

154 lines
3.8 KiB

{
"_from": "mongoose",
"_id": "mongoose@6.2.4",
"_inBundle": false,
"_integrity": "sha512-3hA3IGxBzZdlp1+/I9qn53NjEAd01qvKAH2WUCPahjVO8+uAmR0B4m+1bC3x9a4r0ExY8QYQ2ryG3E/v5Tj+jA==",
"_location": "/mongoose",
"_phantomChildren": {
"bson": "4.6.1",
"denque": "2.0.1",
"mongodb-connection-string-url": "2.5.2",
"saslprep": "1.0.3",
"socks": "2.6.2"
},
"_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.4.tgz",
"_shasum": "c6ff4f84ab47b6c760e773424b0fd1f392d98563",
"_spec": "mongoose",
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahc",
"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.4",
"mongodb": "4.3.1",
"mpath": "0.8.4",
"mquery": "4.0.2",
"ms": "2.1.3",
"sift": "16.0.0"
},
"deprecated": false,
"description": "Mongoose MongoDB ODM",
"devDependencies": {
"@babel/core": "7.17.5",
"@babel/preset-env": "7.16.11",
"@typescript-eslint/eslint-plugin": "5.12.0",
"@typescript-eslint/parser": "5.12.0",
"acquit": "1.x",
"acquit-ignore": "0.2.x",
"acquit-require": "0.1.x",
"babel-loader": "8.2.3",
"benchmark": "2.1.4",
"bluebird": "3.7.2",
"cheerio": "1.0.0-rc.10",
"dox": "0.3.1",
"eslint": "8.9.0",
"eslint-plugin-mocha-no-only": "1.1.1",
"highlight.js": "9.18.3",
"lodash.isequal": "4.5.0",
"lodash.isequalwith": "4.4.0",
"marked": "2.1.3",
"mocha": "9.2.1",
"moment": "2.x",
"mongodb-memory-server": "^8.3.0",
"nyc": "^15.1.0",
"pug": "3.0.2",
"q": "1.5.1",
"serve-handler": "6.1.3",
"tsd": "0.19.1",
"typescript": "4.5.5",
"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",
"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.4"
}