package.json 1.4 KB

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