{
  "_from": "strip-literal@^3.1.0",
  "_id": "strip-literal@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==",
  "_location": "/strip-literal",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "strip-literal@^3.1.0",
    "name": "strip-literal",
    "escapedName": "strip-literal",
    "rawSpec": "^3.1.0",
    "saveSpec": null,
    "fetchSpec": "^3.1.0"
  },
  "_requiredBy": [
    "/unimport"
  ],
  "_resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-3.1.0.tgz",
  "_shasum": "222b243dd2d49c0bcd0de8906adbd84177196032",
  "_spec": "strip-literal@^3.1.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/unimport",
  "author": {
    "name": "Anthony Fu",
    "email": "anthonyfu117@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/antfu/strip-literal/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "js-tokens": "^9.0.1"
  },
  "deprecated": false,
  "description": "Strip comments and string literals from JavaScript code",
  "devDependencies": {
    "@antfu/eslint-config": "^5.4.1",
    "@antfu/ni": "^26.0.1",
    "@types/node": "^24.5.2",
    "bumpp": "^10.2.3",
    "eslint": "^9.36.0",
    "pnpm": "^10.17.1",
    "rimraf": "^6.0.1",
    "three": "^0.180.0",
    "tsx": "^4.20.6",
    "typescript": "^5.9.2",
    "unbuild": "^3.6.1",
    "vite": "^7.1.7",
    "vitest": "^3.2.4",
    "vue": "^3.5.22"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu/strip-literal#readme",
  "keywords": [],
  "license": "MIT",
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "name": "strip-literal",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/strip-literal.git"
  },
  "scripts": {
    "bench": "vitest bench",
    "build": "unbuild",
    "dev": "unbuild --stub",
    "lint": "eslint .",
    "release": "bumpp",
    "start": "tsx src/index.ts",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.mts",
  "version": "3.1.0"
}
