mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 10:52:47 +00:00
updated package.json
This commit is contained in:
91
node_modules/nconf/package.json
generated
vendored
Normal file
91
node_modules/nconf/package.json
generated
vendored
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"nconf@0.6.9",
|
||||
"/home/mywebsite/node_modules/broadway"
|
||||
]
|
||||
],
|
||||
"_from": "nconf@0.6.9",
|
||||
"_id": "nconf@0.6.9",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/nconf",
|
||||
"_npmUser": {
|
||||
"email": "jcrugzz@gmail.com",
|
||||
"name": "jcrugzz"
|
||||
},
|
||||
"_npmVersion": "1.3.8",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "nconf",
|
||||
"raw": "nconf@0.6.9",
|
||||
"rawSpec": "0.6.9",
|
||||
"scope": null,
|
||||
"spec": "0.6.9",
|
||||
"type": "version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/broadway"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/nconf/-/nconf-0.6.9.tgz",
|
||||
"_shasum": "9570ef15ed6f9ae6b2b3c8d5e71b66d3193cd661",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "nconf@0.6.9",
|
||||
"_where": "/home/mywebsite/node_modules/broadway",
|
||||
"author": {
|
||||
"email": "info@nodejitsu.com",
|
||||
"name": "Nodejitsu Inc."
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/flatiron/nconf/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "0.2.9",
|
||||
"ini": "1.x.x",
|
||||
"optimist": "0.6.0"
|
||||
},
|
||||
"description": "Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.",
|
||||
"devDependencies": {
|
||||
"vows": "0.7.x"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "9570ef15ed6f9ae6b2b3c8d5e71b66d3193cd661",
|
||||
"tarball": "http://registry.npmjs.org/nconf/-/nconf-0.6.9.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.4.0"
|
||||
},
|
||||
"homepage": "https://github.com/flatiron/nconf#readme",
|
||||
"keywords": [
|
||||
"configuration",
|
||||
"key value store",
|
||||
"plugabble"
|
||||
],
|
||||
"main": "./lib/nconf",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "indexzero",
|
||||
"email": "charlie.robbins@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "mmalecki",
|
||||
"email": "me@mmalecki.com"
|
||||
},
|
||||
{
|
||||
"name": "jcrugzz",
|
||||
"email": "jcrugzz@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "nconf",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/flatiron/nconf.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "vows test/*-test.js test/**/*-test.js --spec"
|
||||
},
|
||||
"version": "0.6.9"
|
||||
}
|
||||
Reference in New Issue
Block a user