package.json 1.8 KB

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