{ "_args": [ [ "hast-util-whitespace@1.0.4", "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI" ] ], "_from": "hast-util-whitespace@1.0.4", "_id": "hast-util-whitespace@1.0.4", "_inBundle": false, "_integrity": "sha512-I5GTdSfhYfAPNztx2xJRQpG8cuDSNt599/7YUn7Gx/WxNMsG+a835k97TDkFgk123cwjfwINaZknkKkphx/f2A==", "_location": "/hast-util-whitespace", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "hast-util-whitespace@1.0.4", "name": "hast-util-whitespace", "escapedName": "hast-util-whitespace", "rawSpec": "1.0.4", "saveSpec": null, "fetchSpec": "1.0.4" }, "_requiredBy": [ "/hast-util-to-html" ], "_resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-1.0.4.tgz", "_spec": "1.0.4", "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" }, "bugs": { "url": "https://github.com/syntax-tree/hast-util-whitespace/issues" }, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" } ], "dependencies": {}, "description": "hast utility to check if a node is inter-element whitespace", "devDependencies": { "browserify": "^16.0.0", "nyc": "^15.0.0", "prettier": "^1.0.0", "remark-cli": "^7.0.0", "remark-preset-wooorm": "^6.0.0", "tape": "^4.0.0", "tinyify": "^2.0.0", "xo": "^0.27.0" }, "files": [ "index.js" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" }, "homepage": "https://github.com/syntax-tree/hast-util-whitespace#readme", "keywords": [ "unist", "hast", "hast-util", "util", "utility", "html", "inter", "element", "inter-element", "white-space", "whitespace" ], "license": "MIT", "name": "hast-util-whitespace", "nyc": { "check-coverage": true, "lines": 100, "functions": 100, "branches": 100 }, "prettier": { "tabWidth": 2, "useTabs": false, "singleQuote": true, "bracketSpacing": false, "semi": false, "trailingComma": "none" }, "remarkConfig": { "plugins": [ "preset-wooorm" ] }, "repository": { "type": "git", "url": "git+https://github.com/syntax-tree/hast-util-whitespace.git" }, "scripts": { "build": "npm run build-bundle && npm run build-mangle", "build-bundle": "browserify . -s hastUtilWhitespace > hast-util-whitespace.js", "build-mangle": "browserify . -s hastUtilWhitespace -p tinyify > hast-util-whitespace.min.js", "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix", "test": "npm run format && npm run build && npm run test-coverage", "test-api": "node test", "test-coverage": "nyc --reporter lcov tape test.js" }, "version": "1.0.4", "xo": { "prettier": true, "esnext": false, "ignores": [ "hast-util-whitespace.js" ] } }