{ "_args": [ [ "html-es6cape@2.0.2", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_from": "html-es6cape@2.0.2", "_id": "html-es6cape@2.0.2", "_inBundle": false, "_integrity": "sha512-utzhH8rq2VABdW1LsPdv5tmxeMNOtP83If0jKCa79xPBgLWfcMvdf9K+EZoxJ5P7KioCxTs6WBnSDWLQHJ2lWA==", "_location": "/html-es6cape", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "html-es6cape@2.0.2", "name": "html-es6cape", "escapedName": "html-es6cape", "rawSpec": "2.0.2", "saveSpec": null, "fetchSpec": "2.0.2" }, "_requiredBy": [ "/@abi-software/flatmap-viewer" ], "_resolved": "https://registry.npmjs.org/html-es6cape/-/html-es6cape-2.0.2.tgz", "_spec": "2.0.2", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Antonio Villagra De La Cruz" }, "bugs": { "url": "https://github.com/AntonioVdlC/html-es6cape/issues" }, "description": "Escape HTML special characters (including `)", "devDependencies": { "@rollup/plugin-typescript": "^8.2.0", "c8": "^7.11.0", "esbuild": "^0.14.34", "eslint": "^8.13.0", "eslint-config-prettier": "^8.5.0", "husky": "^7.0.2", "lint-staged": "^12.3.7", "prettier": "^2.2.1", "rimraf": "^3.0.2", "rollup": "^2.41.2", "rollup-plugin-terser": "^7.0.2", "tslib": "^2.1.0", "typescript": "^4.2.3", "vite": "^2.9.1", "vitest": "^0.9.3" }, "files": [ "dist/index.cjs.js", "dist/index.esm.js", "dist/index.d.ts" ], "homepage": "https://github.com/AntonioVdlC/html-es6cape#readme", "keywords": [ "html", "escape", "es6" ], "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "name": "html-es6cape", "repository": { "type": "git", "url": "git+https://github.com/AntonioVdlC/html-es6cape.git" }, "scripts": { "build": "npm run build:types && npm run build:lib", "build:lib": "rollup -c", "build:types": "tsc src/*.ts --declaration --emitDeclarationOnly --outDir dist", "format": "prettier --write --ignore-unknown {src,test}/*", "format:check": "prettier --check {src,test}/*", "postversion": "git push && git push --tags", "pre-commit": "lint-staged", "prebuild": "rimraf dist && mkdir dist", "prepare": "husky install", "test": "vitest run --coverage", "type:check": "tsc src/*.ts --noEmit" }, "types": "dist/index.d.ts", "version": "2.0.2" }