package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "rgba-regex@1.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "rgba-regex@1.0.0",
  10. "_id": "rgba-regex@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=",
  13. "_location": "/rgba-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "rgba-regex@1.0.0",
  19. "name": "rgba-regex",
  20. "escapedName": "rgba-regex",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/is-color-stop"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/rgba-regex/download/rgba-regex-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "John Otander"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/johnotander/rgba-regex/issues"
  36. },
  37. "dependencies": {},
  38. "description": "Regex for matching RGBA color strings.",
  39. "devDependencies": {
  40. "mocha": "*"
  41. },
  42. "directories": {
  43. "test": "test"
  44. },
  45. "homepage": "https://github.com/johnotander/rgba-regex",
  46. "keywords": [
  47. "css",
  48. "regex",
  49. "regexp",
  50. "regexps",
  51. "rgba",
  52. "color",
  53. "regular",
  54. "expression"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "rgba-regex",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/johnotander/rgba-regex.git"
  62. },
  63. "scripts": {
  64. "test": "mocha test"
  65. },
  66. "version": "1.0.0"
  67. }