package.json 2.8 KB

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