{ "_from": "strip-literal@^1.3.0", "_id": "strip-literal@1.3.0", "_inBundle": false, "_integrity": "sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==", "_location": "/strip-literal", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "strip-literal@^1.3.0", "name": "strip-literal", "escapedName": "strip-literal", "rawSpec": "^1.3.0", "saveSpec": null, "fetchSpec": "^1.3.0" }, "_requiredBy": [ "/vitest" ], "_resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-1.3.0.tgz", "_shasum": "db3942c2ec1699e6836ad230090b84bb458e3a07", "_spec": "strip-literal@^1.3.0", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer/node_modules/vitest", "author": { "name": "Anthony Fu", "email": "anthonyfu117@hotmail.com" }, "bugs": { "url": "https://github.com/antfu/strip-literal/issues" }, "bundleDependencies": false, "dependencies": { "acorn": "^8.10.0" }, "deprecated": false, "description": "Strip comments and string literals from JavaScript code", "devDependencies": { "@antfu/eslint-config": "^0.40.0", "@antfu/ni": "^0.21.5", "@types/node": "^20.4.5", "bumpp": "^9.1.1", "eslint": "^8.46.0", "esmo": "^0.17.0", "pnpm": "^8.6.11", "rimraf": "^5.0.1", "three": "^0.155.0", "typescript": "^5.1.6", "unbuild": "^1.2.1", "vite": "^4.4.8", "vitest": "^0.34.1", "vue": "^3.3.4" }, "exports": { ".": { "types": "./dist/index.d.ts", "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.cjs", "module": "./dist/index.mjs", "name": "strip-literal", "packageManager": "pnpm@8.6.11", "repository": { "type": "git", "url": "git+https://github.com/antfu/strip-literal.git" }, "scripts": { "bench": "vitest bench", "build": "unbuild", "dev": "unbuild --stub", "lint": "eslint .", "prepublishOnly": "nr build", "release": "bumpp --commit --push --tag && npm publish", "start": "esmo src/index.ts", "test": "vitest", "typecheck": "tsc --noEmit" }, "sideEffects": false, "types": "./dist/index.d.ts", "version": "1.3.0" }