{
  "_from": "unist-util-stringify-position@^4.0.0",
  "_id": "unist-util-stringify-position@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
  "_location": "/unist-util-stringify-position",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "unist-util-stringify-position@^4.0.0",
    "name": "unist-util-stringify-position",
    "escapedName": "unist-util-stringify-position",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/vfile-message"
  ],
  "_resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
  "_shasum": "449c6e21a880e0855bf5aabadeb3a740314abac2",
  "_spec": "unist-util-stringify-position@^4.0.0",
  "_where": "/var/www/web-lab/node_modules/vfile-message",
  "author": {
    "name": "Titus Wormer",
    "email": "tituswormer@gmail.com",
    "url": "https://wooorm.com"
  },
  "bugs": {
    "url": "https://github.com/syntax-tree/unist-util-stringify-position/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "https://wooorm.com"
    }
  ],
  "dependencies": {
    "@types/unist": "^3.0.0"
  },
  "deprecated": false,
  "description": "unist utility to serialize a node, position, or point as a human readable location",
  "devDependencies": {
    "@types/mdast": "^4.0.0",
    "@types/node": "^20.0.0",
    "c8": "^8.0.0",
    "prettier": "^2.0.0",
    "remark-cli": "^11.0.0",
    "remark-preset-wooorm": "^9.0.0",
    "type-coverage": "^2.0.0",
    "typescript": "^5.0.0",
    "xo": "^0.54.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/unist-util-stringify-position#readme",
  "keywords": [
    "unist",
    "unist-util",
    "util",
    "utility",
    "position",
    "location",
    "point",
    "node",
    "stringify",
    "tostring"
  ],
  "license": "MIT",
  "name": "unist-util-stringify-position",
  "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/unist-util-stringify-position.git"
  },
  "scripts": {
    "build": "tsc --build --clean && tsc --build && type-coverage",
    "format": "remark . -qfo && prettier . -w --loglevel 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
  }
}
