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.

package.json 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "nth-check@^1.0.2",
  3. "_id": "nth-check@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==",
  6. "_location": "/nth-check",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nth-check@^1.0.2",
  12. "name": "nth-check",
  13. "escapedName": "nth-check",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/css-select"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz",
  22. "_shasum": "b2bd295c37e3dd58a3bf0700376663ba4d9cf05c",
  23. "_spec": "nth-check@^1.0.2",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\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": "performant nth-check parser & compiler",
  38. "files": [
  39. "compile.js",
  40. "index.js",
  41. "parse.js"
  42. ],
  43. "homepage": "https://github.com/fb55/nth-check",
  44. "keywords": [
  45. "nth-child",
  46. "nth",
  47. "css"
  48. ],
  49. "license": "BSD-2-Clause",
  50. "main": "index.js",
  51. "name": "nth-check",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/fb55/nth-check.git"
  55. },
  56. "scripts": {
  57. "test": "node test"
  58. },
  59. "version": "1.0.2"
  60. }