package.json 860 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "rgb-regex",
  3. "description": "Regex for RGB color strings.",
  4. "author": "John Otander",
  5. "version": "1.0.1",
  6. "main": "index.js",
  7. "directories": {
  8. "test": "test"
  9. },
  10. "scripts": {
  11. "test": "mocha test"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/regexps/rgb-regex.git"
  16. },
  17. "keywords": [
  18. "css",
  19. "regex",
  20. "regexp",
  21. "regexps",
  22. "rgb",
  23. "color",
  24. "regular",
  25. "expression"
  26. ],
  27. "license": "MIT",
  28. "bugs": {
  29. "url": "https://github.com/regexps/rgb-regex/issues"
  30. },
  31. "homepage": "https://github.com/regexps/rgb-regex",
  32. "dependencies": {},
  33. "devDependencies": {
  34. "mocha": "*"
  35. },
  36. "__npminstall_done": "Thu Dec 24 2020 20:20:52 GMT+0800 (CST)",
  37. "_from": "rgb-regex@1.0.1",
  38. "_resolved": "https://registry.npm.taobao.org/rgb-regex/download/rgb-regex-1.0.1.tgz"
  39. }