package.json 2.37 KB
{
  "_args": [
    [
      {
        "raw": "nconf@~0.6.9",
        "scope": null,
        "escapedName": "nconf",
        "name": "nconf",
        "rawSpec": "~0.6.9",
        "spec": ">=0.6.9 <0.7.0",
        "type": "range"
      },
      "/root/junhukang/node_modules/forever"
    ]
  ],
  "_from": "nconf@>=0.6.9 <0.7.0",
  "_id": "nconf@0.6.9",
  "_inCache": true,
  "_installable": true,
  "_location": "/nconf",
  "_npmUser": {
    "name": "jcrugzz",
    "email": "jcrugzz@gmail.com"
  },
  "_npmVersion": "1.3.8",
  "_phantomChildren": {
    "minimist": "0.0.8",
    "wordwrap": "0.0.3"
  },
  "_requested": {
    "raw": "nconf@~0.6.9",
    "scope": null,
    "escapedName": "nconf",
    "name": "nconf",
    "rawSpec": "~0.6.9",
    "spec": ">=0.6.9 <0.7.0",
    "type": "range"
  },
  "_requiredBy": [
    "/broadway",
    "/forever"
  ],
  "_resolved": "https://registry.npmjs.org/nconf/-/nconf-0.6.9.tgz",
  "_shasum": "9570ef15ed6f9ae6b2b3c8d5e71b66d3193cd661",
  "_shrinkwrap": null,
  "_spec": "nconf@~0.6.9",
  "_where": "/root/junhukang/node_modules/forever",
  "author": {
    "name": "Nodejitsu Inc.",
    "email": "info@nodejitsu.com"
  },
  "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": "https://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"
}