{
  "_from": "knitwork@1.3.0",
  "_id": "knitwork@1.3.0",
  "_inBundle": false,
  "_integrity": "sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==",
  "_location": "/knitwork",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "knitwork@1.3.0",
    "name": "knitwork",
    "escapedName": "knitwork",
    "rawSpec": "1.3.0",
    "saveSpec": null,
    "fetchSpec": "1.3.0"
  },
  "_requiredBy": [
    "/@nuxt/vite-builder",
    "/@nuxtjs/tailwindcss/@nuxt/kit",
    "/@pinia-plugin-persistedstate/nuxt/@nuxt/kit",
    "/@pinia/nuxt/@nuxt/kit",
    "/nitropack",
    "/nuxt",
    "/untyped",
    "/unwasm"
  ],
  "_resolved": "https://registry.npmjs.org/knitwork/-/knitwork-1.3.0.tgz",
  "_shasum": "4a0d0b0d45378cac909ee1117481392522bd08a4",
  "_spec": "knitwork@1.3.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/@nuxtjs/tailwindcss/node_modules/@nuxt/kit",
  "bugs": {
    "url": "https://github.com/unjs/knitwork/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Utilities to generate JavaScript code.",
  "devDependencies": {
    "@vitest/coverage-v8": "^4.0.8",
    "automd": "^0.4.2",
    "changelogen": "^0.6.2",
    "esbuild": "^0.25.12",
    "eslint": "^9.39.1",
    "eslint-config-unjs": "^0.5.0",
    "prettier": "^3.6.2",
    "typescript": "^5.9.3",
    "unbuild": "^3.6.1",
    "vitest": "^4.0.8"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/knitwork#readme",
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "knitwork",
  "packageManager": "pnpm@10.20.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/knitwork.git"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "vitest dev --coverage",
    "lint": "eslint --cache . && prettier -c src test",
    "lint:fix": "automd && eslint --cache . --fix && prettier -c src test -w",
    "prepack": "pnpm run build",
    "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
    "test": "pnpm lint && vitest run --coverage"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "1.3.0"
}
