package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "dom-walk@^0.1.0",
  3. "_id": "dom-walk@0.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==",
  6. "_location": "/dom-walk",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dom-walk@^0.1.0",
  12. "name": "dom-walk",
  13. "escapedName": "dom-walk",
  14. "rawSpec": "^0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/min-document"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/dom-walk/-/dom-walk-0.1.2.tgz",
  22. "_shasum": "0c548bef048f4d1f2a97249002236060daa3fd84",
  23. "_spec": "dom-walk@^0.1.0",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\min-document",
  25. "author": {
  26. "name": "Raynos",
  27. "email": "raynos2@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Raynos/dom-walk/issues",
  31. "email": "raynos2@gmail.com"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Jake Verbaten"
  37. }
  38. ],
  39. "dependencies": {},
  40. "deprecated": false,
  41. "description": "iteratively walk a DOM node",
  42. "devDependencies": {
  43. "budo": "11.6.3"
  44. },
  45. "homepage": "https://github.com/Raynos/dom-walk",
  46. "keywords": [],
  47. "licenses": [
  48. {
  49. "type": "MIT",
  50. "url": "http://github.com/Raynos/dom-walk/raw/master/LICENSE"
  51. }
  52. ],
  53. "main": "index",
  54. "name": "dom-walk",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/Raynos/dom-walk.git"
  58. },
  59. "scripts": {
  60. "example": "budo example/index.js"
  61. },
  62. "version": "0.1.2"
  63. }