{ "_from": "css-what@^5.0.1", "_id": "css-what@5.0.1", "_inBundle": false, "_integrity": "sha512-FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg==", "_location": "/css-what", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "css-what@^5.0.1", "name": "css-what", "escapedName": "css-what", "rawSpec": "^5.0.1", "saveSpec": null, "fetchSpec": "^5.0.1" }, "_requiredBy": [ "/cheerio-select", "/css-select" ], "_resolved": "https://registry.npmjs.org/css-what/-/css-what-5.0.1.tgz", "_shasum": "3efa820131f4669a8ac2408f9c32e7c7de9f4cad", "_spec": "css-what@^5.0.1", "_where": "/home/runner/work/public_library_map/public_library_map/node_modules/cheerio-select", "author": { "name": "Felix Böhm", "email": "me@feedic.com", "url": "http://feedic.com" }, "bugs": { "url": "https://github.com/fb55/css-what/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "a CSS selector parser", "devDependencies": { "@types/jest": "^26.0.3", "@types/node": "^15.0.1", "@typescript-eslint/eslint-plugin": "^4.1.0", "@typescript-eslint/parser": "^4.1.0", "coveralls": "^3.0.5", "eslint": "^7.0.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-node": "^11.1.0", "jest": "^27.0.1", "prettier": "^2.0.5", "ts-jest": "^27.0.1", "typescript": "^4.0.2" }, "engines": { "node": ">= 6" }, "files": [ "lib/**/*" ], "funding": { "url": "https://github.com/sponsors/fb55" }, "homepage": "https://github.com/fb55/css-what#readme", "jest": { "preset": "ts-jest" }, "license": "BSD-2-Clause", "main": "lib/index.js", "name": "css-what", "optionalDependencies": {}, "prettier": { "tabWidth": 4 }, "repository": { "url": "git+https://github.com/fb55/css-what.git" }, "scripts": { "build": "tsc", "coverage": "cat coverage/lcov.info | coveralls", "format": "npm run format:es && npm run format:prettier", "format:es": "npm run lint:es -- --fix", "format:prettier": "npm run prettier -- --write", "lint": "npm run lint:es && npm run lint:prettier", "lint:es": "eslint src", "lint:prettier": "npm run prettier -- --check", "prepare": "npm run build", "prettier": "prettier '**/*.{ts,md,json,yml}'", "test": "jest --coverage -u && npm run lint" }, "types": "lib/index.d.ts", "version": "5.0.1" }