package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_from": "object.values@^1.1.0",
  3. "_id": "object.values@1.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==",
  6. "_location": "/object.values",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object.values@^1.1.0",
  12. "name": "object.values",
  13. "escapedName": "object.values",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/svgo"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz",
  22. "_shasum": "959f63e3ce9ef108720333082131e4a459b716ac",
  23. "_spec": "object.values@^1.1.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\svgo",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  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.values/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "call-bind": "^1.0.2",
  43. "define-properties": "^1.1.3",
  44. "es-abstract": "^1.19.1"
  45. },
  46. "deprecated": false,
  47. "description": "ES2017 spec-compliant Object.values shim.",
  48. "devDependencies": {
  49. "@es-shims/api": "^2.2.2",
  50. "@ljharb/eslint-config": "^18.0.0",
  51. "array.prototype.map": "^1.0.3",
  52. "aud": "^1.1.5",
  53. "auto-changelog": "^2.3.0",
  54. "eslint": "^7.32.0",
  55. "functions-have-names": "^1.2.2",
  56. "has-strict-mode": "^1.0.1",
  57. "nyc": "^10.3.2",
  58. "object-keys": "^1.1.1",
  59. "safe-publish-latest": "^1.1.4",
  60. "tape": "^5.3.1"
  61. },
  62. "engines": {
  63. "node": ">= 0.4"
  64. },
  65. "funding": {
  66. "url": "https://github.com/sponsors/ljharb"
  67. },
  68. "homepage": "https://github.com/es-shims/Object.values#readme",
  69. "keywords": [
  70. "Object.values",
  71. "Object.keys",
  72. "Object.entries",
  73. "values",
  74. "ES7",
  75. "ES8",
  76. "ES2017",
  77. "shim",
  78. "object",
  79. "keys",
  80. "entries",
  81. "polyfill",
  82. "es-shim API"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "name": "object.values",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/es-shims/Object.values.git"
  90. },
  91. "scripts": {
  92. "lint": "eslint .",
  93. "postlint": "es-shim-api --bound",
  94. "posttest": "npx 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. "prepublish": "not-in-publish || npm run prepublishOnly",
  97. "prepublishOnly": "safe-publish-latest",
  98. "pretest": "npm run lint",
  99. "test": "npm run tests-only",
  100. "tests-only": "nyc tape 'test/**/*.js'",
  101. "version": "auto-changelog && git add CHANGELOG.md"
  102. },
  103. "testling": {
  104. "files": "test/index.js",
  105. "browsers": [
  106. "iexplore/9.0..latest",
  107. "firefox/4.0..6.0",
  108. "firefox/15.0..latest",
  109. "firefox/nightly",
  110. "chrome/4.0..10.0",
  111. "chrome/20.0..latest",
  112. "chrome/canary",
  113. "opera/11.6..latest",
  114. "opera/next",
  115. "safari/5.0..latest",
  116. "ipad/6.0..latest",
  117. "iphone/6.0..latest",
  118. "android-browser/4.2"
  119. ]
  120. },
  121. "version": "1.1.5"
  122. }