|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- {
- "_args": [
- [
- "unist-util-is@4.1.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "unist-util-is@4.1.0",
- "_id": "unist-util-is@4.1.0",
- "_inBundle": false,
- "_integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==",
- "_location": "/unist-util-is",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "unist-util-is@4.1.0",
- "name": "unist-util-is",
- "escapedName": "unist-util-is",
- "rawSpec": "4.1.0",
- "saveSpec": null,
- "fetchSpec": "4.1.0"
- },
- "_requiredBy": [
- "/unist-util-find-all-after"
- ],
- "_resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz",
- "_spec": "4.1.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "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"
- },
- {
- "name": "Christian Murphy",
- "email": "christian.murphy.42@gmail.com"
- },
- {
- "name": "Lucas Brandstaetter",
- "email": "lucas@brandstaetter.tech",
- "url": "https://github.com/Roang-zero1"
- }
- ],
- "description": "unist utility to check if a node passes a test",
- "devDependencies": {
- "@types/mdast": "^3.0.0",
- "browserify": "^17.0.0",
- "dtslint": "^4.0.0",
- "fast-check": "^2.0.0",
- "lodash": "^4.0.0",
- "nyc": "^15.0.0",
- "prettier": "^2.0.0",
- "remark-cli": "^9.0.0",
- "remark-preset-wooorm": "^8.0.0",
- "tape": "^5.0.0",
- "tinyify": "^3.0.0",
- "unified": "^9.0.0",
- "xo": "^0.38.0"
- },
- "files": [
- "index.js",
- "convert.js",
- "index.d.ts",
- "convert.d.ts"
- ],
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- },
- "homepage": "https://github.com/syntax-tree/unist-util-is#readme",
- "keywords": [
- "unist",
- "unist-util",
- "util",
- "utility",
- "tree",
- "node",
- "is",
- "equal",
- "check",
- "test",
- "type"
- ],
- "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 -o unist-util-is.js",
- "build-mangle": "browserify . -s unistUtilIs -o unist-util-is.min.js -p tinyify",
- "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
- "test": "npm run format && npm run build && npm run test-coverage && npm run test-types",
- "test-api": "node test",
- "test-coverage": "nyc --reporter lcov tape test",
- "test-types": "dtslint ."
- },
- "types": "index.d.ts",
- "version": "4.1.0",
- "xo": {
- "prettier": true,
- "esnext": false,
- "rules": {
- "@typescript-eslint/no-unused-expressions": "off",
- "eqeqeq": [
- "error",
- "always",
- {
- "null": "ignore"
- }
- ],
- "max-params": "off",
- "no-eq-null": "off",
- "unicorn/prefer-number-properties": "off",
- "unicorn/prefer-reflect-apply": "off",
- "unicorn/prefer-type-error": "off"
- },
- "ignore": [
- "*.ts",
- "unist-util-is.js"
- ]
- }
- }
|