{
  "_from": "@pnpm/write-project-manifest@1000.0.16",
  "_id": "@pnpm/write-project-manifest@1000.0.16",
  "_inBundle": false,
  "_integrity": "sha512-zG68fk03ryot7TWUl9S/ShQ91uHWzIL9sVr2aQCuNHJo8G9kjsG6S0p58Zj/voahdDQeakZYYBSJ0mjNZeiJnw==",
  "_location": "/@pnpm/write-project-manifest",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@pnpm/write-project-manifest@1000.0.16",
    "name": "@pnpm/write-project-manifest",
    "escapedName": "@pnpm%2fwrite-project-manifest",
    "scope": "@pnpm",
    "rawSpec": "1000.0.16",
    "saveSpec": null,
    "fetchSpec": "1000.0.16"
  },
  "_requiredBy": [
    "/@pnpm/read-project-manifest"
  ],
  "_resolved": "https://registry.npmjs.org/@pnpm/write-project-manifest/-/write-project-manifest-1000.0.16.tgz",
  "_shasum": "400ff1025b675bce6123defdda03c827cde25e94",
  "_spec": "@pnpm/write-project-manifest@1000.0.16",
  "_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/text.comments-parser": "1000.0.0",
    "@pnpm/types": "1001.3.0",
    "json5": "^2.2.3",
    "write-file-atomic": "^5.0.1",
    "write-yaml-file": "^5.0.0"
  },
  "deprecated": false,
  "description": "Write a project manifest (called package.json in most cases)",
  "devDependencies": {
    "@pnpm/write-project-manifest": "1000.0.16",
    "@types/write-file-atomic": "^4.0.3",
    "tempy": "^1.0.1"
  },
  "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/write-project-manifest#readme",
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "keywords": [
    "pnpm",
    "pnpm10"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@pnpm/write-project-manifest",
  "repository": {
    "type": "git",
    "url": "https://github.com/pnpm/pnpm/tree/main/pkg-manifest/write-project-manifest"
  },
  "scripts": {
    "_test": "jest",
    "compile": "tsc --build && pnpm run lint --fix",
    "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "test": "pnpm run compile && pnpm run _test"
  },
  "type": "commonjs",
  "types": "lib/index.d.ts",
  "version": "1000.0.16"
}
