package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "color-string@0.3.0",
  5. "E:\\amr1.0\\AMR"
  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": "https://registry.npmjs.org/color-string/-/color-string-0.3.0.tgz",
  29. "_spec": "0.3.0",
  30. "_where": "E:\\amr1.0\\AMR",
  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. }