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.
159 lines
3.7 KiB
159 lines
3.7 KiB
{
|
|
"_from": "mongoose@5.0.13",
|
|
"_id": "mongoose@5.0.13",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-VCiutgdxwhTuNHIuUgMRWVYvv0GFw6FUi4j14B7um/Wcy1uhuwF552a6XVKUCth/AY8C+PjVU9fVGJ5K0JmrmQ==",
|
|
"_location": "/mongoose",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "mongoose@5.0.13",
|
|
"name": "mongoose",
|
|
"escapedName": "mongoose",
|
|
"rawSpec": "5.0.13",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.0.13"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.0.13.tgz",
|
|
"_shasum": "07c1ce9ecf9c758939891b5f180f448eda44f11d",
|
|
"_spec": "mongoose@5.0.13",
|
|
"_where": "C:\\NodejsTut\\publish_article\\node_rest_api_jwt",
|
|
"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.1.4",
|
|
"bson": "~1.0.4",
|
|
"kareem": "2.0.6",
|
|
"lodash.get": "4.4.2",
|
|
"mongodb": "3.0.4",
|
|
"mongoose-legacy-pluralize": "1.0.2",
|
|
"mpath": "0.3.0",
|
|
"mquery": "3.0.0",
|
|
"ms": "2.0.0",
|
|
"regexp-clone": "0.0.1",
|
|
"sliced": "1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Mongoose MongoDB ODM",
|
|
"devDependencies": {
|
|
"acquit": "0.5.1",
|
|
"acquit-ignore": "0.0.3",
|
|
"benchmark": "2.1.2",
|
|
"bluebird": "3.5.0",
|
|
"co": "4.6.0",
|
|
"dox": "0.3.1",
|
|
"eslint": "4.14.0",
|
|
"highlight.js": "9.1.0",
|
|
"jade": "1.11.0",
|
|
"lodash": "4.16.6",
|
|
"markdown": "0.5.0",
|
|
"marked": "0.3.9",
|
|
"mocha": "4.1.0",
|
|
"mongodb-topology-manager": "1.0.11",
|
|
"mongoose-long": "0.1.1",
|
|
"node-static": "0.7.10",
|
|
"nsp": "~2.8.1",
|
|
"nyc": "11.4.1",
|
|
"power-assert": "1.4.1",
|
|
"q": "1.5.1",
|
|
"tbd": "0.6.4",
|
|
"uuid": "2.0.3",
|
|
"uuid-parse": "1.0.0",
|
|
"validator": "5.4.0"
|
|
},
|
|
"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-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"
|
|
}
|
|
},
|
|
"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": {
|
|
"fix-lint": "eslint . --fix",
|
|
"lint": "eslint . --quiet",
|
|
"nsp": "nsp check",
|
|
"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.0.13"
|
|
}
|