{
  "_from": "@pnpm/text.comments-parser@1000.0.0",
  "_id": "@pnpm/text.comments-parser@1000.0.0",
  "_inBundle": false,
  "_integrity": "sha512-ivv/esrETOq9uMiKOC0ddVZ1BktEGsfsMQ9RWmrDpwPiqFSqWsIspnquxTBmm5GflC5N06fbqjGOpulZVYo3vQ==",
  "_location": "/@pnpm/text.comments-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@pnpm/text.comments-parser@1000.0.0",
    "name": "@pnpm/text.comments-parser",
    "escapedName": "@pnpm%2ftext.comments-parser",
    "scope": "@pnpm",
    "rawSpec": "1000.0.0",
    "saveSpec": null,
    "fetchSpec": "1000.0.0"
  },
  "_requiredBy": [
    "/@pnpm/read-project-manifest",
    "/@pnpm/write-project-manifest"
  ],
  "_resolved": "https://registry.npmjs.org/@pnpm/text.comments-parser/-/text.comments-parser-1000.0.0.tgz",
  "_shasum": "526eef235378bbe2bfe19feb3f45b051542944a4",
  "_spec": "@pnpm/text.comments-parser@1000.0.0",
  "_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": {
    "strip-comments-strings": "1.2.0"
  },
  "deprecated": false,
  "description": "Extracts and inserts comments from/to text",
  "devDependencies": {
    "@pnpm/text.comments-parser": "1000.0.0"
  },
  "engines": {
    "node": ">=18.12"
  },
  "exports": {
    ".": "./lib/index.js"
  },
  "files": [
    "lib",
    "!*.map"
  ],
  "funding": "https://opencollective.com/pnpm",
  "homepage": "https://github.com/pnpm/pnpm/blob/main/text/comments-parser#readme",
  "jest": {
    "preset": "@pnpm/jest-config"
  },
  "keywords": [
    "pnpm10"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@pnpm/text.comments-parser",
  "repository": {
    "type": "git",
    "url": "https://github.com/pnpm/pnpm/blob/main/text/comments-parser"
  },
  "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"
  },
  "types": "lib/index.d.ts",
  "version": "1000.0.0"
}
