{
  "_from": "tplink-smarthome-crypto@^4.0.0",
  "_id": "tplink-smarthome-crypto@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-sD8Qnh4ZRV8D7JK6nIxWum4Q3oEB53WUzmQSr7X6QlXAMy8fmf+u8HJh/FxVg/HaF7sfLbQIPOoNgd/dnNRDxQ==",
  "_location": "/tplink-smarthome-crypto",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tplink-smarthome-crypto@^4.0.0",
    "name": "tplink-smarthome-crypto",
    "escapedName": "tplink-smarthome-crypto",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/tplink-smarthome-api"
  ],
  "_resolved": "https://registry.npmjs.org/tplink-smarthome-crypto/-/tplink-smarthome-crypto-4.0.0.tgz",
  "_shasum": "72c4409d8960a03e7aea6ea0de86207a1d98e560",
  "_spec": "tplink-smarthome-crypto@^4.0.0",
  "_where": "/var/www/smarthome/node_modules/tplink-smarthome-api",
  "author": {
    "name": "Patrick Seal"
  },
  "bugs": {
    "url": "https://github.com/plasticrake/tplink-smarthome-crypto/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "TP-Link Smarthome Crypto",
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@types/chai": "^4.3.1",
    "@types/mocha": "^9.1.1",
    "@types/node": "^18.0.3",
    "@typescript-eslint/eslint-plugin": "^5.30.6",
    "@typescript-eslint/parser": "^5.30.6",
    "chai": "^4.3.6",
    "cross-env": "^7.0.3",
    "eslint": "^8.19.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-formatter-pretty": "^4.1.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-tsdoc": "^0.2.16",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0",
    "prettier": "^2.7.1",
    "rimraf": "^3.0.2",
    "source-map-support": "^0.5.21",
    "standard-version": "^9.5.0",
    "ts-node": "^10.8.2",
    "typedoc": "^0.23.7",
    "typedoc-plugin-markdown": "^3.13.3",
    "typescript": "^4.7.4"
  },
  "engines": {
    "node": ">=14"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/plasticrake/tplink-smarthome-crypto#readme",
  "keywords": [
    "tplink",
    "kasa",
    "smarthome",
    "smartplug",
    "smartswitch",
    "smartbulb"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "tplink-smarthome-crypto",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/plasticrake/tplink-smarthome-crypto.git"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rimraf lib/",
    "coverage-report-lcov": "nyc report --reporter=lcov",
    "docs": "typedoc",
    "lint": "eslint --ignore-path .gitignore . --ext .js,.ts --format=pretty && tsc --noEmit",
    "prebuild": "npm run clean",
    "prepare": "npm run build",
    "pretest": "npm run lint && npm run build",
    "release": "git add -A docs/README.md && standard-version --sign --commit-all",
    "spellcheck": "cspell '{src,test}/**/*' *.md",
    "test": "npm run test:only",
    "test:ci": "npm run test:only",
    "test:only": "cross-env NODE_ENV=test && nyc mocha --color"
  },
  "standard-version": {
    "scripts": {
      "prerelease": "npm test",
      "postbump": "npm run docs && git add -A docs"
    }
  },
  "types": "./lib/index.d.ts",
  "version": "4.0.0"
}
