You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.8KB

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