package.json 3.0 KB

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