package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "nth-check@1.0.1",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "nth-check@1.0.1",
  10. "_id": "nth-check@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-mSms32KPwsQQmN6rgqxYDPFJquQ=",
  13. "_location": "/nth-check",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "nth-check@1.0.1",
  19. "name": "nth-check",
  20. "escapedName": "nth-check",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/css-select"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "D:\\projects\\dealer_front",
  31. "author": {
  32. "name": "Felix Boehm",
  33. "email": "me@feedic.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/fb55/nth-check/issues"
  37. },
  38. "dependencies": {
  39. "boolbase": "~1.0.0"
  40. },
  41. "description": "performant nth-check parser & compiler",
  42. "homepage": "https://github.com/fb55/nth-check",
  43. "keywords": [
  44. "nth-child",
  45. "nth",
  46. "css"
  47. ],
  48. "license": "BSD",
  49. "main": "index.js",
  50. "name": "nth-check",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/fb55/nth-check.git"
  54. },
  55. "scripts": {
  56. "test": "node test"
  57. },
  58. "version": "1.0.1"
  59. }