96 lines
2.5 KiB
JSON
96 lines
2.5 KiB
JSON
{
|
|
"_from": "nth-check@^2.0.0",
|
|
"_id": "nth-check@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==",
|
|
"_location": "/nth-check",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "nth-check@^2.0.0",
|
|
"name": "nth-check",
|
|
"escapedName": "nth-check",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/css-select"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz",
|
|
"_shasum": "2efe162f5c3da06a28959fbd3db75dbeea9f0fc2",
|
|
"_spec": "nth-check@^2.0.0",
|
|
"_where": "/home/runner/work/public_library_map/public_library_map/node_modules/css-select",
|
|
"author": {
|
|
"name": "Felix Boehm",
|
|
"email": "me@feedic.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/fb55/nth-check/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"boolbase": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Parses and compiles CSS nth-checks to highly optimized functions.",
|
|
"devDependencies": {
|
|
"@types/jest": "^27.0.1",
|
|
"@types/node": "^16.9.1",
|
|
"@typescript-eslint/eslint-plugin": "^4.31.1",
|
|
"@typescript-eslint/parser": "^4.31.1",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"jest": "^27.2.0",
|
|
"prettier": "^2.4.1",
|
|
"ts-jest": "^27.0.5",
|
|
"typescript": "^4.4.3"
|
|
},
|
|
"directories": {
|
|
"lib": "lib/"
|
|
},
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"funding": {
|
|
"url": "https://github.com/fb55/nth-check?sponsor=1"
|
|
},
|
|
"homepage": "https://github.com/fb55/nth-check",
|
|
"jest": {
|
|
"preset": "ts-jest",
|
|
"testEnvironment": "node"
|
|
},
|
|
"keywords": [
|
|
"nth-child",
|
|
"nth",
|
|
"css"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"main": "lib/index.js",
|
|
"name": "nth-check",
|
|
"prettier": {
|
|
"tabWidth": 4
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fb55/nth-check.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"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 .",
|
|
"lint:prettier": "npm run prettier -- --check",
|
|
"prepare": "npm run build",
|
|
"prettier": "prettier '**/*.{ts,md,json,yml}'",
|
|
"test": "npm run test:jest && npm run lint",
|
|
"test:jest": "jest"
|
|
},
|
|
"sideEffects": false,
|
|
"types": "lib/index.d.ts",
|
|
"version": "2.0.1"
|
|
}
|