UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

68 lines (67 loc) 1.68 kB
{ "name": "yaml-unist-parser", "version": "3.2.0", "description": "A YAML parser that produces output compatible with unist", "keywords": [ "unist", "yaml" ], "type": "module", "exports": { ".": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "./*": "./*" }, "repository": "prettier/yaml-unist-parser", "homepage": "https://github.com/prettier/yaml-unist-parser#readme", "author": { "name": "Ika", "email": "ikatyang@gmail.com", "url": "https://github.com/ikatyang" }, "license": "MIT", "scripts": { "prepublish": "yarn run build", "lint": "run-p \"lint:*\"", "lint:eslint": "eslint .", "lint:prettier": "prettier . --check", "lint:types": "tsc", "fix": "run-s \"fix:*\"", "fix:eslint": "yarn lint:eslint --fix", "fix:prettier": "prettier . --write", "test": "vitest", "build": "tsdown --unbundle", "release": "release-it" }, "dependencies": { "yaml": "^2.8.2" }, "devDependencies": { "@eslint/js": "9.39.1", "@types/node": "24.10.1", "@vitest/coverage-v8": "4.0.15", "eslint": "9.39.1", "eslint-config-prettier": "10.1.8", "eslint-plugin-simple-import-sort": "12.1.1", "globals": "16.5.0", "jest-snapshot-serializer-raw": "2.0.0", "npm-run-all2": "8.0.4", "patch-package": "8.0.1", "prettier": "3.7.4", "release-it": "19.0.6", "tsdown": "0.17.0-beta.6", "typescript": "5.9.3", "typescript-eslint": "8.48.1", "vitest": "4.0.15", "yaml-test-suite": "0.1.0" }, "engines": { "node": ">= 14" }, "files": [ "/dist" ], "packageManager": "yarn@4.11.0" }