| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 | {  "_args": [    [      "nth-check@2.0.1",      "F:\\cocorobo\\CocoRoboDesktop\\node"    ]  ],  "_from": "nth-check@2.0.1",  "_id": "nth-check@2.0.1",  "_inBundle": false,  "_integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==",  "_location": "/nth-check",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "nth-check@2.0.1",    "name": "nth-check",    "escapedName": "nth-check",    "rawSpec": "2.0.1",    "saveSpec": null,    "fetchSpec": "2.0.1"  },  "_requiredBy": [    "/css-select"  ],  "_resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.0.1.tgz",  "_spec": "2.0.1",  "_where": "F:\\cocorobo\\CocoRoboDesktop\\node",  "author": {    "name": "Felix Boehm",    "email": "me@feedic.com"  },  "bugs": {    "url": "https://github.com/fb55/nth-check/issues"  },  "dependencies": {    "boolbase": "^1.0.0"  },  "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"}
 |