package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "object.values@1.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object.values@1.1.0",
  10. "_id": "object.values@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-v2gQ712j5TJXkOqqK+IT6oRiTak=",
  13. "_location": "/object.values",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "object.values@1.1.0",
  19. "name": "object.values",
  20. "escapedName": "object.values",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/svgo"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/object.values/download/object.values-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Jordan Harband"
  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.12.0",
  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": "^13.1.1",
  47. "array-map": "^0.0.0",
  48. "covert": "^1.1.1",
  49. "eslint": "^5.11.1",
  50. "object-keys": "^1.0.12",
  51. "tape": "^4.9.2"
  52. },
  53. "engines": {
  54. "node": ">= 0.4"
  55. },
  56. "homepage": "https://github.com/es-shims/Object.values#readme",
  57. "keywords": [
  58. "Object.values",
  59. "Object.keys",
  60. "Object.entries",
  61. "values",
  62. "ES7",
  63. "ES8",
  64. "ES2017",
  65. "shim",
  66. "object",
  67. "keys",
  68. "entries",
  69. "polyfill",
  70. "es-shim API"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "object.values",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/es-shims/Object.values.git"
  78. },
  79. "scripts": {
  80. "audit": "npm audit",
  81. "coverage": "covert test/*.js",
  82. "coverage-quiet": "covert test/*.js --quiet",
  83. "lint": "eslint .",
  84. "postaudit": "rm package-lock.json",
  85. "posttest": "npm run audit",
  86. "preaudit": "npm install --package-lock --package-lock-only",
  87. "pretest": "npm run --silent lint",
  88. "test": "npm run --silent tests-only",
  89. "test:module": "node test/index.js",
  90. "test:shimmed": "node test/shimmed.js",
  91. "tests-only": "es-shim-api && npm run --silent test:shimmed && npm run --silent 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.0"
  112. }