package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_from": "object.entries@^1.1.4",
  3. "_id": "object.entries@1.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA==",
  6. "_location": "/object.entries",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object.entries@^1.1.4",
  12. "name": "object.entries",
  13. "escapedName": "object.entries",
  14. "rawSpec": "^1.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.4"
  17. },
  18. "_requiredBy": [
  19. "/eslint-plugin-react",
  20. "/webpack-manifest-plugin"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.4.tgz",
  23. "_shasum": "43ccf9a50bc5fd5b649d45ab1a579f24e088cafd",
  24. "_spec": "object.entries@^1.1.4",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\eslint-plugin-react",
  26. "author": {
  27. "name": "Jordan Harband"
  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.entries/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "call-bind": "^1.0.2",
  43. "define-properties": "^1.1.3",
  44. "es-abstract": "^1.18.2"
  45. },
  46. "deprecated": false,
  47. "description": "ES2017 spec-compliant Object.entries shim.",
  48. "devDependencies": {
  49. "@es-shims/api": "^2.1.2",
  50. "@ljharb/eslint-config": "^17.6.0",
  51. "array.prototype.map": "^1.0.3",
  52. "aud": "^1.1.5",
  53. "auto-changelog": "^2.3.0",
  54. "eslint": "^7.27.0",
  55. "functions-have-names": "^1.2.2",
  56. "has-strict-mode": "^1.0.1",
  57. "nyc": "^10.3.2",
  58. "safe-publish-latest": "^1.1.4",
  59. "tape": "^5.2.2"
  60. },
  61. "engines": {
  62. "node": ">= 0.4"
  63. },
  64. "homepage": "https://github.com/es-shims/Object.entries#readme",
  65. "keywords": [
  66. "Object.entries",
  67. "Object.values",
  68. "Object.keys",
  69. "entries",
  70. "values",
  71. "ES7",
  72. "ES8",
  73. "ES2017",
  74. "shim",
  75. "object",
  76. "keys",
  77. "polyfill",
  78. "es-shim API"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "name": "object.entries",
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/es-shims/Object.entries.git"
  86. },
  87. "scripts": {
  88. "lint": "eslint .",
  89. "postlint": "es-shim-api --bound",
  90. "posttest": "npx aud --production",
  91. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  92. "prepublish": "not-in-publish || npm run prepublishOnly",
  93. "prepublishOnly": "safe-publish-latest",
  94. "pretest": "npm run --silent lint",
  95. "test": "npm run tests-only",
  96. "tests-only": "nyc tape 'test/**/*.js'",
  97. "version": "auto-changelog && git add CHANGELOG.md"
  98. },
  99. "testling": {
  100. "files": "test/index.js",
  101. "browsers": [
  102. "iexplore/9.0..latest",
  103. "firefox/4.0..6.0",
  104. "firefox/15.0..latest",
  105. "firefox/nightly",
  106. "chrome/4.0..10.0",
  107. "chrome/20.0..latest",
  108. "chrome/canary",
  109. "opera/11.6..latest",
  110. "opera/next",
  111. "safari/5.0..latest",
  112. "ipad/6.0..latest",
  113. "iphone/6.0..latest",
  114. "android-browser/4.2"
  115. ]
  116. },
  117. "version": "1.1.4"
  118. }