package.json 3.2 KB

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