package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "matches-selector@1.2.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "matches-selector@1.2.0",
  9. "_id": "matches-selector@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-c4vLwYWyl+Ji+U43eU/G5FwxWd4ZH0ePUsFs5y0uwD9HUEFBXUQ1zUUan+78IpRD+y4pUfG0nAzNM292K7ItvA==",
  12. "_location": "/matches-selector",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "matches-selector@1.2.0",
  18. "name": "matches-selector",
  19. "escapedName": "matches-selector",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/min-dom"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/matches-selector/-/matches-selector-1.2.0.tgz",
  28. "_spec": "1.2.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "bugs": {
  31. "url": "https://github.com/ForbesLindesay/matches-selector/issues"
  32. },
  33. "description": "Check if a DOM element matches a given selector, with decent browser support and unit tests.",
  34. "devDependencies": {
  35. "domify": "~1.1.1",
  36. "run-browser": "~2.0.2",
  37. "tape": "~2.3.2"
  38. },
  39. "homepage": "https://github.com/ForbesLindesay/matches-selector#readme",
  40. "keywords": [
  41. "browserify",
  42. "CSS",
  43. "selector"
  44. ],
  45. "license": "MIT",
  46. "name": "matches-selector",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/ForbesLindesay/matches-selector.git"
  50. },
  51. "scripts": {
  52. "test": "run-browser test/index.js"
  53. },
  54. "testling": {
  55. "files": "test/index.js",
  56. "browsers": [
  57. "iexplore/8.0",
  58. "iexplore/10.0",
  59. "iexplore/9.0",
  60. "chrome/30.0",
  61. "chrome/31.0",
  62. "chrome/canary",
  63. "firefox/4.0",
  64. "firefox/10.0",
  65. "firefox/15.0",
  66. "firefox/20.0",
  67. "firefox/21.0",
  68. "firefox/22.0",
  69. "firefox/23.0",
  70. "firefox/24.0",
  71. "firefox/25.0",
  72. "firefox/nightly",
  73. "opera/11.0",
  74. "opera/17.0",
  75. "opera/next",
  76. "safari/5.0.5",
  77. "safari/5.1",
  78. "safari/6.0",
  79. "iphone/6.0",
  80. "ipad/6.0"
  81. ]
  82. },
  83. "version": "1.2.0"
  84. }