{ "_args": [ [ "html-parse-stringify@3.0.1", "/Users/nuwan/Code/jam-cloud/jam-ui" ] ], "_from": "html-parse-stringify@3.0.1", "_id": "html-parse-stringify@3.0.1", "_inBundle": false, "_integrity": "sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==", "_location": "/html-parse-stringify", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "html-parse-stringify@3.0.1", "name": "html-parse-stringify", "escapedName": "html-parse-stringify", "rawSpec": "3.0.1", "saveSpec": null, "fetchSpec": "3.0.1" }, "_requiredBy": [ "/react-i18next" ], "_resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.1.tgz", "_spec": "3.0.1", "_where": "/Users/nuwan/Code/jam-cloud/jam-ui", "author": { "name": "Henrik Joreteg", "email": "henrik@joreteg.com" }, "bugs": { "url": "https://github.com/henrikjoreteg/html-parse-stringify/issues" }, "dependencies": { "void-elements": "3.1.0" }, "description": "Parses well-formed HTML (meaning all tags closed) into an AST and back. quickly.", "devDependencies": { "esm": "3.2.25", "microbundle": "0.12.2", "prettier": "2.0.5", "tap-spec": "2.1.2", "tape": "5.0.1" }, "files": [ "dist" ], "homepage": "https://github.com/henrikjoreteg/html-parse-stringify", "keywords": [ "ast", "html", "parse", "stringify" ], "license": "MIT", "main": "dist/html-parse-stringify.js", "module": "dist/html-parse-stringify.module.js", "name": "html-parse-stringify", "prettier": { "arrowParens": "avoid", "singleQuote": true, "semi": false }, "repository": { "type": "git", "url": "git+https://github.com/henrikjoreteg/html-parse-stringify.git" }, "scripts": { "build": "microbundle", "format": "prettier --write .", "prebuild": "rm -rf dist", "prepublish": "npm run build", "test": "tape -r esm test/* | tap-spec" }, "source": "src/index.js", "unpkg": "dist/html-parse-stringify.umd.js", "version": "3.0.1" }