package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. "call-bind@1.0.2",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "call-bind@1.0.2",
  9. "_id": "call-bind@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
  12. "_location": "/call-bind",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "call-bind@1.0.2",
  18. "name": "call-bind",
  19. "escapedName": "call-bind",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/array.prototype.reduce",
  26. "/es-abstract",
  27. "/function.prototype.name",
  28. "/get-symbol-description",
  29. "/is-arguments",
  30. "/is-boolean-object",
  31. "/is-regex",
  32. "/is-shared-array-buffer",
  33. "/is-weakref",
  34. "/object-is",
  35. "/object.assign",
  36. "/object.getownpropertydescriptors",
  37. "/object.values",
  38. "/regexp.prototype.flags",
  39. "/side-channel",
  40. "/string.prototype.trimend",
  41. "/string.prototype.trimstart",
  42. "/unbox-primitive"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
  45. "_spec": "1.0.2",
  46. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  47. "author": {
  48. "name": "Jordan Harband",
  49. "email": "ljharb@gmail.com"
  50. },
  51. "auto-changelog": {
  52. "output": "CHANGELOG.md",
  53. "template": "keepachangelog",
  54. "unreleased": false,
  55. "commitLimit": false,
  56. "backfillLimit": false,
  57. "hideCredit": true
  58. },
  59. "bugs": {
  60. "url": "https://github.com/ljharb/call-bind/issues"
  61. },
  62. "dependencies": {
  63. "function-bind": "^1.1.1",
  64. "get-intrinsic": "^1.0.2"
  65. },
  66. "description": "Robustly `.call.bind()` a function",
  67. "devDependencies": {
  68. "@ljharb/eslint-config": "^17.3.0",
  69. "aud": "^1.1.3",
  70. "auto-changelog": "^2.2.1",
  71. "eslint": "^7.17.0",
  72. "nyc": "^10.3.2",
  73. "safe-publish-latest": "^1.1.4",
  74. "tape": "^5.1.1"
  75. },
  76. "exports": {
  77. ".": [
  78. {
  79. "default": "./index.js"
  80. },
  81. "./index.js"
  82. ],
  83. "./callBound": [
  84. {
  85. "default": "./callBound.js"
  86. },
  87. "./callBound.js"
  88. ],
  89. "./package.json": "./package.json"
  90. },
  91. "funding": {
  92. "url": "https://github.com/sponsors/ljharb"
  93. },
  94. "homepage": "https://github.com/ljharb/call-bind#readme",
  95. "keywords": [
  96. "javascript",
  97. "ecmascript",
  98. "es",
  99. "js",
  100. "callbind",
  101. "callbound",
  102. "call",
  103. "bind",
  104. "bound",
  105. "call-bind",
  106. "call-bound",
  107. "function",
  108. "es-abstract"
  109. ],
  110. "license": "MIT",
  111. "main": "index.js",
  112. "name": "call-bind",
  113. "repository": {
  114. "type": "git",
  115. "url": "git+https://github.com/ljharb/call-bind.git"
  116. },
  117. "scripts": {
  118. "lint": "eslint --ext=.js,.mjs .",
  119. "posttest": "aud --production",
  120. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  121. "prepublish": "safe-publish-latest",
  122. "pretest": "npm run lint",
  123. "test": "npm run tests-only",
  124. "tests-only": "nyc tape 'test/*'",
  125. "version": "auto-changelog && git add CHANGELOG.md"
  126. },
  127. "version": "1.0.2"
  128. }