package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_from": "call-bind@^1.0.2",
  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.2",
  12. "name": "call-bind",
  13. "escapedName": "call-bind",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/is-arguments",
  20. "/is-regex",
  21. "/object-is",
  22. "/regexp.prototype.flags"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
  25. "_shasum": "b1d4e89e688119c3c9a903ad30abb2f6a919be3c",
  26. "_spec": "call-bind@^1.0.2",
  27. "_where": "D:\\11.校友管理\\xiaoyou-h5\\node_modules\\is-arguments",
  28. "author": {
  29. "name": "Jordan Harband",
  30. "email": "ljharb@gmail.com"
  31. },
  32. "auto-changelog": {
  33. "output": "CHANGELOG.md",
  34. "template": "keepachangelog",
  35. "unreleased": false,
  36. "commitLimit": false,
  37. "backfillLimit": false,
  38. "hideCredit": true
  39. },
  40. "bugs": {
  41. "url": "https://github.com/ljharb/call-bind/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {
  45. "function-bind": "^1.1.1",
  46. "get-intrinsic": "^1.0.2"
  47. },
  48. "deprecated": false,
  49. "description": "Robustly `.call.bind()` a function",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^17.3.0",
  52. "aud": "^1.1.3",
  53. "auto-changelog": "^2.2.1",
  54. "eslint": "^7.17.0",
  55. "nyc": "^10.3.2",
  56. "safe-publish-latest": "^1.1.4",
  57. "tape": "^5.1.1"
  58. },
  59. "exports": {
  60. ".": [
  61. {
  62. "default": "./index.js"
  63. },
  64. "./index.js"
  65. ],
  66. "./callBound": [
  67. {
  68. "default": "./callBound.js"
  69. },
  70. "./callBound.js"
  71. ],
  72. "./package.json": "./package.json"
  73. },
  74. "funding": {
  75. "url": "https://github.com/sponsors/ljharb"
  76. },
  77. "homepage": "https://github.com/ljharb/call-bind#readme",
  78. "keywords": [
  79. "javascript",
  80. "ecmascript",
  81. "es",
  82. "js",
  83. "callbind",
  84. "callbound",
  85. "call",
  86. "bind",
  87. "bound",
  88. "call-bind",
  89. "call-bound",
  90. "function",
  91. "es-abstract"
  92. ],
  93. "license": "MIT",
  94. "main": "index.js",
  95. "name": "call-bind",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/ljharb/call-bind.git"
  99. },
  100. "scripts": {
  101. "lint": "eslint --ext=.js,.mjs .",
  102. "posttest": "aud --production",
  103. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  104. "prepublish": "safe-publish-latest",
  105. "pretest": "npm run lint",
  106. "test": "npm run tests-only",
  107. "tests-only": "nyc tape 'test/*'",
  108. "version": "auto-changelog && git add CHANGELOG.md"
  109. },
  110. "version": "1.0.2"
  111. }