package.json 3.1 KB

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