package.json 1.8 KB

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