package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "strip-literal@^2.1.1",
  3. "_id": "strip-literal@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-631UJ6O00eNGfMiWG78ck80dfBab8X6IVFB51jZK5Icd7XAs60Z5y7QdSd/wGIklnWvRbUNloVzhOKKmutxQ6Q==",
  6. "_location": "/strip-literal",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-literal@^2.1.1",
  12. "name": "strip-literal",
  13. "escapedName": "strip-literal",
  14. "rawSpec": "^2.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.1"
  17. },
  18. "_requiredBy": [
  19. "/unimport"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-2.1.1.tgz",
  22. "_shasum": "26906e65f606d49f748454a08084e94190c2e5ad",
  23. "_spec": "strip-literal@^2.1.1",
  24. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\unimport",
  25. "author": {
  26. "name": "Anthony Fu",
  27. "email": "anthonyfu117@hotmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/antfu/strip-literal/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "js-tokens": "^9.0.1"
  35. },
  36. "deprecated": false,
  37. "description": "Strip comments and string literals from JavaScript code",
  38. "devDependencies": {
  39. "@antfu/eslint-config": "^3.9.2",
  40. "@antfu/ni": "^0.23.1",
  41. "@types/node": "^22.9.3",
  42. "bumpp": "^9.8.1",
  43. "eslint": "^9.15.0",
  44. "esmo": "^4.8.0",
  45. "pnpm": "^9.14.2",
  46. "rimraf": "^6.0.1",
  47. "three": "^0.170.0",
  48. "typescript": "^5.7.2",
  49. "unbuild": "^2.0.0",
  50. "vite": "^5.4.11",
  51. "vitest": "^2.1.5",
  52. "vue": "^3.5.13"
  53. },
  54. "exports": {
  55. ".": {
  56. "types": "./dist/index.d.ts",
  57. "import": "./dist/index.mjs",
  58. "require": "./dist/index.cjs"
  59. }
  60. },
  61. "files": [
  62. "dist"
  63. ],
  64. "funding": "https://github.com/sponsors/antfu",
  65. "homepage": "https://github.com/antfu/strip-literal#readme",
  66. "keywords": [],
  67. "license": "MIT",
  68. "main": "./dist/index.cjs",
  69. "module": "./dist/index.mjs",
  70. "name": "strip-literal",
  71. "packageManager": "pnpm@9.14.2",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/antfu/strip-literal.git"
  75. },
  76. "scripts": {
  77. "bench": "vitest bench",
  78. "build": "unbuild",
  79. "dev": "unbuild --stub",
  80. "lint": "eslint .",
  81. "prepublishOnly": "nr build",
  82. "release": "bumpp --commit --push --tag && npm publish",
  83. "start": "esmo src/index.ts",
  84. "test": "vitest",
  85. "typecheck": "tsc --noEmit"
  86. },
  87. "sideEffects": false,
  88. "types": "./dist/index.d.ts",
  89. "version": "2.1.1"
  90. }