package.json 3.7 KB

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