package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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. "/eslint-plugin-import",
  20. "/svgo"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz",
  23. "_shasum": "959f63e3ce9ef108720333082131e4a459b716ac",
  24. "_spec": "object.values@^1.1.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\svgo",
  26. "author": {
  27. "name": "Jordan Harband",
  28. "email": "ljharb@gmail.com"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false,
  36. "hideCredit": true
  37. },
  38. "bugs": {
  39. "url": "https://github.com/es-shims/Object.values/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "call-bind": "^1.0.2",
  44. "define-properties": "^1.1.3",
  45. "es-abstract": "^1.19.1"
  46. },
  47. "deprecated": false,
  48. "description": "ES2017 spec-compliant Object.values shim.",
  49. "devDependencies": {
  50. "@es-shims/api": "^2.2.2",
  51. "@ljharb/eslint-config": "^18.0.0",
  52. "array.prototype.map": "^1.0.3",
  53. "aud": "^1.1.5",
  54. "auto-changelog": "^2.3.0",
  55. "eslint": "^7.32.0",
  56. "functions-have-names": "^1.2.2",
  57. "has-strict-mode": "^1.0.1",
  58. "nyc": "^10.3.2",
  59. "object-keys": "^1.1.1",
  60. "safe-publish-latest": "^1.1.4",
  61. "tape": "^5.3.1"
  62. },
  63. "engines": {
  64. "node": ">= 0.4"
  65. },
  66. "funding": {
  67. "url": "https://github.com/sponsors/ljharb"
  68. },
  69. "homepage": "https://github.com/es-shims/Object.values#readme",
  70. "keywords": [
  71. "Object.values",
  72. "Object.keys",
  73. "Object.entries",
  74. "values",
  75. "ES7",
  76. "ES8",
  77. "ES2017",
  78. "shim",
  79. "object",
  80. "keys",
  81. "entries",
  82. "polyfill",
  83. "es-shim API"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "name": "object.values",
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/es-shims/Object.values.git"
  91. },
  92. "scripts": {
  93. "lint": "eslint .",
  94. "postlint": "es-shim-api --bound",
  95. "posttest": "npx aud --production",
  96. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  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. "iexplore/9.0..latest",
  108. "firefox/4.0..6.0",
  109. "firefox/15.0..latest",
  110. "firefox/nightly",
  111. "chrome/4.0..10.0",
  112. "chrome/20.0..latest",
  113. "chrome/canary",
  114. "opera/11.6..latest",
  115. "opera/next",
  116. "safari/5.0..latest",
  117. "ipad/6.0..latest",
  118. "iphone/6.0..latest",
  119. "android-browser/4.2"
  120. ]
  121. },
  122. "version": "1.1.5"
  123. }