package.json 3.1 KB

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