用工小程序前端代码
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.3 KiB

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