{
  "_from": "smol-toml@^1.6.0",
  "_id": "smol-toml@1.8.0",
  "_inBundle": false,
  "_integrity": "sha512-kCZr2V3ch9i00x8zXRhjUNVcjG9ijES5dDudkXvUVCT5QlJNQWElSJdZqyPemffHoLNUYwOcou0Fy+ojN0uHSQ==",
  "_location": "/smol-toml",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "smol-toml@^1.6.0",
    "name": "smol-toml",
    "escapedName": "smol-toml",
    "rawSpec": "^1.6.0",
    "saveSpec": null,
    "fetchSpec": "^1.6.0"
  },
  "_requiredBy": [
    "/@astrojs/internal-helpers",
    "/astro"
  ],
  "_resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.8.0.tgz",
  "_shasum": "dc5e0936825f1fef37bdf2c569081f709d8a009f",
  "_spec": "smol-toml@^1.6.0",
  "_where": "/var/www/web-lab/node_modules/astro",
  "author": {
    "name": "Cynthia Rey",
    "email": "cynthia@cynthia.dev"
  },
  "bugs": {
    "url": "https://github.com/squirrelchat/smol-toml/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A small, fast, and correct TOML parser/serializer",
  "devDependencies": {
    "@mitata/counters": "^0.0.8",
    "@tsconfig/node-lts": "^24.0.0",
    "@tsconfig/node-ts": "^23.6.4",
    "@tsconfig/strictest": "^2.0.8",
    "@types/node": "^26.2.0",
    "mitata": "^1.0.34",
    "pin-github-action": "^3.5.1",
    "rolldown": "^1.2.3",
    "typescript": "^7.0.2",
    "vite": "^7.3.6",
    "vitest": "^4.1.10"
  },
  "devEngines": {
    "packageManager": {
      "name": "pnpm",
      "version": "11.21.0",
      "onFail": "error"
    },
    "runtime": {
      "name": "node",
      "version": "^26",
      "onFail": "warn"
    }
  },
  "engines": {
    "node": ">= 18"
  },
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "files": [
    "README.md",
    "LICENSE",
    "dist"
  ],
  "funding": "https://github.com/sponsors/cyyynthia",
  "homepage": "https://github.com/squirrelchat/smol-toml#readme",
  "keywords": [
    "parser",
    "serializer",
    "toml"
  ],
  "license": "BSD-3-Clause",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "name": "smol-toml",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/squirrelchat/smol-toml.git"
  },
  "scripts": {
    "test": "vitest",
    "update-gha": "pin-github-action .github/workflows"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "1.8.0"
}
