{
  "_from": "retext-smartypants@^6.2.0",
  "_id": "retext-smartypants@6.2.0",
  "_inBundle": false,
  "_integrity": "sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==",
  "_location": "/retext-smartypants",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "retext-smartypants@^6.2.0",
    "name": "retext-smartypants",
    "escapedName": "retext-smartypants",
    "rawSpec": "^6.2.0",
    "saveSpec": null,
    "fetchSpec": "^6.2.0"
  },
  "_requiredBy": [
    "/@astrojs/internal-helpers"
  ],
  "_resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-6.2.0.tgz",
  "_shasum": "4e852c2974cf2cfa253eeec427c97efc43b5d158",
  "_spec": "retext-smartypants@^6.2.0",
  "_where": "/var/www/web-lab/node_modules/@astrojs/internal-helpers",
  "author": {
    "name": "Titus Wormer",
    "email": "tituswormer@gmail.com",
    "url": "https://wooorm.com"
  },
  "bugs": {
    "url": "https://github.com/retextjs/retext-smartypants/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "https://wooorm.com"
    }
  ],
  "dependencies": {
    "@types/nlcst": "^2.0.0",
    "nlcst-to-string": "^4.0.0",
    "unist-util-visit": "^5.0.0"
  },
  "deprecated": false,
  "description": "retext plugin to implement SmartyPants",
  "devDependencies": {
    "@types/node": "^22.0.0",
    "c8": "^10.0.0",
    "prettier": "^3.0.0",
    "remark-cli": "^12.0.0",
    "remark-preset-wooorm": "^10.0.0",
    "retext": "^9.0.0",
    "type-coverage": "^2.0.0",
    "typescript": "^5.0.0",
    "xo": "^0.59.0"
  },
  "exports": "./index.js",
  "files": [
    "lib/",
    "index.d.ts.map",
    "index.d.ts",
    "index.js"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/unified"
  },
  "homepage": "https://github.com/retextjs/retext-smartypants#readme",
  "keywords": [
    "dashes",
    "ellipses",
    "quotes",
    "retext",
    "retext-plugin",
    "smartypants",
    "typography",
    "unified"
  ],
  "license": "MIT",
  "name": "retext-smartypants",
  "prettier": {
    "bracketSpacing": false,
    "singleQuote": true,
    "semi": false,
    "tabWidth": 2,
    "trailingComma": "none",
    "useTabs": false
  },
  "remarkConfig": {
    "plugins": [
      "remark-preset-wooorm"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/retextjs/retext-smartypants.git"
  },
  "scripts": {
    "build": "tsc --build --clean && tsc --build && type-coverage",
    "format": "remark . --frail --output --quiet && prettier . --log-level warn --write && xo --fix",
    "prepack": "npm run build && npm run format",
    "test": "npm run build && npm run format && npm run test-coverage",
    "test-api": "node --conditions development test.js",
    "test-coverage": "c8 --100 --check-coverage --reporter lcov npm run test-api"
  },
  "sideEffects": false,
  "type": "module",
  "typeCoverage": {
    "atLeast": 100,
    "detail": true,
    "ignoreCatch": true,
    "strict": true
  },
  "version": "6.2.0",
  "xo": {
    "prettier": true
  }
}
