package.json 3.2 KB

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