项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

71 line
1.5 KiB

  1. {
  2. "_args": [
  3. [
  4. "color-string@0.3.0",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "color-string@0.3.0",
  10. "_id": "color-string@0.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-J9RvtnAlxcL6JZk7+/V55HhBuZE=",
  13. "_location": "/color-string",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "color-string@0.3.0",
  19. "name": "color-string",
  20. "escapedName": "color-string",
  21. "rawSpec": "0.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.3.0"
  24. },
  25. "_requiredBy": [
  26. "/color"
  27. ],
  28. "_resolved": "http://registry.npmjs.org/color-string/-/color-string-0.3.0.tgz",
  29. "_spec": "0.3.0",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  31. "author": {
  32. "name": "Heather Arthur",
  33. "email": "fayearthur@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/harthur/color-string/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Maxime Thirouin"
  41. },
  42. {
  43. "name": "Dyma Ywanov",
  44. "email": "dfcreative@gmail.com"
  45. }
  46. ],
  47. "dependencies": {
  48. "color-name": "^1.0.0"
  49. },
  50. "description": "Parser and generator for CSS color strings",
  51. "devDependencies": {},
  52. "homepage": "https://github.com/harthur/color-string#readme",
  53. "keywords": [
  54. "color",
  55. "colour",
  56. "rgb",
  57. "css"
  58. ],
  59. "license": "MIT",
  60. "main": "./color-string",
  61. "name": "color-string",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+ssh://git@github.com/harthur/color-string.git"
  65. },
  66. "scripts": {
  67. "test": "node test/basic.js"
  68. },
  69. "version": "0.3.0"
  70. }