package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "_args": [
  3. [
  4. "object.values@1.1.6",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object.values@1.1.6",
  10. "_id": "object.values@1.1.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==",
  13. "_location": "/object.values",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "object.values@1.1.6",
  19. "name": "object.values",
  20. "escapedName": "object.values",
  21. "rawSpec": "1.1.6",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.6"
  24. },
  25. "_requiredBy": [
  26. "/cssnano-preset-default/svgo",
  27. "/eslint-plugin-import"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz",
  30. "_spec": "1.1.6",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "author": {
  33. "name": "Jordan Harband",
  34. "email": "ljharb@gmail.com"
  35. },
  36. "auto-changelog": {
  37. "output": "CHANGELOG.md",
  38. "template": "keepachangelog",
  39. "unreleased": false,
  40. "commitLimit": false,
  41. "backfillLimit": false,
  42. "hideCredit": true
  43. },
  44. "bugs": {
  45. "url": "https://github.com/es-shims/Object.values/issues"
  46. },
  47. "dependencies": {
  48. "call-bind": "^1.0.2",
  49. "define-properties": "^1.1.4",
  50. "es-abstract": "^1.20.4"
  51. },
  52. "description": "ES2017 spec-compliant Object.values shim.",
  53. "devDependencies": {
  54. "@es-shims/api": "^2.2.3",
  55. "@ljharb/eslint-config": "^21.0.0",
  56. "array.prototype.map": "^1.0.5",
  57. "aud": "^2.0.1",
  58. "auto-changelog": "^2.4.0",
  59. "eslint": "=8.8.0",
  60. "functions-have-names": "^1.2.3",
  61. "has-strict-mode": "^1.0.1",
  62. "in-publish": "^2.0.1",
  63. "npmignore": "^0.3.0",
  64. "nyc": "^10.3.2",
  65. "object-keys": "^1.1.1",
  66. "safe-publish-latest": "^2.0.0",
  67. "tape": "^5.6.1"
  68. },
  69. "engines": {
  70. "node": ">= 0.4"
  71. },
  72. "funding": {
  73. "url": "https://github.com/sponsors/ljharb"
  74. },
  75. "homepage": "https://github.com/es-shims/Object.values#readme",
  76. "keywords": [
  77. "Object.values",
  78. "Object.keys",
  79. "Object.entries",
  80. "values",
  81. "ES7",
  82. "ES8",
  83. "ES2017",
  84. "shim",
  85. "object",
  86. "keys",
  87. "entries",
  88. "polyfill",
  89. "es-shim API"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "name": "object.values",
  94. "publishConfig": {
  95. "ignore": [
  96. ".github/workflows"
  97. ]
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git://github.com/es-shims/Object.values.git"
  102. },
  103. "scripts": {
  104. "lint": "eslint --ext=js,mjs .",
  105. "postlint": "es-shim-api --bound",
  106. "posttest": "aud --production",
  107. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  108. "prepack": "npmignore --auto --commentLines=autogenerated",
  109. "prepublish": "not-in-publish || npm run prepublishOnly",
  110. "prepublishOnly": "safe-publish-latest",
  111. "pretest": "npm run lint",
  112. "test": "npm run tests-only",
  113. "tests-only": "nyc tape 'test/**/*.js'",
  114. "version": "auto-changelog && git add CHANGELOG.md"
  115. },
  116. "testling": {
  117. "files": "test/index.js",
  118. "browsers": [
  119. "iexplore/9.0..latest",
  120. "firefox/4.0..6.0",
  121. "firefox/15.0..latest",
  122. "firefox/nightly",
  123. "chrome/4.0..10.0",
  124. "chrome/20.0..latest",
  125. "chrome/canary",
  126. "opera/11.6..latest",
  127. "opera/next",
  128. "safari/5.0..latest",
  129. "ipad/6.0..latest",
  130. "iphone/6.0..latest",
  131. "android-browser/4.2"
  132. ]
  133. },
  134. "version": "1.1.6"
  135. }