diff --git a/packages/parse5/package-lock.json b/packages/parse5/package-lock.json new file mode 100644 index 0000000000000000000000000000000000000000..9f3ded2dee5eaf6f53f981cd464c0eeb73e70159 --- /dev/null +++ b/packages/parse5/package-lock.json @@ -0,0 +1,18 @@ +{ + "name": "parse5", + "version": "7.0.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "entities": { + "version": "4.5.0", + "resolved": "https://repo.huaweicloud.com/repository/npm/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" + }, + "typescript": { + "version": "4.9.5", + "resolved": "https://repo.huaweicloud.com/repository/npm/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" + } + } +}