{ "_from": "hast-util-is-element@^1.0.0", "_id": "hast-util-is-element@1.0.3", "_inBundle": false, "_integrity": "sha512-C62CVn7jbjp89yOhhy7vrkSaB7Vk906Gtcw/Ihd+Iufnq+2pwOZjdPmpzpKLWJXPJBMDX3wXg4FqmdOayPcewA==", "_location": "/hast-util-is-element", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "hast-util-is-element@^1.0.0", "name": "hast-util-is-element", "escapedName": "hast-util-is-element", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/hast-util-to-html" ], "_resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-1.0.3.tgz", "_shasum": "423b4b26fe8bf1f25950fe052e9ce8f83fd5f6a4", "_spec": "hast-util-is-element@^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-is-element/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" } ], "dependencies": {}, "deprecated": false, "description": "Check if a node is a (certain) element", "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-is-element#readme", "keywords": [ "hast", "html", "is", "element", "util", "utility" ], "license": "MIT", "name": "hast-util-is-element", "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-is-element.git" }, "scripts": { "build": "npm run build-bundle && npm run build-mangle", "build-bundle": "browserify . -s hastUtilIsElement > hast-util-is-element.js", "build-mangle": "browserify . -s hastUtilIsElement -p tinyify > hast-util-is-element.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-is-element.js" ] } }