package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "nth-check@~1.0.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/css-select"
  6. ]
  7. ],
  8. "_from": "nth-check@>=1.0.1 <1.1.0",
  9. "_id": "nth-check@1.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/nth-check",
  13. "_nodeVersion": "1.5.1",
  14. "_npmUser": {
  15. "email": "me@feedic.com",
  16. "name": "feedic"
  17. },
  18. "_npmVersion": "2.6.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "nth-check",
  22. "raw": "nth-check@~1.0.1",
  23. "rawSpec": "~1.0.1",
  24. "scope": null,
  25. "spec": ">=1.0.1 <1.1.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/css-select"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz",
  32. "_shasum": "9929acdf628fc2c41098deab82ac580cf149aae4",
  33. "_shrinkwrap": null,
  34. "_spec": "nth-check@~1.0.1",
  35. "_where": "/home/seleznev/project Angular/Quality system/node_modules/css-select",
  36. "author": {
  37. "email": "me@feedic.com",
  38. "name": "Felix Boehm"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/fb55/nth-check/issues"
  42. },
  43. "dependencies": {
  44. "boolbase": "~1.0.0"
  45. },
  46. "description": "performant nth-check parser & compiler",
  47. "devDependencies": {},
  48. "directories": {},
  49. "dist": {
  50. "shasum": "9929acdf628fc2c41098deab82ac580cf149aae4",
  51. "tarball": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz"
  52. },
  53. "gitHead": "257338e5bbd53228236abd4cc09539b66b27dd11",
  54. "homepage": "https://github.com/fb55/nth-check",
  55. "keywords": [
  56. "css",
  57. "nth",
  58. "nth-child"
  59. ],
  60. "license": "BSD",
  61. "main": "index.js",
  62. "maintainers": [
  63. {
  64. "name": "feedic",
  65. "email": "me@feedic.com"
  66. }
  67. ],
  68. "name": "nth-check",
  69. "optionalDependencies": {},
  70. "readme": "ERROR: No README data found!",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/fb55/nth-check.git"
  74. },
  75. "scripts": {
  76. "test": "node test"
  77. },
  78. "version": "1.0.1"
  79. }