package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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. "/array-includes",
  20. "/array.prototype.flat",
  21. "/array.prototype.flatmap",
  22. "/es-abstract",
  23. "/is-arguments",
  24. "/is-boolean-object",
  25. "/is-regex",
  26. "/object-is",
  27. "/object.assign",
  28. "/object.entries",
  29. "/object.fromentries",
  30. "/object.getownpropertydescriptors",
  31. "/object.values",
  32. "/regexp.prototype.flags",
  33. "/side-channel",
  34. "/string.prototype.matchall",
  35. "/string.prototype.trimend",
  36. "/string.prototype.trimstart"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
  39. "_shasum": "b1d4e89e688119c3c9a903ad30abb2f6a919be3c",
  40. "_spec": "call-bind@^1.0.0",
  41. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\object.assign",
  42. "author": {
  43. "name": "Jordan Harband",
  44. "email": "ljharb@gmail.com"
  45. },
  46. "auto-changelog": {
  47. "output": "CHANGELOG.md",
  48. "template": "keepachangelog",
  49. "unreleased": false,
  50. "commitLimit": false,
  51. "backfillLimit": false,
  52. "hideCredit": true
  53. },
  54. "bugs": {
  55. "url": "https://github.com/ljharb/call-bind/issues"
  56. },
  57. "bundleDependencies": false,
  58. "dependencies": {
  59. "function-bind": "^1.1.1",
  60. "get-intrinsic": "^1.0.2"
  61. },
  62. "deprecated": false,
  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. }