172 lines
3.9 KiB
JSON
172 lines
3.9 KiB
JSON
|
{
|
||
|
"_from": "mongoose",
|
||
|
"_id": "mongoose@5.4.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-zhfypQm63CPYHi43O/3lTcEPVucY3h6CqONbzreMKZIEXtwgkB9HCm4wn441Z9/CpM94G6/NA3wcaRb0N2kPYQ==",
|
||
|
"_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-5.4.3.tgz",
|
||
|
"_shasum": "9cbc689ca0c529c2d7dd5a84dcfbc9b041084367",
|
||
|
"_spec": "mongoose",
|
||
|
"_where": "D:\\Gitterra\\om",
|
||
|
"author": {
|
||
|
"name": "Guillermo Rauch",
|
||
|
"email": "guillermo@learnboost.com"
|
||
|
},
|
||
|
"browser": "./browser.js",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/Automattic/mongoose/issues/new"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"async": "2.6.1",
|
||
|
"bson": "~1.1.0",
|
||
|
"kareem": "2.3.0",
|
||
|
"mongodb": "3.1.10",
|
||
|
"mongodb-core": "3.1.9",
|
||
|
"mongoose-legacy-pluralize": "1.0.2",
|
||
|
"mpath": "0.5.1",
|
||
|
"mquery": "3.2.0",
|
||
|
"ms": "2.0.0",
|
||
|
"regexp-clone": "0.0.1",
|
||
|
"safe-buffer": "5.1.2",
|
||
|
"sliced": "1.0.1"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Mongoose MongoDB ODM",
|
||
|
"devDependencies": {
|
||
|
"acorn": "5.7.3",
|
||
|
"acquit": "1.0.2",
|
||
|
"acquit-ignore": "0.1.0",
|
||
|
"acquit-require": "0.1.1",
|
||
|
"babel-loader": "7.1.4",
|
||
|
"babel-preset-es2015": "6.24.1",
|
||
|
"benchmark": "2.1.2",
|
||
|
"bluebird": "3.5.0",
|
||
|
"chalk": "2.4.1",
|
||
|
"co": "4.6.0",
|
||
|
"dox": "0.3.1",
|
||
|
"eslint": "5.3.0",
|
||
|
"highlight.js": "9.1.0",
|
||
|
"jade": "1.11.0",
|
||
|
"lodash": "4.17.5",
|
||
|
"markdown": "0.5.0",
|
||
|
"marked": "0.3.9",
|
||
|
"mocha": "5.2.0",
|
||
|
"mongodb-topology-manager": "1.0.11",
|
||
|
"mongoose-long": "0.2.1",
|
||
|
"node-static": "0.7.10",
|
||
|
"nyc": "11.8.0",
|
||
|
"power-assert": "1.4.1",
|
||
|
"promise-debug": "0.1.1",
|
||
|
"q": "1.5.1",
|
||
|
"semver": "5.5.0",
|
||
|
"uuid": "2.0.3",
|
||
|
"uuid-parse": "1.0.0",
|
||
|
"validator": "10.8.0",
|
||
|
"webpack": "4.16.4"
|
||
|
},
|
||
|
"directories": {
|
||
|
"lib": "./lib/mongoose"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=4.0.0"
|
||
|
},
|
||
|
"eslintConfig": {
|
||
|
"extends": [
|
||
|
"eslint:recommended"
|
||
|
],
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 2015
|
||
|
},
|
||
|
"env": {
|
||
|
"node": true,
|
||
|
"mocha": true,
|
||
|
"es6": true
|
||
|
},
|
||
|
"rules": {
|
||
|
"comma-style": "error",
|
||
|
"consistent-this": [
|
||
|
"error",
|
||
|
"_this"
|
||
|
],
|
||
|
"indent": [
|
||
|
"error",
|
||
|
2,
|
||
|
{
|
||
|
"SwitchCase": 1,
|
||
|
"VariableDeclarator": 2
|
||
|
}
|
||
|
],
|
||
|
"keyword-spacing": "error",
|
||
|
"no-buffer-constructor": "warn",
|
||
|
"no-console": "off",
|
||
|
"no-multi-spaces": "error",
|
||
|
"func-call-spacing": "error",
|
||
|
"no-trailing-spaces": "error",
|
||
|
"quotes": [
|
||
|
"error",
|
||
|
"single"
|
||
|
],
|
||
|
"semi": "error",
|
||
|
"space-before-blocks": "error",
|
||
|
"space-before-function-paren": [
|
||
|
"error",
|
||
|
"never"
|
||
|
],
|
||
|
"space-infix-ops": "error",
|
||
|
"space-unary-ops": "error",
|
||
|
"no-var": "warn",
|
||
|
"prefer-const": "warn",
|
||
|
"strict": [
|
||
|
"error",
|
||
|
"global"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"homepage": "http://mongoosejs.com",
|
||
|
"keywords": [
|
||
|
"mongodb",
|
||
|
"document",
|
||
|
"model",
|
||
|
"schema",
|
||
|
"database",
|
||
|
"odm",
|
||
|
"data",
|
||
|
"datastore",
|
||
|
"query",
|
||
|
"nosql",
|
||
|
"orm",
|
||
|
"db"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "./index.js",
|
||
|
"name": "mongoose",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/Automattic/mongoose.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"lint": "eslint .",
|
||
|
"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/*.test.js test/**/*.test.js",
|
||
|
"test-cov": "nyc --reporter=html --reporter=text npm test"
|
||
|
},
|
||
|
"version": "5.4.3"
|
||
|
}
|