package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "rgba-regex@^1.0.0",
  3. "_id": "rgba-regex@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=",
  6. "_location": "/rgba-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rgba-regex@^1.0.0",
  12. "name": "rgba-regex",
  13. "escapedName": "rgba-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/rgba-regex/-/rgba-regex-1.0.0.tgz",
  22. "_shasum": "43374e2e2ca0968b0ef1523460b7d730ff22eeb3",
  23. "_spec": "rgba-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/johnotander/rgba-regex/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {},
  33. "deprecated": false,
  34. "description": "Regex for matching RGBA color strings.",
  35. "devDependencies": {
  36. "mocha": "*"
  37. },
  38. "directories": {
  39. "test": "test"
  40. },
  41. "homepage": "https://github.com/johnotander/rgba-regex",
  42. "keywords": [
  43. "css",
  44. "regex",
  45. "regexp",
  46. "regexps",
  47. "rgba",
  48. "color",
  49. "regular",
  50. "expression"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "rgba-regex",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/johnotander/rgba-regex.git"
  58. },
  59. "scripts": {
  60. "test": "mocha test"
  61. },
  62. "version": "1.0.0"
  63. }