package.json 3.0 KB

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