package.json 2.19 KB
{
  "_args": [
    [
      "@iarna/cli@1.2.0",
      "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\project"
    ]
  ],
  "_development": true,
  "_from": "@iarna/cli@1.2.0",
  "_id": "@iarna/cli@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-ukITQAqVs2n9HGmn3car/Ir7d3ta650iXhrG7pjr3EWdFmJuuOVWgYsu7ftsSe5VifEFFhjxVuX9+8F7L8hwcA==",
  "_location": "/@iarna/cli",
  "_phantomChildren": {
    "chalk": "2.4.2",
    "cli-boxes": "1.0.0",
    "cliui": "3.2.0",
    "configstore": "3.1.2",
    "decamelize": "1.2.0",
    "get-caller-file": "1.0.3",
    "import-lazy": "2.1.0",
    "is-ci": "1.2.1",
    "is-installed-globally": "0.1.0",
    "is-npm": "1.0.0",
    "latest-version": "3.1.0",
    "os-locale": "2.1.0",
    "read-pkg-up": "2.0.0",
    "require-directory": "2.1.1",
    "require-main-filename": "1.0.1",
    "semver-diff": "2.1.0",
    "set-blocking": "2.0.0",
    "term-size": "1.2.0",
    "which-module": "2.0.0",
    "widest-line": "2.0.1",
    "xdg-basedir": "3.0.0",
    "yargs-parser": "7.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@iarna/cli@1.2.0",
    "name": "@iarna/cli",
    "escapedName": "@iarna%2fcli",
    "scope": "@iarna",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/lock-verify"
  ],
  "_resolved": "https://registry.npmjs.org/@iarna/cli/-/cli-1.2.0.tgz",
  "_spec": "1.2.0",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\project",
  "author": {
    "name": "Rebecca Turner",
    "email": "me@re-becca.org",
    "url": "http://re-becca.org/"
  },
  "bugs": {
    "url": "https://github.com/iarna/cli/issues"
  },
  "dependencies": {
    "signal-exit": "^3.0.2",
    "update-notifier": "^2.2.0",
    "yargs": "^8.0.2"
  },
  "description": "Some simple CLI scaffolding for promise returning applications.",
  "devDependencies": {},
  "files": [
    "app.js"
  ],
  "homepage": "https://github.com/iarna/cli#readme",
  "keywords": [],
  "license": "ISC",
  "main": "app.js",
  "name": "@iarna/cli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iarna/cli.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "1.2.0"
}