package.json 947 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "nth-check",
  3. "version": "1.0.2",
  4. "description": "performant nth-check parser & compiler",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node test"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/fb55/nth-check"
  12. },
  13. "files": [
  14. "compile.js",
  15. "index.js",
  16. "parse.js"
  17. ],
  18. "keywords": [
  19. "nth-child",
  20. "nth",
  21. "css"
  22. ],
  23. "author": "Felix Boehm <me@feedic.com>",
  24. "license": "BSD-2-Clause",
  25. "bugs": {
  26. "url": "https://github.com/fb55/nth-check/issues"
  27. },
  28. "homepage": "https://github.com/fb55/nth-check",
  29. "dependencies": {
  30. "boolbase": "~1.0.0"
  31. },
  32. "__npminstall_done": "Thu Dec 24 2020 20:20:54 GMT+0800 (CST)",
  33. "_from": "nth-check@1.0.2",
  34. "_resolved": "https://registry.npm.taobao.org/nth-check/download/nth-check-1.0.2.tgz?cache=0&sync_timestamp=1606861083087&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnth-check%2Fdownload%2Fnth-check-1.0.2.tgz"
  35. }