package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "color-name@1.1.4",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "color-name@1.1.4",
  10. "_id": "color-name@1.1.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  13. "_location": "/color-name",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "color-name@1.1.4",
  19. "name": "color-name",
  20. "escapedName": "color-name",
  21. "rawSpec": "1.1.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.4"
  24. },
  25. "_requiredBy": [
  26. "/color-convert",
  27. "/color-string"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  30. "_spec": "1.1.4",
  31. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  32. "author": {
  33. "name": "DY",
  34. "email": "dfcreative@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/colorjs/color-name/issues"
  38. },
  39. "description": "A list of color names and its values",
  40. "files": [
  41. "index.js"
  42. ],
  43. "homepage": "https://github.com/colorjs/color-name",
  44. "keywords": [
  45. "color-name",
  46. "color",
  47. "color-keyword",
  48. "keyword"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "color-name",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+ssh://git@github.com/colorjs/color-name.git"
  56. },
  57. "scripts": {
  58. "test": "node test.js"
  59. },
  60. "version": "1.1.4"
  61. }