{
  "_args": [
    [
      "node-alias@1.0.4",
      "/home/dianasoft/public_html"
    ]
  ],
  "_development": true,
  "_from": "node-alias@1.0.4",
  "_id": "node-alias@1.0.4",
  "_inBundle": false,
  "_integrity": "sha1-HxuRa1a56iQcATX5fO1pQPVW8pI=",
  "_location": "/node-alias",
  "_phantomChildren": {
    "escape-string-regexp": "1.0.5",
    "has-ansi": "2.0.0",
    "strip-ansi": "3.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-alias@1.0.4",
    "name": "node-alias",
    "escapedName": "node-alias",
    "rawSpec": "1.0.4",
    "saveSpec": null,
    "fetchSpec": "1.0.4"
  },
  "_requiredBy": [
    "/npm-check-updates"
  ],
  "_resolved": "https://registry.npmjs.org/node-alias/-/node-alias-1.0.4.tgz",
  "_spec": "1.0.4",
  "_where": "/home/dianasoft/public_html",
  "author": {
    "name": "Justin Helmer",
    "email": "jhelmer25@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/justinhelmer/node-alias/issues"
  },
  "dependencies": {
    "chalk": "^1.1.1",
    "lodash": "^4.2.0"
  },
  "description": "Alias the long version of a command to the short version, with optional messaging.",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.4.5",
    "require-subvert": "^0.1.0",
    "sinon": "^1.17.3",
    "sinon-chai": "^2.8.0"
  },
  "engines": {
    "node": ">=0.10"
  },
  "homepage": "https://github.com/justinhelmer/node-alias#readme",
  "keywords": [
    "node",
    "alias",
    "short",
    "command",
    "bin",
    "long"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "node-alias",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/justinhelmer/node-alias.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "1.0.4"
}
