package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "call-bind-apply-helpers@^1.0.2",
  3. "_id": "call-bind-apply-helpers@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  6. "_location": "/call-bind-apply-helpers",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "call-bind-apply-helpers@^1.0.2",
  12. "name": "call-bind-apply-helpers",
  13. "escapedName": "call-bind-apply-helpers",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/dunder-proto",
  20. "/get-intrinsic"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  23. "_shasum": "4b5428c222be985d79c3d82657479dbe0b59b2d6",
  24. "_spec": "call-bind-apply-helpers@^1.0.2",
  25. "_where": "D:\\project\\phe\\phe-xcx\\node_modules\\get-intrinsic",
  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-apply-helpers/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "es-errors": "^1.3.0",
  44. "function-bind": "^1.1.2"
  45. },
  46. "deprecated": false,
  47. "description": "Helper functions around Function call/apply/bind, for use in `call-bind`",
  48. "devDependencies": {
  49. "@arethetypeswrong/cli": "^0.17.3",
  50. "@ljharb/eslint-config": "^21.1.1",
  51. "@ljharb/tsconfig": "^0.2.3",
  52. "@types/for-each": "^0.3.3",
  53. "@types/function-bind": "^1.1.10",
  54. "@types/object-inspect": "^1.13.0",
  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. "has-strict-mode": "^1.1.0",
  63. "in-publish": "^2.0.1",
  64. "npmignore": "^0.3.1",
  65. "nyc": "^10.3.2",
  66. "object-inspect": "^1.13.4",
  67. "safe-publish-latest": "^2.0.0",
  68. "tape": "^5.9.0",
  69. "typescript": "next"
  70. },
  71. "engines": {
  72. "node": ">= 0.4"
  73. },
  74. "exports": {
  75. ".": "./index.js",
  76. "./actualApply": "./actualApply.js",
  77. "./applyBind": "./applyBind.js",
  78. "./functionApply": "./functionApply.js",
  79. "./functionCall": "./functionCall.js",
  80. "./reflectApply": "./reflectApply.js",
  81. "./package.json": "./package.json"
  82. },
  83. "homepage": "https://github.com/ljharb/call-bind-apply-helpers#readme",
  84. "license": "MIT",
  85. "main": "index.js",
  86. "name": "call-bind-apply-helpers",
  87. "publishConfig": {
  88. "ignore": [
  89. ".github/workflows"
  90. ]
  91. },
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/ljharb/call-bind-apply-helpers.git"
  95. },
  96. "scripts": {
  97. "lint": "eslint --ext=.js,.mjs .",
  98. "postlint": "tsc -p . && attw -P",
  99. "posttest": "npx npm@'>=10.2' audit --production",
  100. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  101. "prelint": "evalmd README.md",
  102. "prepack": "npmignore --auto --commentLines=auto",
  103. "prepublish": "not-in-publish || npm run prepublishOnly",
  104. "prepublishOnly": "safe-publish-latest",
  105. "pretest": "npm run lint",
  106. "test": "npm run tests-only",
  107. "tests-only": "nyc tape 'test/**/*.js'",
  108. "version": "auto-changelog && git add CHANGELOG.md"
  109. },
  110. "testling": {
  111. "files": "test/index.js"
  112. },
  113. "version": "1.0.2"
  114. }