{
  "_from": "@commander-js/extra-typings@~11.1.0",
  "_id": "@commander-js/extra-typings@11.1.0",
  "_inBundle": false,
  "_integrity": "sha512-GuvZ38d23H+7Tz2C9DhzCepivsOsky03s5NI+KCy7ke1FNUvsJ2oO47scQ9YaGGhgjgNW5OYYNSADmbjcSoIhw==",
  "_location": "/@commander-js/extra-typings",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@commander-js/extra-typings@~11.1.0",
    "name": "@commander-js/extra-typings",
    "escapedName": "@commander-js%2fextra-typings",
    "scope": "@commander-js",
    "rawSpec": "~11.1.0",
    "saveSpec": null,
    "fetchSpec": "~11.1.0"
  },
  "_requiredBy": [
    "/tplink-smarthome-api"
  ],
  "_resolved": "https://registry.npmjs.org/@commander-js/extra-typings/-/extra-typings-11.1.0.tgz",
  "_shasum": "dd19fcb8cc6e33ede237fc1b7af96c70833d8f93",
  "_spec": "@commander-js/extra-typings@~11.1.0",
  "_where": "/var/www/smarthome/node_modules/tplink-smarthome-api",
  "author": "",
  "bugs": {
    "url": "https://github.com/commander-js/extra-typings/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Infer strong typings for commander options and action handlers",
  "devDependencies": {
    "@types/jest": "^29.2.6",
    "@types/node": "^18.7.16",
    "commander": "~11.1.0",
    "jest": "^29.3.1",
    "ts-jest": "^29.0.5",
    "tsd": "^0.22.0",
    "typescript": "^4.7.4"
  },
  "exports": {
    ".": {
      "require": "./index.js",
      "import": "./esm.mjs"
    }
  },
  "files": [
    "esm.mjs",
    "esm.d.mts",
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/commander-js/extra-typings#readme",
  "jest": {
    "testEnvironment": "node",
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testPathIgnorePatterns": [
      "/node_modules/"
    ]
  },
  "keywords": [],
  "license": "MIT",
  "main": "index.js",
  "name": "@commander-js/extra-typings",
  "peerDependencies": {
    "commander": "11.1.x"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/commander-js/extra-typings.git"
  },
  "scripts": {
    "prepublishOnly": "npm run --silent test",
    "test": "tsd && jest"
  },
  "tsd": {
    "directory": "tests"
  },
  "type": "commonjs",
  "types": "index.d.ts",
  "version": "11.1.0"
}
