{
|
|
"_args": [
|
|
[
|
|
"muri@1.3.0",
|
|
"/app"
|
|
]
|
|
],
|
|
"_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",
|
|
"_spec": "1.3.0",
|
|
"_where": "/app",
|
|
"author": {
|
|
"name": "Aaron Heckmann",
|
|
"email": "aaron.heckmann+github@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/aheckmann/muri/issues"
|
|
},
|
|
"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"
|
|
}
|