package.json 3.3 KB

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