Dashboard sipadu mbip
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "object.values@^1.1.0",
  3. "_id": "object.values@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8mf0nKLAoFX6VlNVdhGj31SVYpaNFtUnuoOXWyFEstsWRgU837AK+JYM0iAxwkSzGRbwn8cbFmgbyxj1j4VbXg==",
  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.0.tgz",
  22. "_shasum": "bf6810ef5da3e5325790eaaa2be213ea84624da9",
  23. "_spec": "object.values@^1.1.0",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/svgo",
  25. "author": {
  26. "name": "Jordan Harband"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/es-shims/Object.values/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "define-properties": "^1.1.3",
  34. "es-abstract": "^1.12.0",
  35. "function-bind": "^1.1.1",
  36. "has": "^1.0.3"
  37. },
  38. "deprecated": false,
  39. "description": "ES2017 spec-compliant Object.values shim.",
  40. "devDependencies": {
  41. "@es-shims/api": "^2.1.2",
  42. "@ljharb/eslint-config": "^13.1.1",
  43. "array-map": "^0.0.0",
  44. "covert": "^1.1.1",
  45. "eslint": "^5.11.1",
  46. "object-keys": "^1.0.12",
  47. "tape": "^4.9.2"
  48. },
  49. "engines": {
  50. "node": ">= 0.4"
  51. },
  52. "homepage": "https://github.com/es-shims/Object.values#readme",
  53. "keywords": [
  54. "Object.values",
  55. "Object.keys",
  56. "Object.entries",
  57. "values",
  58. "ES7",
  59. "ES8",
  60. "ES2017",
  61. "shim",
  62. "object",
  63. "keys",
  64. "entries",
  65. "polyfill",
  66. "es-shim API"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "object.values",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/es-shims/Object.values.git"
  74. },
  75. "scripts": {
  76. "audit": "npm audit",
  77. "coverage": "covert test/*.js",
  78. "coverage-quiet": "covert test/*.js --quiet",
  79. "lint": "eslint .",
  80. "postaudit": "rm package-lock.json",
  81. "posttest": "npm run audit",
  82. "preaudit": "npm install --package-lock --package-lock-only",
  83. "pretest": "npm run --silent lint",
  84. "test": "npm run --silent tests-only",
  85. "test:module": "node test/index.js",
  86. "test:shimmed": "node test/shimmed.js",
  87. "tests-only": "es-shim-api && npm run --silent test:shimmed && npm run --silent test:module"
  88. },
  89. "testling": {
  90. "files": "test/index.js",
  91. "browsers": [
  92. "iexplore/9.0..latest",
  93. "firefox/4.0..6.0",
  94. "firefox/15.0..latest",
  95. "firefox/nightly",
  96. "chrome/4.0..10.0",
  97. "chrome/20.0..latest",
  98. "chrome/canary",
  99. "opera/11.6..latest",
  100. "opera/next",
  101. "safari/5.0..latest",
  102. "ipad/6.0..latest",
  103. "iphone/6.0..latest",
  104. "android-browser/4.2"
  105. ]
  106. },
  107. "version": "1.1.0"
  108. }