package.json 1.3 KB

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