Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "object.values@1.1.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "object.values@1.1.1",
  9. "_id": "object.values@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==",
  12. "_location": "/object.values",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "object.values@1.1.1",
  18. "name": "object.values",
  19. "escapedName": "object.values",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/svgo"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.1.tgz",
  28. "_spec": "1.1.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Jordan Harband",
  32. "email": "ljharb@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/es-shims/Object.values/issues"
  36. },
  37. "dependencies": {
  38. "define-properties": "^1.1.3",
  39. "es-abstract": "^1.17.0-next.1",
  40. "function-bind": "^1.1.1",
  41. "has": "^1.0.3"
  42. },
  43. "description": "ES2017 spec-compliant Object.values shim.",
  44. "devDependencies": {
  45. "@es-shims/api": "^2.1.2",
  46. "@ljharb/eslint-config": "^15.0.2",
  47. "array-map": "^0.0.0",
  48. "covert": "^1.1.1",
  49. "eslint": "^6.7.2",
  50. "functions-have-names": "^1.2.0",
  51. "object-keys": "^1.1.1",
  52. "tape": "^4.11.0"
  53. },
  54. "engines": {
  55. "node": ">= 0.4"
  56. },
  57. "funding": {
  58. "url": "https://github.com/sponsors/ljharb"
  59. },
  60. "homepage": "https://github.com/es-shims/Object.values#readme",
  61. "keywords": [
  62. "Object.values",
  63. "Object.keys",
  64. "Object.entries",
  65. "values",
  66. "ES7",
  67. "ES8",
  68. "ES2017",
  69. "shim",
  70. "object",
  71. "keys",
  72. "entries",
  73. "polyfill",
  74. "es-shim API"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "object.values",
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/es-shims/Object.values.git"
  82. },
  83. "scripts": {
  84. "coverage": "covert test/*.js",
  85. "lint": "eslint .",
  86. "posttest": "npx aud",
  87. "pretest": "npm run lint",
  88. "test": "npm run tests-only",
  89. "test:module": "node test/index",
  90. "test:shimmed": "node test/shimmed",
  91. "tests-only": "es-shim-api && npm run test:shimmed && npm run test:module"
  92. },
  93. "testling": {
  94. "files": "test/index.js",
  95. "browsers": [
  96. "iexplore/9.0..latest",
  97. "firefox/4.0..6.0",
  98. "firefox/15.0..latest",
  99. "firefox/nightly",
  100. "chrome/4.0..10.0",
  101. "chrome/20.0..latest",
  102. "chrome/canary",
  103. "opera/11.6..latest",
  104. "opera/next",
  105. "safari/5.0..latest",
  106. "ipad/6.0..latest",
  107. "iphone/6.0..latest",
  108. "android-browser/4.2"
  109. ]
  110. },
  111. "version": "1.1.1"
  112. }