package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_from": "call-bound@^1.0.3",
  3. "_id": "call-bound@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  6. "_location": "/call-bound",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "call-bound@^1.0.3",
  12. "name": "call-bound",
  13. "escapedName": "call-bound",
  14. "rawSpec": "^1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/object.assign",
  20. "/side-channel-map",
  21. "/side-channel-weakmap"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz",
  24. "_shasum": "238de935d2a2a692928c538c7ccfa91067fd062a",
  25. "_spec": "call-bound@^1.0.3",
  26. "_where": "E:\\vue_project\\el-table-column\\node_modules\\object.assign",
  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-bound/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "call-bind-apply-helpers": "^1.0.2",
  45. "get-intrinsic": "^1.3.0"
  46. },
  47. "deprecated": false,
  48. "description": "Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.",
  49. "devDependencies": {
  50. "@arethetypeswrong/cli": "^0.17.4",
  51. "@ljharb/eslint-config": "^21.1.1",
  52. "@ljharb/tsconfig": "^0.3.0",
  53. "@types/call-bind": "^1.0.5",
  54. "@types/get-intrinsic": "^1.2.3",
  55. "@types/tape": "^5.8.1",
  56. "auto-changelog": "^2.5.0",
  57. "encoding": "^0.1.13",
  58. "es-value-fixtures": "^1.7.1",
  59. "eslint": "=8.8.0",
  60. "evalmd": "^0.0.19",
  61. "for-each": "^0.3.5",
  62. "gopd": "^1.2.0",
  63. "has-strict-mode": "^1.1.0",
  64. "in-publish": "^2.0.1",
  65. "npmignore": "^0.3.1",
  66. "nyc": "^10.3.2",
  67. "object-inspect": "^1.13.4",
  68. "safe-publish-latest": "^2.0.0",
  69. "tape": "^5.9.0",
  70. "typescript": "next"
  71. },
  72. "engines": {
  73. "node": ">= 0.4"
  74. },
  75. "exports": {
  76. ".": "./index.js",
  77. "./package.json": "./package.json"
  78. },
  79. "funding": {
  80. "url": "https://github.com/sponsors/ljharb"
  81. },
  82. "homepage": "https://github.com/ljharb/call-bound#readme",
  83. "keywords": [
  84. "javascript",
  85. "ecmascript",
  86. "es",
  87. "js",
  88. "callbind",
  89. "callbound",
  90. "call",
  91. "bind",
  92. "bound",
  93. "call-bind",
  94. "call-bound",
  95. "function",
  96. "es-abstract"
  97. ],
  98. "license": "MIT",
  99. "main": "index.js",
  100. "name": "call-bound",
  101. "publishConfig": {
  102. "ignore": [
  103. ".github/workflows"
  104. ]
  105. },
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/ljharb/call-bound.git"
  109. },
  110. "scripts": {
  111. "lint": "eslint --ext=.js,.mjs .",
  112. "postlint": "tsc -p . && attw -P",
  113. "posttest": "npx npm@'>=10.2' audit --production",
  114. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  115. "prelint": "evalmd README.md",
  116. "prepack": "npmignore --auto --commentLines=auto",
  117. "prepublish": "not-in-publish || npm run prepublishOnly",
  118. "prepublishOnly": "safe-publish-latest",
  119. "pretest": "npm run lint",
  120. "test": "npm run tests-only",
  121. "tests-only": "nyc tape 'test/**/*.js'",
  122. "version": "auto-changelog && git add CHANGELOG.md"
  123. },
  124. "sideEffects": false,
  125. "testling": {
  126. "files": "test/index.js"
  127. },
  128. "version": "1.0.4"
  129. }