package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "global@4.3.2",
  3. "_id": "global@4.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/4AybdwIDU4HkCUbJkZdWpe4P6vuw/CUtu+0I1YlLIPe7OlUO7KNJ+q/rO70CW2/NW6Jc6I62++Hzsf5Alu6rQ==",
  6. "_location": "/global",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "global@4.3.2",
  12. "name": "global",
  13. "escapedName": "global",
  14. "rawSpec": "4.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "4.3.2"
  17. },
  18. "_requiredBy": [
  19. "/video.js",
  20. "/videojs-contrib-hls",
  21. "/videojs-contrib-media-sources",
  22. "/videojs-vtt.js",
  23. "/xhr"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/global/-/global-4.3.2.tgz",
  26. "_shasum": "e76989268a6c74c38908b1305b10fc0e394e9d0f",
  27. "_spec": "global@4.3.2",
  28. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\video.js",
  29. "author": {
  30. "name": "Raynos",
  31. "email": "raynos2@gmail.com"
  32. },
  33. "browser": {
  34. "min-document": false,
  35. "individual": false
  36. },
  37. "bugs": {
  38. "url": "https://github.com/Raynos/global/issues",
  39. "email": "raynos2@gmail.com"
  40. },
  41. "bundleDependencies": false,
  42. "contributors": [
  43. {
  44. "name": "Raynos"
  45. }
  46. ],
  47. "dependencies": {
  48. "min-document": "^2.19.0",
  49. "process": "~0.5.1"
  50. },
  51. "deprecated": false,
  52. "description": "Require global variables",
  53. "devDependencies": {
  54. "tape": "^2.12.0"
  55. },
  56. "homepage": "https://github.com/Raynos/global",
  57. "keywords": [],
  58. "license": "MIT",
  59. "main": "window.js",
  60. "name": "global",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/Raynos/global.git"
  64. },
  65. "scripts": {
  66. "build": "browserify test/index.js -o test/static/bundle.js",
  67. "test": "node ./test",
  68. "testem": "testem"
  69. },
  70. "testling": {
  71. "files": "test/index.js",
  72. "browsers": {
  73. "ie": [
  74. "8",
  75. "9",
  76. "10"
  77. ],
  78. "firefox": [
  79. "16",
  80. "17",
  81. "nightly"
  82. ],
  83. "chrome": [
  84. "22",
  85. "23",
  86. "canary"
  87. ],
  88. "opera": [
  89. "12",
  90. "next"
  91. ],
  92. "safari": [
  93. "5.1"
  94. ]
  95. }
  96. },
  97. "version": "4.3.2"
  98. }