{ "_from": "hast-util-whitespace@^1.0.0", "_id": "hast-util-whitespace@1.0.3", "_inBundle": false, "_integrity": "sha512-AlkYiLTTwPOyxZ8axq2/bCwRUPjIPBfrHkXuCR92B38b3lSdU22R5F/Z4DL6a2kxWpekWq1w6Nj48tWat6GeRA==", "_location": "/hast-util-whitespace", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "hast-util-whitespace@^1.0.0", "name": "hast-util-whitespace", "escapedName": "hast-util-whitespace", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/hast-util-to-html" ], "_resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-1.0.3.tgz", "_shasum": "6d161b307bd0693b5ec000c7c7e8b5445109ee34", "_spec": "hast-util-whitespace@^1.0.0", "_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/hast-util-to-html", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" }, "bugs": { "url": "https://github.com/syntax-tree/hast-util-whitespace/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" } ], "dependencies": {}, "deprecated": false, "description": "Check whether a node is inter-element whitespace", "devDependencies": { "browserify": "^16.0.0", "nyc": "^14.0.0", "prettier": "^1.0.0", "remark-cli": "^6.0.0", "remark-preset-wooorm": "^5.0.0", "tape": "^4.0.0", "tinyify": "^2.0.0", "xo": "^0.24.0" }, "files": [ "index.js" ], "homepage": "https://github.com/syntax-tree/hast-util-whitespace#readme", "keywords": [ "hast", "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.3", "xo": { "prettier": true, "esnext": false, "ignores": [ "hast-util-whitespace.js" ] } }