package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "hex-color-regex@1.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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": "sha1-TAb8y0YC/iYCs8k9+C1+fb8aio4=",
  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.npm.taobao.org/hex-color-regex/download/hex-color-regex-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }