package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_from": "object.values@^1.1.0",
  3. "_id": "object.values@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==",
  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.npmmirror.com/object.values/-/object.values-1.2.0.tgz",
  22. "_shasum": "65405a9d92cee68ac2d303002e0b8470a4d9ab1b",
  23. "_spec": "object.values@^1.1.0",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\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.7",
  43. "define-properties": "^1.2.1",
  44. "es-object-atoms": "^1.0.0"
  45. },
  46. "deprecated": false,
  47. "description": "ES2017 spec-compliant Object.values shim.",
  48. "devDependencies": {
  49. "@es-shims/api": "^2.4.2",
  50. "@ljharb/eslint-config": "^21.1.0",
  51. "array.prototype.map": "^1.0.6",
  52. "aud": "^2.0.4",
  53. "auto-changelog": "^2.4.0",
  54. "eslint": "=8.8.0",
  55. "functions-have-names": "^1.2.3",
  56. "has-strict-mode": "^1.0.1",
  57. "in-publish": "^2.0.1",
  58. "npmignore": "^0.3.1",
  59. "nyc": "^10.3.2",
  60. "object-keys": "^1.1.1",
  61. "safe-publish-latest": "^2.0.0",
  62. "tape": "^5.7.5"
  63. },
  64. "engines": {
  65. "node": ">= 0.4"
  66. },
  67. "funding": {
  68. "url": "https://github.com/sponsors/ljharb"
  69. },
  70. "homepage": "https://github.com/es-shims/Object.values#readme",
  71. "keywords": [
  72. "Object.values",
  73. "Object.keys",
  74. "Object.entries",
  75. "values",
  76. "ES7",
  77. "ES8",
  78. "ES2017",
  79. "shim",
  80. "object",
  81. "keys",
  82. "entries",
  83. "polyfill",
  84. "es-shim API"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "name": "object.values",
  89. "publishConfig": {
  90. "ignore": [
  91. ".github/workflows"
  92. ]
  93. },
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/es-shims/Object.values.git"
  97. },
  98. "scripts": {
  99. "lint": "eslint --ext=js,mjs .",
  100. "postlint": "es-shim-api --bound",
  101. "posttest": "aud --production",
  102. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  103. "prepack": "npmignore --auto --commentLines=autogenerated",
  104. "prepublish": "not-in-publish || npm run prepublishOnly",
  105. "prepublishOnly": "safe-publish-latest",
  106. "pretest": "npm run lint",
  107. "test": "npm run tests-only",
  108. "tests-only": "nyc tape 'test/**/*.js'",
  109. "version": "auto-changelog && git add CHANGELOG.md"
  110. },
  111. "testling": {
  112. "files": "test/index.js",
  113. "browsers": [
  114. "iexplore/9.0..latest",
  115. "firefox/4.0..6.0",
  116. "firefox/15.0..latest",
  117. "firefox/nightly",
  118. "chrome/4.0..10.0",
  119. "chrome/20.0..latest",
  120. "chrome/canary",
  121. "opera/11.6..latest",
  122. "opera/next",
  123. "safari/5.0..latest",
  124. "ipad/6.0..latest",
  125. "iphone/6.0..latest",
  126. "android-browser/4.2"
  127. ]
  128. },
  129. "version": "1.2.0"
  130. }