用工小程序前端代码
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.

126 lines
3.4 KiB

7 months ago
  1. {
  2. "_from": "object.entries@^1.1.5",
  3. "_id": "object.entries@1.1.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==",
  6. "_location": "/object.entries",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object.entries@^1.1.5",
  12. "name": "object.entries",
  13. "escapedName": "object.entries",
  14. "rawSpec": "^1.1.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.5"
  17. },
  18. "_requiredBy": [
  19. "/eslint-config-airbnb",
  20. "/eslint-config-airbnb-base"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/object.entries/-/object.entries-1.1.8.tgz",
  23. "_shasum": "bffe6f282e01f4d17807204a24f8edd823599c41",
  24. "_spec": "object.entries@^1.1.5",
  25. "_where": "E:\\webView\\hire-wechat-uniapp\\node_modules\\eslint-config-airbnb",
  26. "author": {
  27. "name": "Jordan Harband"
  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/es-shims/Object.entries/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "call-bind": "^1.0.7",
  43. "define-properties": "^1.2.1",
  44. "es-object-atoms": "^1.0.0"
  45. },
  46. "deprecated": false,
  47. "description": "ES2017 spec-compliant Object.entries shim.",
  48. "devDependencies": {
  49. "@es-shims/api": "^2.4.2",
  50. "@ljharb/eslint-config": "^21.1.0",
  51. "array.prototype.map": "^1.0.7",
  52. "aud": "^2.0.4",
  53. "auto-changelog": "^2.4.0",
  54. "eslint": "=8.8.0",
  55. "functions-have-names": "^1.2.3",
  56. "has-strict-mode": "^1.0.1",
  57. "in-publish": "^2.0.1",
  58. "npmignore": "^0.3.1",
  59. "nyc": "^10.3.2",
  60. "safe-publish-latest": "^2.0.0",
  61. "tape": "^5.7.5"
  62. },
  63. "engines": {
  64. "node": ">= 0.4"
  65. },
  66. "homepage": "https://github.com/es-shims/Object.entries#readme",
  67. "keywords": [
  68. "Object.entries",
  69. "Object.values",
  70. "Object.keys",
  71. "entries",
  72. "values",
  73. "ES7",
  74. "ES8",
  75. "ES2017",
  76. "shim",
  77. "object",
  78. "keys",
  79. "polyfill",
  80. "es-shim API"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "object.entries",
  85. "publishConfig": {
  86. "ignore": [
  87. ".github/workflows"
  88. ]
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/es-shims/Object.entries.git"
  93. },
  94. "scripts": {
  95. "lint": "eslint --ext=js,mjs .",
  96. "postlint": "es-shim-api --bound",
  97. "posttest": "aud --production",
  98. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  99. "prepack": "npmignore --auto --commentLines=autogenerated",
  100. "prepublish": "not-in-publish || npm run prepublishOnly",
  101. "prepublishOnly": "safe-publish-latest",
  102. "pretest": "npm run --silent lint",
  103. "test": "npm run tests-only",
  104. "tests-only": "nyc tape 'test/**/*.js'",
  105. "version": "auto-changelog && git add CHANGELOG.md"
  106. },
  107. "testling": {
  108. "files": "test/index.js",
  109. "browsers": [
  110. "iexplore/9.0..latest",
  111. "firefox/4.0..6.0",
  112. "firefox/15.0..latest",
  113. "firefox/nightly",
  114. "chrome/4.0..10.0",
  115. "chrome/20.0..latest",
  116. "chrome/canary",
  117. "opera/11.6..latest",
  118. "opera/next",
  119. "safari/5.0..latest",
  120. "ipad/6.0..latest",
  121. "iphone/6.0..latest",
  122. "android-browser/4.2"
  123. ]
  124. },
  125. "version": "1.1.8"
  126. }