package.json 894 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "css-select-base-adapter",
  3. "version": "0.1.1",
  4. "description": "Provides some base functions needed by a css-select adapter so that you don't have to implement the whole thing.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/nrkn/css-select-base-adapter.git"
  12. },
  13. "keywords": [
  14. "css",
  15. "select",
  16. "adapter",
  17. "css-select"
  18. ],
  19. "bugs": {
  20. "url": "https://github.com/nrkn/css-select-base-adapter/issues"
  21. },
  22. "homepage": "https://github.com/nrkn/css-select-base-adapter#readme",
  23. "author": "Nik Coughlin <nrkn.com@gmail.com>",
  24. "license": "MIT",
  25. "__npminstall_done": "Thu Dec 24 2020 20:20:57 GMT+0800 (CST)",
  26. "_from": "css-select-base-adapter@0.1.1",
  27. "_resolved": "https://registry.npm.taobao.org/css-select-base-adapter/download/css-select-base-adapter-0.1.1.tgz"
  28. }