You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

99 lines
2.5 KiB

{
"_args": [
[
"nth-check@2.0.1",
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
]
],
"_development": true,
"_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.npmjs.org/nth-check/-/nth-check-2.0.1.tgz",
"_spec": "2.0.1",
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
"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"
}