1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_args": [
- [
- "domify@1.4.1",
- "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
- ]
- ],
- "_from": "domify@1.4.1",
- "_id": "domify@1.4.1",
- "_inBundle": false,
- "_integrity": "sha512-x18nuiDHMCZGXr4KJSRMf/TWYtiaRo6RX8KN9fEbW54mvbQ6pieUuerC2ahBg+kEp1wycFj8MPUI0WkIOw5E9w==",
- "_location": "/domify",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "domify@1.4.1",
- "name": "domify",
- "escapedName": "domify",
- "rawSpec": "1.4.1",
- "saveSpec": null,
- "fetchSpec": "1.4.1"
- },
- "_requiredBy": [
- "/min-dom"
- ],
- "_resolved": "https://registry.npmmirror.com/domify/-/domify-1.4.1.tgz",
- "_spec": "1.4.1",
- "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
- "author": {
- "name": "TJ Holowaychuk",
- "email": "tj@vision-media.ca"
- },
- "bugs": {
- "url": "https://github.com/component/domify/issues"
- },
- "component": {
- "scripts": {
- "domify/index.js": "index.js"
- }
- },
- "dependencies": {},
- "description": "turn HTML into DOM elements",
- "devDependencies": {
- "jsdom": "^16.5.3",
- "jsdom-global": "^3.0.2",
- "mocha": "^8.3.2"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/component/domify#readme",
- "keywords": [
- "dom",
- "html",
- "client",
- "browser",
- "component"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "domify",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/component/domify.git"
- },
- "scripts": {
- "test": "mocha -r jsdom-global/register"
- },
- "version": "1.4.1"
- }
|