package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "material-colors@^1.2.6",
  3. "_id": "material-colors@1.2.6",
  4. "_inBundle": false,
  5. "_integrity": "sha1-bRlYhxEmmSzuzHL0vMTY8BCGX0Y=",
  6. "_location": "/material-colors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "material-colors@^1.2.6",
  12. "name": "material-colors",
  13. "escapedName": "material-colors",
  14. "rawSpec": "^1.2.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.6"
  17. },
  18. "_requiredBy": [
  19. "/@riophae/vue-treeselect"
  20. ],
  21. "_resolved": "https://registry.npm.taobao.org/material-colors/download/material-colors-1.2.6.tgz",
  22. "_shasum": "6d1958871126992ceecc72f4bcc4d8f010865f46",
  23. "_spec": "material-colors@^1.2.6",
  24. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@riophae\\vue-treeselect",
  25. "author": {
  26. "name": "Shuhei Kagawa",
  27. "email": "shuhei.kagawa@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/shuhei/material-colors/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Colors of Google's Material Design made available to coders",
  35. "devDependencies": {
  36. "cheerio": "^0.22.0",
  37. "grunt": "^1.0.1",
  38. "grunt-cli": "^1.2.0",
  39. "rollup": "^0.40.2",
  40. "tape": "^4.6.3",
  41. "tmp": "0.0.31"
  42. },
  43. "homepage": "https://github.com/shuhei/material-colors",
  44. "keywords": [
  45. "colors",
  46. "palette",
  47. "design",
  48. "css",
  49. "sass",
  50. "scss",
  51. "less",
  52. "stylus",
  53. "javascript"
  54. ],
  55. "license": "ISC",
  56. "main": "dist/colors.js",
  57. "module": "dist/colors.es2015.js",
  58. "name": "material-colors",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/shuhei/material-colors.git"
  62. },
  63. "scripts": {
  64. "start": "grunt",
  65. "test": "node test"
  66. },
  67. "version": "1.2.6"
  68. }