package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "hsl-regex@^1.0.0",
  3. "_id": "hsl-regex@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4=",
  6. "_location": "/hsl-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hsl-regex@^1.0.0",
  12. "name": "hsl-regex",
  13. "escapedName": "hsl-regex",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/is-color-stop"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/hsl-regex/-/hsl-regex-1.0.0.tgz",
  22. "_shasum": "d49330c789ed819e276a4c0d272dffa30b18fe6e",
  23. "_spec": "hsl-regex@^1.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\is-color-stop",
  25. "author": {
  26. "name": "John Otander"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/regexps/hsl-regex/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {},
  33. "deprecated": false,
  34. "description": "Regex for matching HSL colors.",
  35. "devDependencies": {
  36. "mocha": "*"
  37. },
  38. "directories": {
  39. "test": "test"
  40. },
  41. "homepage": "https://github.com/regexps/hsl-regex",
  42. "keywords": [
  43. "hsl",
  44. "regex",
  45. "regexp",
  46. "color",
  47. "css"
  48. ],
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "hsl-regex",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/regexps/hsl-regex.git"
  55. },
  56. "scripts": {
  57. "test": "mocha test"
  58. },
  59. "version": "1.0.0"
  60. }