package.json 3.1 KB

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