{
  "_from": "js-yaml@^4.3.0",
  "_id": "js-yaml@4.3.2",
  "_inBundle": false,
  "_integrity": "sha512-SFNOvSJ+Dgf/9An904Yx+CgSlIPCkIpao4qo51lpee25TIRejdH3rhR4EZMGoNx3/TP3O+wzWuiTFl4sqbltzA==",
  "_location": "/js-yaml",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "js-yaml@^4.3.0",
    "name": "js-yaml",
    "escapedName": "js-yaml",
    "rawSpec": "^4.3.0",
    "saveSpec": null,
    "fetchSpec": "^4.3.0"
  },
  "_requiredBy": [
    "/@astrojs/internal-helpers",
    "/astro"
  ],
  "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.2.tgz",
  "_shasum": "8e44fb14a2643c59726bb15787b5f1512cb3d3fb",
  "_spec": "js-yaml@^4.3.0",
  "_where": "/var/www/web-lab/node_modules/astro",
  "author": {
    "name": "Vladimir Zapparov",
    "email": "dervus.grim@gmail.com"
  },
  "bin": {
    "js-yaml": "bin/js-yaml.js"
  },
  "bugs": {
    "url": "https://github.com/nodeca/js-yaml/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Aleksey V Zapparov",
      "email": "ixti@member.fsf.org",
      "url": "http://www.ixti.net/"
    },
    {
      "name": "Vitaly Puzrin",
      "email": "vitaly@rcdesign.ru",
      "url": "https://github.com/puzrin"
    },
    {
      "name": "Martin Grenfell",
      "email": "martin.grenfell@gmail.com",
      "url": "http://got-ravings.blogspot.com"
    }
  ],
  "dependencies": {
    "argparse": "^2.0.1"
  },
  "deprecated": false,
  "description": "YAML 1.2 parser and serializer",
  "devDependencies": {
    "@babel/core": "8.0.1",
    "@babel/preset-env": "8.0.1",
    "@rollup/plugin-commonjs": "29.0.3",
    "@rollup/plugin-terser": "0.4.4",
    "c8": "^11.0.0",
    "codemirror": "^5.65.21",
    "eslint": "^9.39.4",
    "fast-check": "^4.8.0",
    "gh-pages": "^6.3.0",
    "neostandard": "^0.13.0",
    "tinybench": "^6.0.2",
    "vite": "7.3.6",
    "vite-plugin-node-polyfills": "^0.28.0",
    "vite-plugin-singlefile": "^2.3.3",
    "workerpool": "^10.0.2"
  },
  "exports": {
    ".": {
      "import": "./dist/js-yaml.mjs",
      "require": "./index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "index.js",
    "lib/",
    "bin/",
    "dist/"
  ],
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/puzrin"
    },
    {
      "type": "github",
      "url": "https://github.com/sponsors/nodeca"
    }
  ],
  "homepage": "https://github.com/nodeca/js-yaml#readme",
  "jsdelivr": "dist/js-yaml.min.js",
  "keywords": [
    "yaml",
    "parser",
    "serializer",
    "pyyaml"
  ],
  "license": "MIT",
  "module": "./dist/js-yaml.mjs",
  "name": "js-yaml",
  "publishConfig": {
    "tag": "v4-legacy"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodeca/js-yaml.git"
  },
  "scripts": {
    "build": "node support/build-dist.mjs",
    "build:demo": "npm run lint && node support/build_demo.mjs",
    "coverage": "npm run build && c8 --include 'lib/**' -r text -r html -r lcov node --test test/core/*.test.*",
    "gh-demo": "npm run build:demo && gh-pages -d demo -f",
    "lint": "eslint .",
    "lint-fix": "eslint . --fix",
    "prepack": "npm test && npm run build",
    "test": "npm run lint && npm run test:core && npm run test:build",
    "test:build": "npm run build && node --test test/build/*.test.*",
    "test:core": "node --test test/core/*.test.*"
  },
  "unpkg": "dist/js-yaml.min.js",
  "version": "4.3.2"
}
