{
  "_from": "knitwork@^1.1.0",
  "_id": "knitwork@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-oHnmiBUVHz1V+URE77PNot2lv3QiYU2zQf1JjOVkMt3YDKGbu8NAFr+c4mcNOhdsGrB/VpVbRwPwhiXrPhxQbw==",
  "_location": "/knitwork",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "knitwork@^1.1.0",
    "name": "knitwork",
    "escapedName": "knitwork",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/@nuxt/kit"
  ],
  "_resolved": "https://registry.npmjs.org/knitwork/-/knitwork-1.1.0.tgz",
  "_shasum": "d8c9feafadd7ee744ff64340b216a52c7199c417",
  "_spec": "knitwork@^1.1.0",
  "_where": "/home/smiles/public_html/rpos/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": "^1.4.0",
    "automd": "^0.3.7",
    "changelogen": "^0.5.5",
    "esbuild": "^0.20.2",
    "eslint": "^8.57.0",
    "eslint-config-unjs": "^0.2.1",
    "prettier": "^3.2.5",
    "typescript": "^5.4.3",
    "unbuild": "^2.0.0",
    "vitest": "^1.4.0"
  },
  "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@8.15.5",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/knitwork.git"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "vitest dev --coverage",
    "lint": "eslint --cache --ext .ts,.js,.mjs,.cjs . && prettier -c src test",
    "lint:fix": "automd && eslint --cache --ext .ts,.js,.mjs,.cjs . --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.1.0"
}
