package.json 2.7 KB

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