package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_args": [
  3. [
  4. "call-bind@1.0.2",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_from": "call-bind@1.0.2",
  9. "_id": "call-bind@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-sdTonmiBGcPJqQOtMKuy9qkZvjw=",
  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. "/es-abstract",
  26. "/get-symbol-description",
  27. "/is-arguments",
  28. "/is-boolean-object",
  29. "/is-regex",
  30. "/is-weakref",
  31. "/object-is",
  32. "/object.assign",
  33. "/object.getownpropertydescriptors",
  34. "/object.values",
  35. "/regexp.prototype.flags",
  36. "/side-channel",
  37. "/string.prototype.trimend",
  38. "/string.prototype.trimstart"
  39. ],
  40. "_resolved": "https://registry.nlark.com/call-bind/download/call-bind-1.0.2.tgz?cache=0&sync_timestamp=1622604538146&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcall-bind%2Fdownload%2Fcall-bind-1.0.2.tgz",
  41. "_spec": "1.0.2",
  42. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  43. "author": {
  44. "name": "Jordan Harband",
  45. "email": "ljharb@gmail.com"
  46. },
  47. "auto-changelog": {
  48. "output": "CHANGELOG.md",
  49. "template": "keepachangelog",
  50. "unreleased": false,
  51. "commitLimit": false,
  52. "backfillLimit": false,
  53. "hideCredit": true
  54. },
  55. "bugs": {
  56. "url": "https://github.com/ljharb/call-bind/issues"
  57. },
  58. "dependencies": {
  59. "function-bind": "^1.1.1",
  60. "get-intrinsic": "^1.0.2"
  61. },
  62. "description": "Robustly `.call.bind()` a function",
  63. "devDependencies": {
  64. "@ljharb/eslint-config": "^17.3.0",
  65. "aud": "^1.1.3",
  66. "auto-changelog": "^2.2.1",
  67. "eslint": "^7.17.0",
  68. "nyc": "^10.3.2",
  69. "safe-publish-latest": "^1.1.4",
  70. "tape": "^5.1.1"
  71. },
  72. "exports": {
  73. ".": [
  74. {
  75. "default": "./index.js"
  76. },
  77. "./index.js"
  78. ],
  79. "./callBound": [
  80. {
  81. "default": "./callBound.js"
  82. },
  83. "./callBound.js"
  84. ],
  85. "./package.json": "./package.json"
  86. },
  87. "funding": {
  88. "url": "https://github.com/sponsors/ljharb"
  89. },
  90. "homepage": "https://github.com/ljharb/call-bind#readme",
  91. "keywords": [
  92. "javascript",
  93. "ecmascript",
  94. "es",
  95. "js",
  96. "callbind",
  97. "callbound",
  98. "call",
  99. "bind",
  100. "bound",
  101. "call-bind",
  102. "call-bound",
  103. "function",
  104. "es-abstract"
  105. ],
  106. "license": "MIT",
  107. "main": "index.js",
  108. "name": "call-bind",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/ljharb/call-bind.git"
  112. },
  113. "scripts": {
  114. "lint": "eslint --ext=.js,.mjs .",
  115. "posttest": "aud --production",
  116. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  117. "prepublish": "safe-publish-latest",
  118. "pretest": "npm run lint",
  119. "test": "npm run tests-only",
  120. "tests-only": "nyc tape 'test/*'",
  121. "version": "auto-changelog && git add CHANGELOG.md"
  122. },
  123. "version": "1.0.2"
  124. }