{
  "_from": "strip-comments-strings@1.2.0",
  "_id": "strip-comments-strings@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-zwF4bmnyEjZwRhaak9jUWNxc0DoeKBJ7lwSN/LEc8dQXZcUFG6auaaTQJokQWXopLdM3iTx01nQT8E4aL29DAQ==",
  "_location": "/strip-comments-strings",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "strip-comments-strings@1.2.0",
    "name": "strip-comments-strings",
    "escapedName": "strip-comments-strings",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/@pnpm/text.comments-parser"
  ],
  "_resolved": "https://registry.npmjs.org/strip-comments-strings/-/strip-comments-strings-1.2.0.tgz",
  "_shasum": "b19a1382e8f69a704ef61ad5069c29721c20aaad",
  "_spec": "strip-comments-strings@1.2.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/@pnpm/text.comments-parser",
  "author": {
    "name": "Patrice Thimothee"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Strip or extract comments, strings or both from source code.",
  "devDependencies": {
    "@babel/core": "^7.17.5",
    "@babel/eslint-parser": "^7.17.0",
    "@babel/preset-env": "^7.16.11",
    "babel-eslint": "^10.1.0",
    "eslint": "^8.9.0",
    "to-esm": "^2.15.0"
  },
  "exports": {
    ".": {
      "require": "./index.cjs",
      "import": "./index.mjs"
    }
  },
  "license": "MIT",
  "main": "./index.cjs",
  "module": "./index.mjs",
  "name": "strip-comments-strings",
  "scripts": {
    "build:esm": "to-esm --input=index.cjs --entrypoint=index.cjs --update-all",
    "demo:cjs": "node examples/demo.cjs"
  },
  "type": "module",
  "version": "1.2.0"
}
