package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "_from": "call-bind@^1.0.7",
  3. "_id": "call-bind@1.0.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
  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. "/array-includes",
  20. "/array.prototype.findlastindex",
  21. "/array.prototype.flat",
  22. "/array.prototype.flatmap",
  23. "/array.prototype.reduce",
  24. "/arraybuffer.prototype.slice",
  25. "/es-abstract",
  26. "/function.prototype.name",
  27. "/is-array-buffer",
  28. "/object-is",
  29. "/object.assign",
  30. "/object.fromentries",
  31. "/object.getownpropertydescriptors",
  32. "/object.groupby",
  33. "/object.values",
  34. "/reflect.getprototypeof",
  35. "/regexp.prototype.flags",
  36. "/safe-array-concat",
  37. "/string.prototype.padend",
  38. "/string.prototype.padstart",
  39. "/string.prototype.trim",
  40. "/string.prototype.trimend",
  41. "/string.prototype.trimstart",
  42. "/typed-array-byte-length",
  43. "/typed-array-byte-offset",
  44. "/typed-array-length",
  45. "/typedarray.prototype.slice",
  46. "/util.promisify",
  47. "/which-typed-array"
  48. ],
  49. "_resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.8.tgz",
  50. "_shasum": "0736a9660f537e3388826f440d5ec45f744eaa4c",
  51. "_spec": "call-bind@^1.0.7",
  52. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\object-is",
  53. "author": {
  54. "name": "Jordan Harband",
  55. "email": "ljharb@gmail.com"
  56. },
  57. "auto-changelog": {
  58. "output": "CHANGELOG.md",
  59. "template": "keepachangelog",
  60. "unreleased": false,
  61. "commitLimit": false,
  62. "backfillLimit": false,
  63. "hideCredit": true
  64. },
  65. "bugs": {
  66. "url": "https://github.com/ljharb/call-bind/issues"
  67. },
  68. "bundleDependencies": false,
  69. "dependencies": {
  70. "call-bind-apply-helpers": "^1.0.0",
  71. "es-define-property": "^1.0.0",
  72. "get-intrinsic": "^1.2.4",
  73. "set-function-length": "^1.2.2"
  74. },
  75. "deprecated": false,
  76. "description": "Robustly `.call.bind()` a function",
  77. "devDependencies": {
  78. "@ljharb/eslint-config": "^21.1.1",
  79. "auto-changelog": "^2.5.0",
  80. "encoding": "^0.1.13",
  81. "es-value-fixtures": "^1.5.0",
  82. "eslint": "=8.8.0",
  83. "evalmd": "^0.0.19",
  84. "for-each": "^0.3.3",
  85. "has-strict-mode": "^1.0.1",
  86. "in-publish": "^2.0.1",
  87. "npmignore": "^0.3.1",
  88. "nyc": "^10.3.2",
  89. "object-inspect": "^1.13.3",
  90. "safe-publish-latest": "^2.0.0",
  91. "tape": "^5.9.0"
  92. },
  93. "engines": {
  94. "node": ">= 0.4"
  95. },
  96. "exports": {
  97. ".": "./index.js",
  98. "./callBound": "./callBound.js",
  99. "./package.json": "./package.json"
  100. },
  101. "funding": {
  102. "url": "https://github.com/sponsors/ljharb"
  103. },
  104. "homepage": "https://github.com/ljharb/call-bind#readme",
  105. "keywords": [
  106. "javascript",
  107. "ecmascript",
  108. "es",
  109. "js",
  110. "callbind",
  111. "callbound",
  112. "call",
  113. "bind",
  114. "bound",
  115. "call-bind",
  116. "call-bound",
  117. "function",
  118. "es-abstract"
  119. ],
  120. "license": "MIT",
  121. "main": "index.js",
  122. "name": "call-bind",
  123. "publishConfig": {
  124. "ignore": [
  125. ".github/workflows"
  126. ]
  127. },
  128. "repository": {
  129. "type": "git",
  130. "url": "git+https://github.com/ljharb/call-bind.git"
  131. },
  132. "scripts": {
  133. "lint": "eslint --ext=.js,.mjs .",
  134. "postlint": "evalmd README.md",
  135. "posttest": "npx npm@'>=10.2' audit --production",
  136. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  137. "prepack": "npmignore --auto --commentLines=auto",
  138. "prepublish": "not-in-publish || npm run prepublishOnly",
  139. "prepublishOnly": "safe-publish-latest",
  140. "pretest": "npm run lint",
  141. "test": "npm run tests-only",
  142. "tests-only": "nyc tape 'test/**/*.js'",
  143. "version": "auto-changelog && git add CHANGELOG.md"
  144. },
  145. "testling": {
  146. "files": "test/index.js"
  147. },
  148. "version": "1.0.8"
  149. }