package.json 2.7 KB

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