package.json 2.36 KB
{
  "_args": [
    [
      {
        "raw": "prompt@0.2.14",
        "scope": null,
        "escapedName": "prompt",
        "name": "prompt",
        "rawSpec": "0.2.14",
        "spec": "0.2.14",
        "type": "version"
      },
      "/root/junhukang/node_modules/flatiron"
    ]
  ],
  "_from": "prompt@0.2.14",
  "_id": "prompt@0.2.14",
  "_inCache": true,
  "_installable": true,
  "_location": "/prompt",
  "_npmUser": {
    "name": "jcrugzz",
    "email": "jcrugzz@gmail.com"
  },
  "_npmVersion": "1.4.23",
  "_phantomChildren": {},
  "_requested": {
    "raw": "prompt@0.2.14",
    "scope": null,
    "escapedName": "prompt",
    "name": "prompt",
    "rawSpec": "0.2.14",
    "spec": "0.2.14",
    "type": "version"
  },
  "_requiredBy": [
    "/flatiron"
  ],
  "_resolved": "https://registry.npmjs.org/prompt/-/prompt-0.2.14.tgz",
  "_shasum": "57754f64f543fd7b0845707c818ece618f05ffdc",
  "_shrinkwrap": null,
  "_spec": "prompt@0.2.14",
  "_where": "/root/junhukang/node_modules/flatiron",
  "author": {
    "name": "Nodejitsu Inc.",
    "email": "info@nodejitsu.com"
  },
  "bugs": {
    "url": "https://github.com/flatiron/prompt/issues"
  },
  "dependencies": {
    "pkginfo": "0.x.x",
    "read": "1.0.x",
    "revalidator": "0.1.x",
    "utile": "0.2.x",
    "winston": "0.8.x"
  },
  "description": "A beautiful command-line prompt for node.js",
  "devDependencies": {
    "vows": "0.7.0"
  },
  "directories": {},
  "dist": {
    "shasum": "57754f64f543fd7b0845707c818ece618f05ffdc",
    "tarball": "https://registry.npmjs.org/prompt/-/prompt-0.2.14.tgz"
  },
  "engines": {
    "node": ">= 0.6.6"
  },
  "gitHead": "e1d3df66acfe9de33a573bef1c0a1b18d18cc698",
  "homepage": "https://github.com/flatiron/prompt",
  "main": "./lib/prompt",
  "maintainers": [
    {
      "name": "indexzero",
      "email": "charlie.robbins@gmail.com"
    },
    {
      "name": "mmalecki",
      "email": "me@mmalecki.com"
    },
    {
      "name": "fedor.indutny",
      "email": "fedor.indutny@gmail.com"
    },
    {
      "name": "jcrugzz",
      "email": "jcrugzz@gmail.com"
    }
  ],
  "name": "prompt",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/flatiron/prompt.git"
  },
  "scripts": {
    "test": "vows test/prompt-test.js --spec",
    "test-all": "vows --spec"
  },
  "version": "0.2.14"
}