package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "domify@1.4.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "domify@1.4.1",
  9. "_id": "domify@1.4.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-x18nuiDHMCZGXr4KJSRMf/TWYtiaRo6RX8KN9fEbW54mvbQ6pieUuerC2ahBg+kEp1wycFj8MPUI0WkIOw5E9w==",
  12. "_location": "/domify",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "domify@1.4.1",
  18. "name": "domify",
  19. "escapedName": "domify",
  20. "rawSpec": "1.4.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.4.1"
  23. },
  24. "_requiredBy": [
  25. "/min-dom"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/domify/-/domify-1.4.1.tgz",
  28. "_spec": "1.4.1",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "TJ Holowaychuk",
  32. "email": "tj@vision-media.ca"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/component/domify/issues"
  36. },
  37. "component": {
  38. "scripts": {
  39. "domify/index.js": "index.js"
  40. }
  41. },
  42. "dependencies": {},
  43. "description": "turn HTML into DOM elements",
  44. "devDependencies": {
  45. "jsdom": "^16.5.3",
  46. "jsdom-global": "^3.0.2",
  47. "mocha": "^8.3.2"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/component/domify#readme",
  53. "keywords": [
  54. "dom",
  55. "html",
  56. "client",
  57. "browser",
  58. "component"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "domify",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/component/domify.git"
  66. },
  67. "scripts": {
  68. "test": "mocha -r jsdom-global/register"
  69. },
  70. "version": "1.4.1"
  71. }