package.json 3.1 KB

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