package.json 3.1 KB

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