First Commit
This commit is contained in:
commit
601e886c14
2123 files changed
+334815
No files matched your search
+181
@@ -0,0 +1,181 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"mongoose@5.7.5",
|
||||
"C:\\Users\\flami\\OneDrive\\Desktop\\node_passport_login"
|
||||
]
|
||||
],
|
||||
"_from": "mongoose@5.7.5",
|
||||
"_id": "mongoose@5.7.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-BZ4FxtnbTurc/wcm/hLltLdI4IDxo4nsE0D9q58YymTdZwreNzwO62CcjVtaHhmr8HmJtOInp2W/T12FZaMf8g==",
|
||||
"_location": "/mongoose",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "mongoose@5.7.5",
|
||||
"name": "mongoose",
|
||||
"escapedName": "mongoose",
|
||||
"rawSpec": "5.7.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.7.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.7.5.tgz",
|
||||
"_spec": "5.7.5",
|
||||
"_where": "C:\\Users\\flami\\OneDrive\\Desktop\\node_passport_login",
|
||||
"author": {
|
||||
"name": "Guillermo Rauch",
|
||||
"email": "guillermo@learnboost.com"
|
||||
},
|
||||
"browser": "./browser.js",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Automattic/mongoose/issues/new"
|
||||
},
|
||||
"dependencies": {
|
||||
"bson": "~1.1.1",
|
||||
"kareem": "2.3.1",
|
||||
"mongodb": "3.3.2",
|
||||
"mongoose-legacy-pluralize": "1.0.2",
|
||||
"mpath": "0.6.0",
|
||||
"mquery": "3.2.2",
|
||||
"ms": "2.1.2",
|
||||
"regexp-clone": "1.0.0",
|
||||
"safe-buffer": "5.1.2",
|
||||
"sift": "7.0.1",
|
||||
"sliced": "1.0.1"
|
||||
},
|
||||
"description": "Mongoose MongoDB ODM",
|
||||
"devDependencies": {
|
||||
"acorn": "5.7.3",
|
||||
"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",
|
||||
"benchmark": "2.1.4",
|
||||
"bluebird": "3.5.5",
|
||||
"chalk": "2.4.2",
|
||||
"cheerio": "1.0.0-rc.2",
|
||||
"co": "4.6.0",
|
||||
"dox": "0.3.1",
|
||||
"eslint": "5.16.0",
|
||||
"highlight.js": "9.1.0",
|
||||
"lodash.isequal": "4.5.0",
|
||||
"lodash.isequalwith": "4.4.0",
|
||||
"marked": "0.6.2",
|
||||
"mocha": "5.x",
|
||||
"moment": "2.x",
|
||||
"mongodb-topology-manager": "1.0.11",
|
||||
"mongoose-long": "0.2.1",
|
||||
"node-static": "0.7.11",
|
||||
"nyc": "14.1.1",
|
||||
"object-sizeof": "1.3.0",
|
||||
"promise-debug": "0.1.1",
|
||||
"pug": "2.0.3",
|
||||
"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,
|
||||
"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"
|
||||
],
|
||||
"no-restricted-globals": [
|
||||
"error",
|
||||
{
|
||||
"name": "context",
|
||||
"message": "Don't use Mocha's global context"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"homepage": "https://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.7.5"
|
||||
}
|
||||
Reference in new issue
Block a user