{
  "_from": "read-yaml-file@^2.1.0",
  "_id": "read-yaml-file@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-UkRNRIwnhG+y7hpqnycCL/xbTk7+ia9VuVTC0S+zVbwd65DI9eUpRMfsWIGrCWxTU/mi+JW8cHQCrv+zfCbEPQ==",
  "_location": "/read-yaml-file",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "read-yaml-file@^2.1.0",
    "name": "read-yaml-file",
    "escapedName": "read-yaml-file",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "/@pnpm/read-project-manifest"
  ],
  "_resolved": "https://registry.npmjs.org/read-yaml-file/-/read-yaml-file-2.1.0.tgz",
  "_shasum": "c5866712db9ef5343b4d02c2413bada53c41c4a9",
  "_spec": "read-yaml-file@^2.1.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/@pnpm/read-project-manifest",
  "author": {
    "name": "Zoltan Kochan",
    "email": "z@kochan.io"
  },
  "bundleDependencies": false,
  "dependencies": {
    "js-yaml": "^4.0.0",
    "strip-bom": "^4.0.0"
  },
  "deprecated": false,
  "description": "Read and parse a YAML file",
  "devDependencies": {
    "package-preview": "3.0.0",
    "standard": "^16.0.3",
    "tape": "^5.1.1"
  },
  "engines": {
    "node": ">=10.13"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "keywords": [
    "yaml",
    "read"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "read-yaml-file",
  "repository": {
    "type": "git",
    "url": "https://github.com/zkochan/packages/tree/master/read-yaml-file"
  },
  "scripts": {
    "test": "standard && preview && node test"
  },
  "version": "2.1.0"
}
