package.json 2.6 KB

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