package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "dom-walk@0.1.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "dom-walk@0.1.2",
  9. "_id": "dom-walk@0.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==",
  12. "_location": "/dom-walk",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "dom-walk@0.1.2",
  18. "name": "dom-walk",
  19. "escapedName": "dom-walk",
  20. "rawSpec": "0.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.2"
  23. },
  24. "_requiredBy": [
  25. "/min-document"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/dom-walk/-/dom-walk-0.1.2.tgz",
  28. "_spec": "0.1.2",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Raynos",
  32. "email": "raynos2@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/Raynos/dom-walk/issues",
  36. "email": "raynos2@gmail.com"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Jake Verbaten"
  41. }
  42. ],
  43. "dependencies": {},
  44. "description": "iteratively walk a DOM node",
  45. "devDependencies": {
  46. "budo": "11.6.3"
  47. },
  48. "homepage": "https://github.com/Raynos/dom-walk",
  49. "keywords": [],
  50. "licenses": [
  51. {
  52. "type": "MIT",
  53. "url": "http://github.com/Raynos/dom-walk/raw/master/LICENSE"
  54. }
  55. ],
  56. "main": "index",
  57. "name": "dom-walk",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/Raynos/dom-walk.git"
  61. },
  62. "scripts": {
  63. "example": "budo example/index.js"
  64. },
  65. "version": "0.1.2"
  66. }