{ "_args": [ [ "hast-util-is-element@1.0.4", "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI" ] ], "_from": "hast-util-is-element@1.0.4", "_id": "hast-util-is-element@1.0.4", "_inBundle": false, "_integrity": "sha512-NFR6ljJRvDcyPP5SbV7MyPBgF47X3BsskLnmw1U34yL+X6YC0MoBx9EyMg8Jtx4FzGH95jw8+c1VPLHaRA0wDQ==", "_location": "/hast-util-is-element", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "hast-util-is-element@1.0.4", "name": "hast-util-is-element", "escapedName": "hast-util-is-element", "rawSpec": "1.0.4", "saveSpec": null, "fetchSpec": "1.0.4" }, "_requiredBy": [ "/hast-util-to-html" ], "_resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-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-is-element/issues" }, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" } ], "dependencies": {}, "description": "hast utility to check if a node is a (certain) element", "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-is-element#readme", "keywords": [ "unist", "hast", "hast-util", "util", "utility", "html", "is", "element" ], "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.4", "xo": { "prettier": true, "esnext": false, "rules": { "unicorn/prefer-includes": "off" }, "ignores": [ "hast-util-is-element.js" ] } }