package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_from": "function-bind@^1.1.2",
  3. "_id": "function-bind@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  6. "_location": "/function-bind",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "function-bind@^1.1.2",
  12. "name": "function-bind",
  13. "escapedName": "function-bind",
  14. "rawSpec": "^1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/call-bind-apply-helpers",
  20. "/get-intrinsic",
  21. "/hasown"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  24. "_shasum": "2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c",
  25. "_spec": "function-bind@^1.1.2",
  26. "_where": "D:\\project\\phe\\phe-xcx\\node_modules\\get-intrinsic",
  27. "author": {
  28. "name": "Raynos",
  29. "email": "raynos2@gmail.com"
  30. },
  31. "auto-changelog": {
  32. "output": "CHANGELOG.md",
  33. "template": "keepachangelog",
  34. "unreleased": false,
  35. "commitLimit": false,
  36. "backfillLimit": false,
  37. "hideCredit": true
  38. },
  39. "bugs": {
  40. "url": "https://github.com/Raynos/function-bind/issues",
  41. "email": "raynos2@gmail.com"
  42. },
  43. "bundleDependencies": false,
  44. "contributors": [
  45. {
  46. "name": "Raynos"
  47. },
  48. {
  49. "name": "Jordan Harband",
  50. "url": "https://github.com/ljharb"
  51. }
  52. ],
  53. "deprecated": false,
  54. "description": "Implementation of Function.prototype.bind",
  55. "devDependencies": {
  56. "@ljharb/eslint-config": "^21.1.0",
  57. "aud": "^2.0.3",
  58. "auto-changelog": "^2.4.0",
  59. "eslint": "=8.8.0",
  60. "in-publish": "^2.0.1",
  61. "npmignore": "^0.3.0",
  62. "nyc": "^10.3.2",
  63. "safe-publish-latest": "^2.0.0",
  64. "tape": "^5.7.1"
  65. },
  66. "funding": {
  67. "url": "https://github.com/sponsors/ljharb"
  68. },
  69. "homepage": "https://github.com/Raynos/function-bind",
  70. "keywords": [
  71. "function",
  72. "bind",
  73. "shim",
  74. "es5"
  75. ],
  76. "license": "MIT",
  77. "main": "index",
  78. "name": "function-bind",
  79. "publishConfig": {
  80. "ignore": [
  81. ".github/workflows"
  82. ]
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/Raynos/function-bind.git"
  87. },
  88. "scripts": {
  89. "lint": "eslint --ext=js,mjs .",
  90. "posttest": "aud --production",
  91. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  92. "prepack": "npmignore --auto --commentLines=autogenerated",
  93. "prepublish": "not-in-publish || npm run prepublishOnly",
  94. "prepublishOnly": "safe-publish-latest",
  95. "pretest": "npm run lint",
  96. "test": "npm run tests-only",
  97. "tests-only": "nyc tape 'test/**/*.js'",
  98. "version": "auto-changelog && git add CHANGELOG.md"
  99. },
  100. "testling": {
  101. "files": "test/index.js",
  102. "browsers": [
  103. "ie/8..latest",
  104. "firefox/16..latest",
  105. "firefox/nightly",
  106. "chrome/22..latest",
  107. "chrome/canary",
  108. "opera/12..latest",
  109. "opera/next",
  110. "safari/5.1..latest",
  111. "ipad/6.0..latest",
  112. "iphone/6.0..latest",
  113. "android-browser/4.2..latest"
  114. ]
  115. },
  116. "version": "1.1.2"
  117. }