package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "min-document@2.19.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "min-document@2.19.0",
  9. "_id": "min-document@2.19.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==",
  12. "_location": "/min-document",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "min-document@2.19.0",
  18. "name": "min-document",
  19. "escapedName": "min-document",
  20. "rawSpec": "2.19.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.19.0"
  23. },
  24. "_requiredBy": [
  25. "/global",
  26. "/videojs-flash/global"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/min-document/-/min-document-2.19.0.tgz",
  29. "_spec": "2.19.0",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "author": {
  32. "name": "Raynos",
  33. "email": "raynos2@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/Raynos/min-document/issues",
  37. "email": "raynos2@gmail.com"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Raynos"
  42. }
  43. ],
  44. "dependencies": {
  45. "dom-walk": "^0.1.0"
  46. },
  47. "description": "A minimal DOM implementation",
  48. "devDependencies": {
  49. "run-browser": "git://github.com/Raynos/run-browser.git",
  50. "tap-dot": "^0.2.1",
  51. "tap-spec": "^0.1.8",
  52. "tape": "^2.12.3"
  53. },
  54. "homepage": "https://github.com/Raynos/min-document",
  55. "keywords": [],
  56. "licenses": [
  57. {
  58. "type": "MIT",
  59. "url": "http://github.com/Raynos/min-document/raw/master/LICENSE"
  60. }
  61. ],
  62. "main": "index",
  63. "name": "min-document",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/Raynos/min-document.git"
  67. },
  68. "scripts": {
  69. "browser": "run-browser test/index.js",
  70. "cover": "istanbul cover --report none --print detail ./test/index.js",
  71. "dot": "node ./test/index.js | tap-dot",
  72. "phantom": "run-browser test/index.js -b | tap-spec",
  73. "test": "node ./test/index.js | tap-spec",
  74. "view-cover": "istanbul report html && google-chrome ./coverage/index.html"
  75. },
  76. "testling": {
  77. "files": "test/index.js",
  78. "browsers": [
  79. "ie/8..latest",
  80. "firefox/16..latest",
  81. "firefox/nightly",
  82. "chrome/22..latest",
  83. "chrome/canary",
  84. "opera/12..latest",
  85. "opera/next",
  86. "safari/5.1..latest",
  87. "ipad/6.0..latest",
  88. "iphone/6.0..latest",
  89. "android-browser/4.2..latest"
  90. ]
  91. },
  92. "version": "2.19.0"
  93. }