1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 18:52:50 +00:00
Files
mywebsite/node_modules/muri/package.json

78 lines
1.7 KiB
JSON

{
"_args": [
[
"muri@1.0.0",
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/mongoose"
]
],
"_from": "muri@1.0.0",
"_id": "muri@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/muri",
"_npmUser": {
"email": "aaron.heckmann@gmail.com",
"name": "aaron"
},
"_npmVersion": "1.4.4",
"_phantomChildren": {},
"_requested": {
"name": "muri",
"raw": "muri@1.0.0",
"rawSpec": "1.0.0",
"scope": null,
"spec": "1.0.0",
"type": "version"
},
"_requiredBy": [
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/muri/-/muri-1.0.0.tgz",
"_shasum": "de3bf6bd71d67eae71d76689b950d2de118695c6",
"_shrinkwrap": null,
"_spec": "muri@1.0.0",
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/mongoose",
"author": {
"email": "aaron.heckmann+github@gmail.com",
"name": "Aaron Heckmann"
},
"bugs": {
"url": "https://github.com/aheckmann/muri/issues"
},
"dependencies": {},
"description": "MongoDB URI parser",
"devDependencies": {
"mocha": "1.21.5"
},
"directories": {},
"dist": {
"shasum": "de3bf6bd71d67eae71d76689b950d2de118695c6",
"tarball": "http://registry.npmjs.org/muri/-/muri-1.0.0.tgz"
},
"homepage": "https://github.com/aheckmann/muri",
"keywords": [
"mongodb",
"parser",
"uri"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "aaron",
"email": "aaron.heckmann+github@gmail.com"
}
],
"name": "muri",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/aheckmann/muri.git"
},
"scripts": {
"test": "make test"
},
"version": "1.0.0"
}