{ "_args": [ [ "unist-util-is@3.0.0", "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI" ] ], "_from": "unist-util-is@3.0.0", "_id": "unist-util-is@3.0.0", "_inBundle": false, "_integrity": "sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==", "_location": "/unist-util-is", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "unist-util-is@3.0.0", "name": "unist-util-is", "escapedName": "unist-util-is", "rawSpec": "3.0.0", "saveSpec": null, "fetchSpec": "3.0.0" }, "_requiredBy": [ "/unist-util-visit-parents" ], "_resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-3.0.0.tgz", "_spec": "3.0.0", "_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/unist-util-is/issues" }, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" } ], "dependencies": {}, "description": "Utility to check if a node passes a test", "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", "convert.js" ], "homepage": "https://github.com/syntax-tree/unist-util-is#readme", "keywords": [ "unist", "node", "is", "equal", "test", "type", "util", "utility" ], "license": "MIT", "name": "unist-util-is", "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/unist-util-is.git" }, "scripts": { "build": "npm run build-bundle && npm run build-mangle", "build-bundle": "browserify . -s unistUtilIs > unist-util-is.js", "build-mangle": "browserify . -s unistUtilIs -p tinyify > unist-util-is.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": "3.0.0", "xo": { "prettier": true, "esnext": false, "rules": { "unicorn/prefer-type-error": "off" }, "ignore": [ "unist-util-is.js" ] } }