租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
2.0 KiB

3 months ago
  1. {
  2. "_from": "globals@^13.19.0",
  3. "_id": "globals@13.24.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  6. "_location": "/globals",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "globals@^13.19.0",
  12. "name": "globals",
  13. "escapedName": "globals",
  14. "rawSpec": "^13.19.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^13.19.0"
  17. },
  18. "_requiredBy": [
  19. "/@eslint/eslintrc",
  20. "/eslint"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/globals/-/globals-13.24.0.tgz",
  23. "_shasum": "8432a19d78ce0c1e833949c36adb345400bb1171",
  24. "_spec": "globals@^13.19.0",
  25. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\eslint",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "https://sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/globals/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "type-fest": "^0.20.2"
  37. },
  38. "deprecated": false,
  39. "description": "Global identifiers from different JavaScript environments",
  40. "devDependencies": {
  41. "ava": "^2.4.0",
  42. "tsd": "^0.14.0",
  43. "xo": "^0.36.1"
  44. },
  45. "engines": {
  46. "node": ">=8"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts",
  51. "globals.json"
  52. ],
  53. "funding": "https://github.com/sponsors/sindresorhus",
  54. "homepage": "https://github.com/sindresorhus/globals#readme",
  55. "keywords": [
  56. "globals",
  57. "global",
  58. "identifiers",
  59. "variables",
  60. "vars",
  61. "jshint",
  62. "eslint",
  63. "environments"
  64. ],
  65. "license": "MIT",
  66. "name": "globals",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/globals.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava"
  73. },
  74. "sideEffects": false,
  75. "tsd": {
  76. "compilerOptions": {
  77. "resolveJsonModule": true
  78. }
  79. },
  80. "version": "13.24.0",
  81. "xo": {
  82. "ignores": [
  83. "get-browser-globals.js"
  84. ],
  85. "rules": {
  86. "node/no-unsupported-features/es-syntax": "off"
  87. }
  88. }
  89. }