{
  "_from": "strip-literal@^3.0.0",
  "_id": "strip-literal@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==",
  "_location": "/strip-literal",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "strip-literal@^3.0.0",
    "name": "strip-literal",
    "escapedName": "strip-literal",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/unimport"
  ],
  "_resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-3.0.0.tgz",
  "_shasum": "ce9c452a91a0af2876ed1ae4e583539a353df3fc",
  "_spec": "strip-literal@^3.0.0",
  "_where": "/home/ctr65084/public_html/tranvial-site/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": "^3.14.0",
    "@antfu/ni": "^23.2.0",
    "@types/node": "^22.10.6",
    "bumpp": "^9.10.1",
    "eslint": "^9.18.0",
    "esmo": "^4.8.0",
    "pnpm": "^9.15.4",
    "rimraf": "^6.0.1",
    "three": "^0.172.0",
    "typescript": "^5.7.3",
    "unbuild": "^3.3.1",
    "vite": "^6.0.7",
    "vitest": "^2.1.8",
    "vue": "^3.5.13"
  },
  "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 && pnpm publish",
    "start": "esmo src/index.ts",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.mts",
  "version": "3.0.0"
}
