package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "object.values@1.1.3",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object.values@1.1.3",
  10. "_id": "object.values@1.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-6qix4XWJ8C9pjbCT98Yu4WmXQu4=",
  13. "_location": "/object.values",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "object.values@1.1.3",
  19. "name": "object.values",
  20. "escapedName": "object.values",
  21. "rawSpec": "1.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.3"
  24. },
  25. "_requiredBy": [
  26. "/svgo"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/object.values/download/object.values-1.1.3.tgz?cache=0&sync_timestamp=1614057880937&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fobject.values%2Fdownload%2Fobject.values-1.1.3.tgz",
  29. "_spec": "1.1.3",
  30. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/es-shims/Object.values/issues"
  37. },
  38. "dependencies": {
  39. "call-bind": "^1.0.2",
  40. "define-properties": "^1.1.3",
  41. "es-abstract": "^1.18.0-next.2",
  42. "has": "^1.0.3"
  43. },
  44. "description": "ES2017 spec-compliant Object.values shim.",
  45. "devDependencies": {
  46. "@es-shims/api": "^2.1.2",
  47. "@ljharb/eslint-config": "^17.5.1",
  48. "array-map": "^0.0.0",
  49. "aud": "^1.1.4",
  50. "eslint": "^7.20.0",
  51. "functions-have-names": "^1.2.2",
  52. "has-strict-mode": "^1.0.1",
  53. "nyc": "^10.3.2",
  54. "object-keys": "^1.1.1",
  55. "safe-publish-latest": "^1.1.4",
  56. "tape": "^5.2.0"
  57. },
  58. "engines": {
  59. "node": ">= 0.4"
  60. },
  61. "funding": {
  62. "url": "https://github.com/sponsors/ljharb"
  63. },
  64. "homepage": "https://github.com/es-shims/Object.values#readme",
  65. "keywords": [
  66. "Object.values",
  67. "Object.keys",
  68. "Object.entries",
  69. "values",
  70. "ES7",
  71. "ES8",
  72. "ES2017",
  73. "shim",
  74. "object",
  75. "keys",
  76. "entries",
  77. "polyfill",
  78. "es-shim API"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "name": "object.values",
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/es-shims/Object.values.git"
  86. },
  87. "scripts": {
  88. "lint": "eslint .",
  89. "postlint": "es-shim-api --bound",
  90. "posttest": "npx aud --production",
  91. "prepublish": "safe-publish-latest",
  92. "pretest": "npm run lint",
  93. "test": "npm run tests-only",
  94. "tests-only": "nyc tape 'test/**/*.js'"
  95. },
  96. "testling": {
  97. "files": "test/index.js",
  98. "browsers": [
  99. "iexplore/9.0..latest",
  100. "firefox/4.0..6.0",
  101. "firefox/15.0..latest",
  102. "firefox/nightly",
  103. "chrome/4.0..10.0",
  104. "chrome/20.0..latest",
  105. "chrome/canary",
  106. "opera/11.6..latest",
  107. "opera/next",
  108. "safari/5.0..latest",
  109. "ipad/6.0..latest",
  110. "iphone/6.0..latest",
  111. "android-browser/4.2"
  112. ]
  113. },
  114. "version": "1.1.3"
  115. }