{
  "_from": "nlcst-to-string@^4.0.0",
  "_id": "nlcst-to-string@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==",
  "_location": "/nlcst-to-string",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "nlcst-to-string@^4.0.0",
    "name": "nlcst-to-string",
    "escapedName": "nlcst-to-string",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/retext-smartypants"
  ],
  "_resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz",
  "_shasum": "05511e8461ebfb415952eb0b7e9a1a7d40471bd4",
  "_spec": "nlcst-to-string@^4.0.0",
  "_where": "/var/www/web-lab/node_modules/retext-smartypants",
  "author": {
    "name": "Titus Wormer",
    "email": "tituswormer@gmail.com",
    "url": "https://wooorm.com"
  },
  "bugs": {
    "url": "https://github.com/syntax-tree/nlcst-to-string/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "https://wooorm.com"
    },
    {
      "name": "Kenichiro Murata",
      "email": "kenichiro.murata@gmail.com"
    }
  ],
  "dependencies": {
    "@types/nlcst": "^2.0.0"
  },
  "deprecated": false,
  "description": "nlcst utility to transform a tree to a string",
  "devDependencies": {
    "@types/node": "^20.0.0",
    "c8": "^8.0.0",
    "prettier": "^3.0.0",
    "remark-cli": "^11.0.0",
    "remark-preset-wooorm": "^9.0.0",
    "type-coverage": "^2.0.0",
    "typescript": "^5.0.0",
    "unist-builder": "^4.0.0",
    "xo": "^0.55.0"
  },
  "exports": "./index.js",
  "files": [
    "lib/",
    "index.d.ts",
    "index.js"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/unified"
  },
  "homepage": "https://github.com/syntax-tree/nlcst-to-string#readme",
  "keywords": [
    "unist",
    "nlcst",
    "nlcst-util",
    "util",
    "utility",
    "string",
    "serialize",
    "stringify"
  ],
  "license": "MIT",
  "name": "nlcst-to-string",
  "prettier": {
    "bracketSpacing": false,
    "semi": false,
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "none",
    "useTabs": false
  },
  "remarkConfig": {
    "plugins": [
      "remark-preset-wooorm"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/syntax-tree/nlcst-to-string.git"
  },
  "scripts": {
    "build": "tsc --build --clean && tsc --build && type-coverage",
    "format": "remark . -qfo && prettier . -w --log-level warn && 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 --reporter lcov npm run test-api"
  },
  "sideEffects": false,
  "type": "module",
  "typeCoverage": {
    "atLeast": 100,
    "detail": true,
    "ignoreCatch": true,
    "strict": true
  },
  "version": "4.0.0",
  "xo": {
    "prettier": true
  }
}
