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

126 lines
3.3 KiB

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