You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

125 lines
3.2 KiB

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