package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "nth-check@~1.0.1",
  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.1",
  12. "name": "nth-check",
  13. "escapedName": "nth-check",
  14. "rawSpec": "~1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/css-select",
  20. "/cssnano-preset-default/css-select"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz",
  23. "_shasum": "b2bd295c37e3dd58a3bf0700376663ba4d9cf05c",
  24. "_spec": "nth-check@~1.0.1",
  25. "_where": "D:\\workSpace\\dealer_front\\node_modules\\css-select",
  26. "author": {
  27. "name": "Felix Boehm",
  28. "email": "me@feedic.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/fb55/nth-check/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "boolbase": "~1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "performant nth-check parser & compiler",
  39. "files": [
  40. "compile.js",
  41. "index.js",
  42. "parse.js"
  43. ],
  44. "homepage": "https://github.com/fb55/nth-check",
  45. "keywords": [
  46. "nth-child",
  47. "nth",
  48. "css"
  49. ],
  50. "license": "BSD-2-Clause",
  51. "main": "index.js",
  52. "name": "nth-check",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/fb55/nth-check.git"
  56. },
  57. "scripts": {
  58. "test": "node test"
  59. },
  60. "version": "1.0.2"
  61. }