{
  "_from": "tinyclip@^0.1.12",
  "_id": "tinyclip@0.1.15",
  "_inBundle": false,
  "_integrity": "sha512-uo33abH+Ays0xYaDysoBt494Hb3hsEczMpcC0MwFl773pazORx4fmvKhclhR1wonUbB6vvpRsvVMwnhfqeMc+A==",
  "_location": "/tinyclip",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tinyclip@^0.1.12",
    "name": "tinyclip",
    "escapedName": "tinyclip",
    "rawSpec": "^0.1.12",
    "saveSpec": null,
    "fetchSpec": "^0.1.12"
  },
  "_requiredBy": [
    "/astro"
  ],
  "_resolved": "https://registry.npmjs.org/tinyclip/-/tinyclip-0.1.15.tgz",
  "_shasum": "db35eaa2bd5fe627b3ef2ea38d8b0407f2bc2def",
  "_spec": "tinyclip@^0.1.12",
  "_where": "/var/www/web-lab/node_modules/astro",
  "author": {
    "name": "Tinylibs Maintainers",
    "url": "https://github.com/tinylibs"
  },
  "bugs": {
    "url": "https://github.com/tinylibs/tinyclip/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A tiny utility to interact with the system clipboard.",
  "devDependencies": {
    "@types/node": "^25.9.1",
    "@typescript/native-preview": "^7.0.0-dev.20260527.2",
    "@vitest/coverage-v8": "^4.1.8",
    "prettier": "^3.8.3",
    "vitest": "^4.1.8"
  },
  "engines": {
    "node": "^16.14.0 || >= 17.3.0"
  },
  "exports": {
    ".": {
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/tinylibs/tinyclip#readme",
  "keywords": [
    "clipboard",
    "copy",
    "paste"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "tinyclip",
  "packageManager": "pnpm@10.30.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tinylibs/tinyclip.git"
  },
  "scripts": {
    "build": "tsgo --build",
    "format": "prettier --write .",
    "lint": "pnpm lint:format",
    "lint:format": "prettier --check .",
    "test": "vitest run"
  },
  "type": "module",
  "version": "0.1.15"
}
