package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_from": "object.values@^1.1.0",
  3. "_id": "object.values@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==",
  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.3.tgz",
  22. "_shasum": "eaa8b1e17589f02f698db093f7c62ee1699742ee",
  23. "_spec": "object.values@^1.1.0",
  24. "_where": "D:\\jiayue\\pig-ui\\node_modules\\svgo",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/es-shims/Object.values/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "call-bind": "^1.0.2",
  35. "define-properties": "^1.1.3",
  36. "es-abstract": "^1.18.0-next.2",
  37. "has": "^1.0.3"
  38. },
  39. "deprecated": false,
  40. "description": "ES2017 spec-compliant Object.values shim.",
  41. "devDependencies": {
  42. "@es-shims/api": "^2.1.2",
  43. "@ljharb/eslint-config": "^17.5.1",
  44. "array-map": "^0.0.0",
  45. "aud": "^1.1.4",
  46. "eslint": "^7.20.0",
  47. "functions-have-names": "^1.2.2",
  48. "has-strict-mode": "^1.0.1",
  49. "nyc": "^10.3.2",
  50. "object-keys": "^1.1.1",
  51. "safe-publish-latest": "^1.1.4",
  52. "tape": "^5.2.0"
  53. },
  54. "engines": {
  55. "node": ">= 0.4"
  56. },
  57. "funding": {
  58. "url": "https://github.com/sponsors/ljharb"
  59. },
  60. "homepage": "https://github.com/es-shims/Object.values#readme",
  61. "keywords": [
  62. "Object.values",
  63. "Object.keys",
  64. "Object.entries",
  65. "values",
  66. "ES7",
  67. "ES8",
  68. "ES2017",
  69. "shim",
  70. "object",
  71. "keys",
  72. "entries",
  73. "polyfill",
  74. "es-shim API"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "object.values",
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/es-shims/Object.values.git"
  82. },
  83. "scripts": {
  84. "lint": "eslint .",
  85. "postlint": "es-shim-api --bound",
  86. "posttest": "npx aud --production",
  87. "prepublish": "safe-publish-latest",
  88. "pretest": "npm run lint",
  89. "test": "npm run tests-only",
  90. "tests-only": "nyc tape 'test/**/*.js'"
  91. },
  92. "testling": {
  93. "files": "test/index.js",
  94. "browsers": [
  95. "iexplore/9.0..latest",
  96. "firefox/4.0..6.0",
  97. "firefox/15.0..latest",
  98. "firefox/nightly",
  99. "chrome/4.0..10.0",
  100. "chrome/20.0..latest",
  101. "chrome/canary",
  102. "opera/11.6..latest",
  103. "opera/next",
  104. "safari/5.0..latest",
  105. "ipad/6.0..latest",
  106. "iphone/6.0..latest",
  107. "android-browser/4.2"
  108. ]
  109. },
  110. "version": "1.1.3"
  111. }