package.json 3.0 KB

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