租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

118 lines
3.1 KiB

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