package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "hex-color-regex@1.1.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "hex-color-regex@1.1.0",
  10. "_id": "hex-color-regex@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==",
  13. "_location": "/hex-color-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "hex-color-regex@1.1.0",
  19. "name": "hex-color-regex",
  20. "escapedName": "hex-color-regex",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/is-color-stop"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Charlike Mike Reagent",
  33. "email": "@tunnckoCore",
  34. "url": "http://www.tunnckocore.tk"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/regexps/hex-color-regex/issues"
  38. },
  39. "dependencies": {},
  40. "description": "The best regular expression (regex) for matching hex color values from string.",
  41. "devDependencies": {
  42. "mukla": "^0.4.9"
  43. },
  44. "homepage": "https://github.com/regexps/hex-color-regex#readme",
  45. "keywords": [
  46. "color",
  47. "colors",
  48. "css",
  49. "expr",
  50. "expression",
  51. "expressions",
  52. "hex",
  53. "match",
  54. "matching",
  55. "regex",
  56. "regexp",
  57. "regexps",
  58. "regular",
  59. "web"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "hex-color-regex",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/regexps/hex-color-regex.git"
  67. },
  68. "scripts": {
  69. "test": "standard && node test.js"
  70. },
  71. "version": "1.1.0"
  72. }