<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
{
  "_from": "@iarna/cli@^2.1.0",
  "_id": "@iarna/cli@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-rvVVqDa2g860niRbqs3D5RhL4la3dc1vwk+NlpKPZxKaMSHtE2se6C2x8NeveN+rcjp3/686X+u+09CZ+7lmAQ==",
  "_location": "/@iarna/cli",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@iarna/cli@^2.1.0",
    "name": "@iarna/cli",
    "escapedName": "@iarna%2fcli",
    "scope": "@iarna",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "/lock-verify"
  ],
  "_resolved": "https://registry.npmjs.org/@iarna/cli/-/cli-2.1.0.tgz",
  "_shasum": "f830356d54c72c804bd7afc43999de31e40fc3d6",
  "_spec": "@iarna/cli@^2.1.0",
  "_where": "/Users/ruyadorno/Documents/ruyadorno/npm6/node_modules/lock-verify",
  "author": {
    "name": "Rebecca Turner",
    "email": "me@re-becca.org",
    "url": "http://re-becca.org/"
  },
  "bugs": {
    "url": "https://github.com/iarna/cli/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "glob": "^7.1.2",
    "signal-exit": "^3.0.2"
  },
  "deprecated": false,
  "description": "Some simple CLI scaffolding for promise returning applications.",
  "devDependencies": {
    "@perl/qr": "^1.2.0",
    "@perl/qx": "^1.0.2",
    "require-inject": "^1.4.4",
    "tap": "^12.0.1",
    "update-notifier": "^2.2.0",
    "yargs": "^8.0.2"
  },
  "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": "tap --100 test/scenarios.js"
  },
  "version": "2.1.0"
}
