package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_from": "globals@^15.13.0",
  3. "_id": "globals@15.14.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==",
  6. "_location": "/globals",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "globals@^15.13.0",
  12. "name": "globals",
  13. "escapedName": "globals",
  14. "rawSpec": "^15.13.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^15.13.0"
  17. },
  18. "_requiredBy": [
  19. "/@iconify/utils"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/globals/-/globals-15.14.0.tgz",
  22. "_shasum": "b8fd3a8941ff3b4d38f3319d433b61bbb482e73f",
  23. "_spec": "globals@^15.13.0",
  24. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\@iconify\\utils",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/globals/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Global identifiers from different JavaScript environments",
  36. "devDependencies": {
  37. "@vitest/eslint-plugin": "^1.1.18",
  38. "ava": "^6.1.3",
  39. "cheerio": "^1.0.0-rc.12",
  40. "eslint-plugin-jest": "^28.8.3",
  41. "execa": "^9.4.0",
  42. "get-port": "^7.1.0",
  43. "npm-run-all2": "^6.2.3",
  44. "outdent": "^0.8.0",
  45. "puppeteer": "^23.4.1",
  46. "shelljs": "^0.8.5",
  47. "tsd": "^0.31.2",
  48. "type-fest": "^4.26.1",
  49. "xo": "^0.59.3"
  50. },
  51. "engines": {
  52. "node": ">=18"
  53. },
  54. "files": [
  55. "index.js",
  56. "index.d.ts",
  57. "globals.json"
  58. ],
  59. "funding": "https://github.com/sponsors/sindresorhus",
  60. "homepage": "https://github.com/sindresorhus/globals#readme",
  61. "keywords": [
  62. "globals",
  63. "global",
  64. "identifiers",
  65. "variables",
  66. "vars",
  67. "jshint",
  68. "eslint",
  69. "environments"
  70. ],
  71. "license": "MIT",
  72. "name": "globals",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/globals.git"
  76. },
  77. "scripts": {
  78. "build": "run-s build:data build:types",
  79. "build:data": "node scripts/generate-data.mjs",
  80. "build:types": "node scripts/generate-types.mjs",
  81. "prepare": "npm run build",
  82. "test": "npm run build && xo && ava && tsd",
  83. "update": "node scripts/update.mjs",
  84. "update:browser": "node scripts/update.mjs --environment=browser",
  85. "update:builtin": "node scripts/update.mjs --environment=builtin",
  86. "update:jest": "node scripts/update.mjs --environment=jest",
  87. "update:nodeBuiltin": "node scripts/update.mjs --environment=nodeBuiltin",
  88. "update:shelljs": "node scripts/update.mjs --environment=shelljs",
  89. "update:vitest": "node scripts/update.mjs --environment=vitest",
  90. "update:worker": "node scripts/update.mjs --environment=worker"
  91. },
  92. "sideEffects": false,
  93. "tsd": {
  94. "compilerOptions": {
  95. "resolveJsonModule": true
  96. }
  97. },
  98. "version": "15.14.0",
  99. "xo": {
  100. "rules": {
  101. "unicorn/prefer-module": "off"
  102. },
  103. "overrides": [
  104. {
  105. "files": [
  106. "data/*.mjs"
  107. ],
  108. "rules": {
  109. "import/no-anonymous-default-export": "off",
  110. "camelcase": "off",
  111. "unicorn/filename-case": [
  112. "error",
  113. {
  114. "cases": {
  115. "camelCase": true,
  116. "kebabCase": true
  117. }
  118. }
  119. ]
  120. }
  121. },
  122. {
  123. "files": [
  124. "scripts/*.mjs"
  125. ],
  126. "rules": {
  127. "n/no-unsupported-features/node-builtins": "off"
  128. }
  129. }
  130. ]
  131. }
  132. }