package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "nth-check@2.0.1",
  5. "F:\\cocorobo\\CocoRoboDesktop\\node"
  6. ]
  7. ],
  8. "_from": "nth-check@2.0.1",
  9. "_id": "nth-check@2.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==",
  12. "_location": "/nth-check",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "nth-check@2.0.1",
  18. "name": "nth-check",
  19. "escapedName": "nth-check",
  20. "rawSpec": "2.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.1"
  23. },
  24. "_requiredBy": [
  25. "/css-select"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.0.1.tgz",
  28. "_spec": "2.0.1",
  29. "_where": "F:\\cocorobo\\CocoRoboDesktop\\node",
  30. "author": {
  31. "name": "Felix Boehm",
  32. "email": "me@feedic.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/fb55/nth-check/issues"
  36. },
  37. "dependencies": {
  38. "boolbase": "^1.0.0"
  39. },
  40. "description": "Parses and compiles CSS nth-checks to highly optimized functions.",
  41. "devDependencies": {
  42. "@types/jest": "^27.0.1",
  43. "@types/node": "^16.9.1",
  44. "@typescript-eslint/eslint-plugin": "^4.31.1",
  45. "@typescript-eslint/parser": "^4.31.1",
  46. "eslint": "^7.32.0",
  47. "eslint-config-prettier": "^8.3.0",
  48. "jest": "^27.2.0",
  49. "prettier": "^2.4.1",
  50. "ts-jest": "^27.0.5",
  51. "typescript": "^4.4.3"
  52. },
  53. "directories": {
  54. "lib": "lib/"
  55. },
  56. "files": [
  57. "lib/**/*"
  58. ],
  59. "funding": {
  60. "url": "https://github.com/fb55/nth-check?sponsor=1"
  61. },
  62. "homepage": "https://github.com/fb55/nth-check",
  63. "jest": {
  64. "preset": "ts-jest",
  65. "testEnvironment": "node"
  66. },
  67. "keywords": [
  68. "nth-child",
  69. "nth",
  70. "css"
  71. ],
  72. "license": "BSD-2-Clause",
  73. "main": "lib/index.js",
  74. "name": "nth-check",
  75. "prettier": {
  76. "tabWidth": 4
  77. },
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/fb55/nth-check.git"
  81. },
  82. "scripts": {
  83. "build": "tsc",
  84. "format": "npm run format:es && npm run format:prettier",
  85. "format:es": "npm run lint:es -- --fix",
  86. "format:prettier": "npm run prettier -- --write",
  87. "lint": "npm run lint:es && npm run lint:prettier",
  88. "lint:es": "eslint .",
  89. "lint:prettier": "npm run prettier -- --check",
  90. "prepare": "npm run build",
  91. "prettier": "prettier '**/*.{ts,md,json,yml}'",
  92. "test": "npm run test:jest && npm run lint",
  93. "test:jest": "jest"
  94. },
  95. "sideEffects": false,
  96. "types": "lib/index.d.ts",
  97. "version": "2.0.1"
  98. }