package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. "object.values@1.1.5",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object.values@1.1.5",
  10. "_id": "object.values@1.1.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-lZ9j486e8QhyAzMIITHkpFm3Fqw=",
  13. "_location": "/object.values",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "object.values@1.1.5",
  19. "name": "object.values",
  20. "escapedName": "object.values",
  21. "rawSpec": "1.1.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.5"
  24. },
  25. "_requiredBy": [
  26. "/svgo"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/object.values/download/object.values-1.1.5.tgz",
  29. "_spec": "1.1.5",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false,
  41. "hideCredit": true
  42. },
  43. "bugs": {
  44. "url": "https://github.com/es-shims/Object.values/issues"
  45. },
  46. "dependencies": {
  47. "call-bind": "^1.0.2",
  48. "define-properties": "^1.1.3",
  49. "es-abstract": "^1.19.1"
  50. },
  51. "description": "ES2017 spec-compliant Object.values shim.",
  52. "devDependencies": {
  53. "@es-shims/api": "^2.2.2",
  54. "@ljharb/eslint-config": "^18.0.0",
  55. "array.prototype.map": "^1.0.3",
  56. "aud": "^1.1.5",
  57. "auto-changelog": "^2.3.0",
  58. "eslint": "^7.32.0",
  59. "functions-have-names": "^1.2.2",
  60. "has-strict-mode": "^1.0.1",
  61. "nyc": "^10.3.2",
  62. "object-keys": "^1.1.1",
  63. "safe-publish-latest": "^1.1.4",
  64. "tape": "^5.3.1"
  65. },
  66. "engines": {
  67. "node": ">= 0.4"
  68. },
  69. "funding": {
  70. "url": "https://github.com/sponsors/ljharb"
  71. },
  72. "homepage": "https://github.com/es-shims/Object.values#readme",
  73. "keywords": [
  74. "Object.values",
  75. "Object.keys",
  76. "Object.entries",
  77. "values",
  78. "ES7",
  79. "ES8",
  80. "ES2017",
  81. "shim",
  82. "object",
  83. "keys",
  84. "entries",
  85. "polyfill",
  86. "es-shim API"
  87. ],
  88. "license": "MIT",
  89. "main": "index.js",
  90. "name": "object.values",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/es-shims/Object.values.git"
  94. },
  95. "scripts": {
  96. "lint": "eslint .",
  97. "postlint": "es-shim-api --bound",
  98. "posttest": "npx aud --production",
  99. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  100. "prepublish": "not-in-publish || npm run prepublishOnly",
  101. "prepublishOnly": "safe-publish-latest",
  102. "pretest": "npm run 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.5"
  126. }