package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_from": "es5-shim@^4.5.1",
  3. "_id": "es5-shim@4.6.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jg21/dmlrNQI7JyyA2w7n+yifSxBng0ZralnSfVZjoCawgNTCnS+yBCyVM9DL5itm7SUnDGgv7hcq2XCZX4iRQ==",
  6. "_location": "/es5-shim",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es5-shim@^4.5.1",
  12. "name": "es5-shim",
  13. "escapedName": "es5-shim",
  14. "rawSpec": "^4.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.5.1"
  17. },
  18. "_requiredBy": [
  19. "/videojs-ie8"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/es5-shim/-/es5-shim-4.6.7.tgz",
  22. "_shasum": "bc67ae0fc3dd520636e0a1601cc73b450ad3e955",
  23. "_spec": "es5-shim@^4.5.1",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\videojs-ie8",
  25. "bugs": {
  26. "url": "https://github.com/es-shims/es5-shim/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Kris Kowal",
  32. "email": "kris@cixar.com",
  33. "url": "https://github.com/kriskowal/"
  34. },
  35. {
  36. "name": "Sami Samhuri",
  37. "email": "sami.samhuri@gmail.com",
  38. "url": "https://samhuri.net/"
  39. },
  40. {
  41. "name": "Florian Schäfer",
  42. "email": "florian.schaefer@gmail.com",
  43. "url": "https://github.com/fschaefer"
  44. },
  45. {
  46. "name": "Irakli Gozalishvili",
  47. "email": "rfobic@gmail.com",
  48. "url": "https://gozala.io"
  49. },
  50. {
  51. "name": "Kit Cambridge",
  52. "email": "kitcambridge@gmail.com",
  53. "url": "https://github.com/kitcambridge"
  54. },
  55. {
  56. "name": "Jordan Harband",
  57. "email": "ljharb@gmail.com",
  58. "url": "https://github.com/ljharb/"
  59. }
  60. ],
  61. "deprecated": false,
  62. "description": "ECMAScript 5 compatibility shims for legacy JavaScript engines",
  63. "devDependencies": {
  64. "@ljharb/eslint-config": "^21.0.0",
  65. "aud": "^2.0.0",
  66. "eslint": "=8.8.0",
  67. "in-publish": "^2.0.1",
  68. "jasmine-node": "^1.16.2",
  69. "nyc": "^10.3.2",
  70. "safe-publish-latest": "^2.0.0",
  71. "uglify-js": "2.7.3"
  72. },
  73. "engines": {
  74. "node": ">=0.4.0"
  75. },
  76. "greenkeeper": {
  77. "ignore": [
  78. "uglify-js"
  79. ]
  80. },
  81. "homepage": "https://github.com/es-shims/es5-shim/",
  82. "keywords": [
  83. "shim",
  84. "es5",
  85. "es5 shim",
  86. "javascript",
  87. "ecmascript",
  88. "polyfill"
  89. ],
  90. "license": "MIT",
  91. "main": "es5-shim.js",
  92. "name": "es5-shim",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/es-shims/es5-shim.git"
  96. },
  97. "scripts": {
  98. "lint": "eslint .",
  99. "minify": "npm run --silent minify-shim && npm run --silent minify-sham",
  100. "minify-sham": "uglifyjs es5-sham.js --support-ie8 --keep-fnames --comments --source-map=es5-sham.map -m -b ascii_only=true,beautify=false > es5-sham.min.js",
  101. "minify-shim": "uglifyjs es5-shim.js --support-ie8 --keep-fnames --comments --source-map=es5-shim.map -m -b ascii_only=true,beautify=false | sed 's/0xde0b6b3a7640080/1000000000000000128/' > es5-shim.min.js",
  102. "posttest": "aud --production",
  103. "prepublish": "not-in-publish || npm run prepublishOnly",
  104. "prepublishOnly": "safe-publish-latest && npm run minify",
  105. "pretest": "npm run --silent lint",
  106. "test": "npm run tests-only",
  107. "tests-native": "jasmine-node --matchall tests/helpers/ tests/spec/",
  108. "tests-only": "nyc jasmine-node --matchall es5-sh*m.js tests/helpers/ tests/spec/"
  109. },
  110. "testling": {
  111. "browsers": [
  112. "iexplore/6.0..latest",
  113. "firefox/3.0..6.0",
  114. "firefox/18.0..latest",
  115. "firefox/nightly",
  116. "chrome/4.0..10.0",
  117. "chrome/25.0..latest",
  118. "chrome/canary",
  119. "opera/10.0..latest",
  120. "opera/next",
  121. "safari/4.0..latest",
  122. "ipad/6.0..latest",
  123. "iphone/6.0..latest",
  124. "android-browser/4.2"
  125. ]
  126. },
  127. "version": "4.6.7"
  128. }