package.json 3.18 KB
{
  "_from": "mongoose@^4.13.6",
  "_id": "mongoose@4.13.17",
  "_inBundle": false,
  "_integrity": "sha512-VGeSP5O3k9HUXsNm9AocdAlVbfaHV/RHgHc8Jfvwr0D0ZyzgJ3JJ+MKSmz+omicNOhBsmpBEL1zVHM2uIj8tDQ==",
  "_location": "/mongoose",
  "_phantomChildren": {
    "lodash": "4.17.11"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "mongoose@^4.13.6",
    "name": "mongoose",
    "escapedName": "mongoose",
    "rawSpec": "^4.13.6",
    "saveSpec": null,
    "fetchSpec": "^4.13.6"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/mongoose/-/mongoose-4.13.17.tgz",
  "_shasum": "0af0396b1e5af027edf404518c62cc194de7d17a",
  "_spec": "mongoose@^4.13.6",
  "_where": "D:\\OSS project\\YTMT",
  "author": {
    "name": "Guillermo Rauch",
    "email": "guillermo@learnboost.com"
  },
  "browser": "lib/browser.js",
  "browserDependencies": {
    "browserify": "4.1.10",
    "chai": "3.5.0",
    "karma": "0.12.16",
    "karma-chai": "0.1.0",
    "karma-mocha": "0.1.4",
    "karma-chrome-launcher": "0.1.4",
    "karma-sauce-launcher": "0.2.8"
  },
  "bugs": {
    "url": "https://github.com/Automattic/mongoose/issues/new",
    "email": "mongoose-orm@googlegroups.com"
  },
  "bundleDependencies": false,
  "dependencies": {
    "async": "2.6.0",
    "bson": "~1.0.4",
    "hooks-fixed": "2.0.2",
    "kareem": "1.5.0",
    "lodash.get": "4.4.2",
    "mongodb": "2.2.34",
    "mpath": "0.5.1",
    "mpromise": "0.5.5",
    "mquery": "2.3.3",
    "ms": "2.0.0",
    "muri": "1.3.0",
    "regexp-clone": "0.0.1",
    "sliced": "1.0.1"
  },
  "deprecated": false,
  "description": "Mongoose MongoDB ODM",
  "devDependencies": {
    "acquit": "0.4.1",
    "acquit-ignore": "0.0.3",
    "benchmark": "2.1.2",
    "bluebird": "3.5.0",
    "co": "4.6.0",
    "dox": "0.3.1",
    "eslint": "2.4.0",
    "highlight.js": "7.0.1",
    "istanbul": "0.4.4",
    "jade": "0.26.3",
    "lodash": "4.17.10",
    "markdown": "0.5.0",
    "marked": "0.3.9",
    "mocha": "3.2.0",
    "mongodb-topology-manager": "1.0.11",
    "mongoose-long": "0.1.1",
    "node-static": "0.7.7",
    "nsp": "~2.8.1",
    "power-assert": "1.4.1",
    "q": "1.5.1",
    "tbd": "0.6.4",
    "uglify-js": "2.7.0",
    "uuid": "2.0.3",
    "uuid-parse": "1.0.0",
    "validator": "5.4.0"
  },
  "directories": {
    "lib": "./lib/mongoose"
  },
  "engines": {
    "node": ">=0.6.19"
  },
  "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",
    "install-browser": "npm install `node format_deps.js`",
    "lint": "eslint . --quiet",
    "nsp": "nsp check",
    "release": "git push origin master --tags && npm publish",
    "release-legacy": "git push origin 4.x --tags && npm publish --tag legacy",
    "test": "mocha test/*.test.js test/**/*.test.js",
    "test-cov": "istanbul cover --report text --report html _mocha test/*.test.js"
  },
  "version": "4.13.17"
}