package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "_args": [
  3. [
  4. "call-bind@1.0.2",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "call-bind@1.0.2",
  9. "_id": "call-bind@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
  12. "_location": "/call-bind",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "call-bind@1.0.2",
  18. "name": "call-bind",
  19. "escapedName": "call-bind",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/array-includes",
  26. "/array.prototype.flat",
  27. "/array.prototype.flatmap",
  28. "/array.prototype.reduce",
  29. "/es-abstract",
  30. "/function.prototype.name",
  31. "/get-symbol-description",
  32. "/is-arguments",
  33. "/is-array-buffer",
  34. "/is-boolean-object",
  35. "/is-regex",
  36. "/is-shared-array-buffer",
  37. "/is-typed-array",
  38. "/is-weakref",
  39. "/object-is",
  40. "/object.assign",
  41. "/object.getownpropertydescriptors",
  42. "/object.values",
  43. "/regexp.prototype.flags",
  44. "/safe-regex-test",
  45. "/side-channel",
  46. "/string.prototype.trimend",
  47. "/string.prototype.trimstart",
  48. "/typed-array-length",
  49. "/unbox-primitive",
  50. "/util.promisify",
  51. "/which-typed-array"
  52. ],
  53. "_resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
  54. "_spec": "1.0.2",
  55. "_where": "E:\\2023\\5\\myjadmin",
  56. "author": {
  57. "name": "Jordan Harband",
  58. "email": "ljharb@gmail.com"
  59. },
  60. "auto-changelog": {
  61. "output": "CHANGELOG.md",
  62. "template": "keepachangelog",
  63. "unreleased": false,
  64. "commitLimit": false,
  65. "backfillLimit": false,
  66. "hideCredit": true
  67. },
  68. "bugs": {
  69. "url": "https://github.com/ljharb/call-bind/issues"
  70. },
  71. "dependencies": {
  72. "function-bind": "^1.1.1",
  73. "get-intrinsic": "^1.0.2"
  74. },
  75. "description": "Robustly `.call.bind()` a function",
  76. "devDependencies": {
  77. "@ljharb/eslint-config": "^17.3.0",
  78. "aud": "^1.1.3",
  79. "auto-changelog": "^2.2.1",
  80. "eslint": "^7.17.0",
  81. "nyc": "^10.3.2",
  82. "safe-publish-latest": "^1.1.4",
  83. "tape": "^5.1.1"
  84. },
  85. "exports": {
  86. ".": [
  87. {
  88. "default": "./index.js"
  89. },
  90. "./index.js"
  91. ],
  92. "./callBound": [
  93. {
  94. "default": "./callBound.js"
  95. },
  96. "./callBound.js"
  97. ],
  98. "./package.json": "./package.json"
  99. },
  100. "funding": {
  101. "url": "https://github.com/sponsors/ljharb"
  102. },
  103. "homepage": "https://github.com/ljharb/call-bind#readme",
  104. "keywords": [
  105. "javascript",
  106. "ecmascript",
  107. "es",
  108. "js",
  109. "callbind",
  110. "callbound",
  111. "call",
  112. "bind",
  113. "bound",
  114. "call-bind",
  115. "call-bound",
  116. "function",
  117. "es-abstract"
  118. ],
  119. "license": "MIT",
  120. "main": "index.js",
  121. "name": "call-bind",
  122. "repository": {
  123. "type": "git",
  124. "url": "git+https://github.com/ljharb/call-bind.git"
  125. },
  126. "scripts": {
  127. "lint": "eslint --ext=.js,.mjs .",
  128. "posttest": "aud --production",
  129. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  130. "prepublish": "safe-publish-latest",
  131. "pretest": "npm run lint",
  132. "test": "npm run tests-only",
  133. "tests-only": "nyc tape 'test/*'",
  134. "version": "auto-changelog && git add CHANGELOG.md"
  135. },
  136. "version": "1.0.2"
  137. }