package.json 2.5 KB

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