租房小程序前端代码
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.

137 lines
4.0 KiB

3 months ago
  1. {
  2. "_from": "has-symbols@^1.0.3",
  3. "_id": "has-symbols@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  6. "_location": "/has-symbols",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-symbols@^1.0.3",
  12. "name": "has-symbols",
  13. "escapedName": "has-symbols",
  14. "rawSpec": "^1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/get-intrinsic",
  20. "/object.assign"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  23. "_shasum": "fc9c6a783a084951d0b971fe1018de813707a338",
  24. "_spec": "has-symbols@^1.0.3",
  25. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\get-intrinsic",
  26. "author": {
  27. "name": "Jordan Harband",
  28. "email": "ljharb@gmail.com",
  29. "url": "http://ljharb.codes"
  30. },
  31. "auto-changelog": {
  32. "output": "CHANGELOG.md",
  33. "template": "keepachangelog",
  34. "unreleased": false,
  35. "commitLimit": false,
  36. "backfillLimit": false,
  37. "hideCredit": true
  38. },
  39. "bugs": {
  40. "url": "https://github.com/ljharb/has-symbols/issues"
  41. },
  42. "bundleDependencies": false,
  43. "contributors": [
  44. {
  45. "name": "Jordan Harband",
  46. "email": "ljharb@gmail.com",
  47. "url": "http://ljharb.codes"
  48. }
  49. ],
  50. "deprecated": false,
  51. "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
  52. "devDependencies": {
  53. "@arethetypeswrong/cli": "^0.17.0",
  54. "@ljharb/eslint-config": "^21.1.1",
  55. "@ljharb/tsconfig": "^0.2.0",
  56. "@types/core-js": "^2.5.8",
  57. "@types/tape": "^5.6.5",
  58. "auto-changelog": "^2.5.0",
  59. "core-js": "^2.6.12",
  60. "encoding": "^0.1.13",
  61. "eslint": "=8.8.0",
  62. "get-own-property-symbols": "^0.9.5",
  63. "in-publish": "^2.0.1",
  64. "npmignore": "^0.3.1",
  65. "nyc": "^10.3.2",
  66. "safe-publish-latest": "^2.0.0",
  67. "tape": "^5.9.0",
  68. "typescript": "next"
  69. },
  70. "engines": {
  71. "node": ">= 0.4"
  72. },
  73. "funding": {
  74. "url": "https://github.com/sponsors/ljharb"
  75. },
  76. "homepage": "https://github.com/ljharb/has-symbols#readme",
  77. "keywords": [
  78. "Symbol",
  79. "symbols",
  80. "typeof",
  81. "sham",
  82. "polyfill",
  83. "native",
  84. "core-js",
  85. "ES6"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "name": "has-symbols",
  90. "publishConfig": {
  91. "ignore": [
  92. ".github/workflows",
  93. "types"
  94. ]
  95. },
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/inspect-js/has-symbols.git"
  99. },
  100. "scripts": {
  101. "lint": "eslint --ext=js,mjs .",
  102. "postlint": "tsc -p . && attw -P",
  103. "posttest": "npx npm@'>=10.2' audit --production",
  104. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  105. "prepack": "npmignore --auto --commentLines=autogenerated",
  106. "prepublish": "not-in-publish || npm run prepublishOnly",
  107. "prepublishOnly": "safe-publish-latest",
  108. "pretest": "npm run --silent lint",
  109. "test": "npm run tests-only",
  110. "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
  111. "test:shams:corejs": "nyc node test/shams/core-js.js",
  112. "test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js",
  113. "test:staging": "nyc node --harmony --es-staging test",
  114. "test:stock": "nyc node test",
  115. "tests-only": "npm run test:stock && npm run test:shams",
  116. "version": "auto-changelog && git add CHANGELOG.md"
  117. },
  118. "testling": {
  119. "files": "test/index.js",
  120. "browsers": [
  121. "iexplore/6.0..latest",
  122. "firefox/3.0..6.0",
  123. "firefox/15.0..latest",
  124. "firefox/nightly",
  125. "chrome/4.0..10.0",
  126. "chrome/20.0..latest",
  127. "chrome/canary",
  128. "opera/10.0..latest",
  129. "opera/next",
  130. "safari/4.0..latest",
  131. "ipad/6.0..latest",
  132. "iphone/6.0..latest",
  133. "android-browser/4.2"
  134. ]
  135. },
  136. "version": "1.1.0"
  137. }