package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_args": [
  3. [
  4. "object.values@1.1.4",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object.values@1.1.4",
  10. "_id": "object.values@1.1.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-DSc3YoM+gWtpOmN9MAc+cFFTWzA=",
  13. "_location": "/object.values",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "object.values@1.1.4",
  19. "name": "object.values",
  20. "escapedName": "object.values",
  21. "rawSpec": "1.1.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.4"
  24. },
  25. "_requiredBy": [
  26. "/eslint-plugin-import",
  27. "/svgo"
  28. ],
  29. "_resolved": "https://registry.nlark.com/object.values/download/object.values-1.1.4.tgz?cache=0&sync_timestamp=1622070650699&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fobject.values%2Fdownload%2Fobject.values-1.1.4.tgz",
  30. "_spec": "1.1.4",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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.3",
  50. "es-abstract": "^1.18.2"
  51. },
  52. "description": "ES2017 spec-compliant Object.values shim.",
  53. "devDependencies": {
  54. "@es-shims/api": "^2.1.2",
  55. "@ljharb/eslint-config": "^17.6.0",
  56. "array.prototype.map": "^1.0.3",
  57. "aud": "^1.1.5",
  58. "auto-changelog": "^2.3.0",
  59. "eslint": "^7.27.0",
  60. "functions-have-names": "^1.2.2",
  61. "has-strict-mode": "^1.0.1",
  62. "nyc": "^10.3.2",
  63. "object-keys": "^1.1.1",
  64. "safe-publish-latest": "^1.1.4",
  65. "tape": "^5.2.2"
  66. },
  67. "engines": {
  68. "node": ">= 0.4"
  69. },
  70. "funding": {
  71. "url": "https://github.com/sponsors/ljharb"
  72. },
  73. "homepage": "https://github.com/es-shims/Object.values#readme",
  74. "keywords": [
  75. "Object.values",
  76. "Object.keys",
  77. "Object.entries",
  78. "values",
  79. "ES7",
  80. "ES8",
  81. "ES2017",
  82. "shim",
  83. "object",
  84. "keys",
  85. "entries",
  86. "polyfill",
  87. "es-shim API"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "name": "object.values",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/es-shims/Object.values.git"
  95. },
  96. "scripts": {
  97. "lint": "eslint .",
  98. "postlint": "es-shim-api --bound",
  99. "posttest": "npx aud --production",
  100. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  101. "prepublish": "not-in-publish || npm run prepublishOnly",
  102. "prepublishOnly": "safe-publish-latest",
  103. "pretest": "npm run lint",
  104. "test": "npm run tests-only",
  105. "tests-only": "nyc tape 'test/**/*.js'",
  106. "version": "auto-changelog && git add CHANGELOG.md"
  107. },
  108. "testling": {
  109. "files": "test/index.js",
  110. "browsers": [
  111. "iexplore/9.0..latest",
  112. "firefox/4.0..6.0",
  113. "firefox/15.0..latest",
  114. "firefox/nightly",
  115. "chrome/4.0..10.0",
  116. "chrome/20.0..latest",
  117. "chrome/canary",
  118. "opera/11.6..latest",
  119. "opera/next",
  120. "safari/5.0..latest",
  121. "ipad/6.0..latest",
  122. "iphone/6.0..latest",
  123. "android-browser/4.2"
  124. ]
  125. },
  126. "version": "1.1.4"
  127. }