{
  "_from": "write-yaml-file@^5.0.0",
  "_id": "write-yaml-file@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-FdNA4RyH1L43TlvGG8qOMIfcEczwA5ij+zLXUy3Z83CjxhLvcV7/Q/8pk22wnCgYw7PJhtK+7lhO+qqyT4NdvQ==",
  "_location": "/write-yaml-file",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "write-yaml-file@^5.0.0",
    "name": "write-yaml-file",
    "escapedName": "write-yaml-file",
    "rawSpec": "^5.0.0",
    "saveSpec": null,
    "fetchSpec": "^5.0.0"
  },
  "_requiredBy": [
    "/@pnpm/write-project-manifest"
  ],
  "_resolved": "https://registry.npmjs.org/write-yaml-file/-/write-yaml-file-5.0.0.tgz",
  "_shasum": "3764885331139f4dfed415c652eabb97942b91cc",
  "_spec": "write-yaml-file@^5.0.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/@pnpm/write-project-manifest",
  "author": {
    "name": "Zoltan Kochan",
    "email": "z@kochan.io"
  },
  "bundleDependencies": false,
  "dependencies": {
    "js-yaml": "^4.1.0",
    "write-file-atomic": "^5.0.1"
  },
  "deprecated": false,
  "description": "Stringify and write YAML to a file atomically",
  "devDependencies": {
    "standard": "^16.0.4"
  },
  "engines": {
    "node": ">=16.14"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/zkochan/packages/tree/main/write-yaml-file#readme",
  "keywords": [
    "write",
    "yaml",
    "stringify",
    "file",
    "fs",
    "graceful",
    "stable",
    "atomic",
    "atomically"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "write-yaml-file",
  "repository": {
    "type": "git",
    "url": "https://github.com/zkochan/packages/tree/main/write-yaml-file"
  },
  "scripts": {
    "test": "standard"
  },
  "typings": "index.d.ts",
  "version": "5.0.0"
}
