{
  "_from": "@pnpm/manifest-utils@1002.0.5",
  "_id": "@pnpm/manifest-utils@1002.0.5",
  "_inBundle": false,
  "_integrity": "sha512-2DSwQ6pP73IuJS5mCCtPd5fibJwuAdufXKuSL/Oq1n6AggCqy8616Xea1X3RH3z5dL4mn7Z4EZ+vnX8jX3Wrfw==",
  "_location": "/@pnpm/manifest-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@pnpm/manifest-utils@1002.0.5",
    "name": "@pnpm/manifest-utils",
    "escapedName": "@pnpm%2fmanifest-utils",
    "scope": "@pnpm",
    "rawSpec": "1002.0.5",
    "saveSpec": null,
    "fetchSpec": "1002.0.5"
  },
  "_requiredBy": [
    "/@pnpm/read-project-manifest"
  ],
  "_resolved": "https://registry.npmjs.org/@pnpm/manifest-utils/-/manifest-utils-1002.0.5.tgz",
  "_shasum": "191f6d0093637757b8c540230d7aa721d2fea353",
  "_spec": "@pnpm/manifest-utils@1002.0.5",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/@pnpm/read-project-manifest",
  "bugs": {
    "url": "https://github.com/pnpm/pnpm/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@pnpm/core-loggers": "1001.0.9",
    "@pnpm/error": "1000.1.0",
    "@pnpm/semver.peer-range": "1000.0.0",
    "@pnpm/types": "1001.3.0",
    "semver": "^7.7.4"
  },
  "deprecated": false,
  "description": "Utils for dealing with package manifest",
  "devDependencies": {
    "@pnpm/logger": "1001.0.1",
    "@pnpm/manifest-utils": "1002.0.5",
    "@types/semver": "7.5.3"
  },
  "engines": {
    "node": ">=18.12"
  },
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "funding": "https://opencollective.com/pnpm",
  "homepage": "https://github.com/pnpm/pnpm/tree/main/pkg-manifest/manifest-utils#readme",
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "keywords": [
    "pnpm",
    "pnpm10"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@pnpm/manifest-utils",
  "peerDependencies": {
    "@pnpm/logger": "^1001.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pnpm/pnpm/tree/main/pkg-manifest/manifest-utils"
  },
  "scripts": {
    "_test": "jest",
    "compile": "tsc --build && pnpm run lint --fix",
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "start": "tsc --watch",
    "test": "pnpm run compile && pnpm run _test"
  },
  "type": "commonjs",
  "types": "lib/index.d.ts",
  "version": "1002.0.5"
}
