package.json 1.31 KB
{
  "_from": "muri@1.3.0",
  "_id": "muri@1.3.0",
  "_inBundle": false,
  "_integrity": "sha512-FiaFwKl864onHFFUV/a2szAl7X0fxVlSKNdhTf+BM8i8goEgYut8u5P9MqQqIYwvaMxjzVESsoEm/2kfkFH1rg==",
  "_location": "/muri",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "muri@1.3.0",
    "name": "muri",
    "escapedName": "muri",
    "rawSpec": "1.3.0",
    "saveSpec": null,
    "fetchSpec": "1.3.0"
  },
  "_requiredBy": [
    "/mongoose"
  ],
  "_resolved": "https://registry.npmjs.org/muri/-/muri-1.3.0.tgz",
  "_shasum": "aeccf3db64c56aa7c5b34e00f95b7878527a4721",
  "_spec": "muri@1.3.0",
  "_where": "D:\\OSS project\\YTMT\\node_modules\\mongoose",
  "author": {
    "name": "Aaron Heckmann",
    "email": "aaron.heckmann+github@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/aheckmann/muri/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "MongoDB URI parser",
  "devDependencies": {
    "mocha": "1.21.5"
  },
  "homepage": "https://github.com/aheckmann/muri#readme",
  "keywords": [
    "mongodb",
    "uri",
    "parser"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "muri",
  "repository": {
    "type": "git",
    "url": "git://github.com/aheckmann/muri.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "1.3.0"
}