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

125 lines
3.5 KiB

3 months ago
  1. {
  2. "_from": "get-intrinsic@^1.2.4",
  3. "_id": "get-intrinsic@1.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
  6. "_location": "/get-intrinsic",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "get-intrinsic@^1.2.4",
  12. "name": "get-intrinsic",
  13. "escapedName": "get-intrinsic",
  14. "rawSpec": "^1.2.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.4"
  17. },
  18. "_requiredBy": [
  19. "/call-bind",
  20. "/es-define-property",
  21. "/gopd",
  22. "/set-function-length",
  23. "/side-channel"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
  26. "_shasum": "e385f5a4b5227d449c3eabbad05494ef0abbeadd",
  27. "_spec": "get-intrinsic@^1.2.4",
  28. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\side-channel",
  29. "author": {
  30. "name": "Jordan Harband",
  31. "email": "ljharb@gmail.com"
  32. },
  33. "auto-changelog": {
  34. "output": "CHANGELOG.md",
  35. "template": "keepachangelog",
  36. "unreleased": false,
  37. "commitLimit": false,
  38. "backfillLimit": false,
  39. "hideCredit": true
  40. },
  41. "bugs": {
  42. "url": "https://github.com/ljharb/get-intrinsic/issues"
  43. },
  44. "bundleDependencies": false,
  45. "dependencies": {
  46. "es-errors": "^1.3.0",
  47. "function-bind": "^1.1.2",
  48. "has-proto": "^1.0.1",
  49. "has-symbols": "^1.0.3",
  50. "hasown": "^2.0.0"
  51. },
  52. "deprecated": false,
  53. "description": "Get and robustly cache all JS language-level intrinsics at first require time",
  54. "devDependencies": {
  55. "@ljharb/eslint-config": "^21.1.0",
  56. "aud": "^2.0.4",
  57. "auto-changelog": "^2.4.0",
  58. "call-bind": "^1.0.5",
  59. "es-abstract": "^1.22.3",
  60. "es-value-fixtures": "^1.4.2",
  61. "eslint": "=8.8.0",
  62. "evalmd": "^0.0.19",
  63. "for-each": "^0.3.3",
  64. "gopd": "^1.0.1",
  65. "make-async-function": "^1.0.0",
  66. "make-async-generator-function": "^1.0.0",
  67. "make-generator-function": "^2.0.0",
  68. "mock-property": "^1.0.3",
  69. "npmignore": "^0.3.1",
  70. "nyc": "^10.3.2",
  71. "object-inspect": "^1.13.1",
  72. "safe-publish-latest": "^2.0.0",
  73. "tape": "^5.7.4"
  74. },
  75. "engines": {
  76. "node": ">= 0.4"
  77. },
  78. "exports": {
  79. ".": "./index.js",
  80. "./package.json": "./package.json"
  81. },
  82. "funding": {
  83. "url": "https://github.com/sponsors/ljharb"
  84. },
  85. "homepage": "https://github.com/ljharb/get-intrinsic#readme",
  86. "keywords": [
  87. "javascript",
  88. "ecmascript",
  89. "es",
  90. "js",
  91. "intrinsic",
  92. "getintrinsic",
  93. "es-abstract"
  94. ],
  95. "license": "MIT",
  96. "main": "index.js",
  97. "name": "get-intrinsic",
  98. "publishConfig": {
  99. "ignore": [
  100. ".github/workflows"
  101. ]
  102. },
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/ljharb/get-intrinsic.git"
  106. },
  107. "scripts": {
  108. "lint": "eslint --ext=.js,.mjs .",
  109. "posttest": "aud --production",
  110. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  111. "prelint": "evalmd README.md",
  112. "prepack": "npmignore --auto --commentLines=autogenerated",
  113. "prepublish": "not-in-publish || npm run prepublishOnly",
  114. "prepublishOnly": "safe-publish-latest",
  115. "pretest": "npm run lint",
  116. "test": "npm run tests-only",
  117. "tests-only": "nyc tape 'test/**/*.js'",
  118. "version": "auto-changelog && git add CHANGELOG.md"
  119. },
  120. "sideEffects": false,
  121. "testling": {
  122. "files": "test/GetIntrinsic.js"
  123. },
  124. "version": "1.2.4"
  125. }