package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "@material/checkbox@5.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@material/checkbox@5.0.0",
  9. "_id": "@material/checkbox@5.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-tCjLYo59Dyjh9Ai/DNPmC/+QbCBNvhquhv4YKKUj1rUrY+Y+OKJxUVeh4trCMBSOgizKqdAOTEqM4tEm4K2GYQ==",
  12. "_location": "/@material/checkbox",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@material/checkbox@5.0.0",
  18. "name": "@material/checkbox",
  19. "escapedName": "@material%2fcheckbox",
  20. "scope": "@material",
  21. "rawSpec": "5.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.0.0"
  24. },
  25. "_requiredBy": [
  26. "/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@material/checkbox/-/checkbox-5.0.0.tgz",
  29. "_spec": "5.0.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "bugs": {
  32. "url": "https://github.com/material-components/material-components-web/issues"
  33. },
  34. "dependencies": {
  35. "@material/animation": "^5.0.0",
  36. "@material/base": "^5.0.0",
  37. "@material/density": "^5.0.0",
  38. "@material/dom": "^5.0.0",
  39. "@material/feature-targeting": "^5.0.0",
  40. "@material/ripple": "^5.0.0",
  41. "@material/theme": "^5.0.0",
  42. "@material/touch-target": "^5.0.0",
  43. "tslib": "^1.9.3"
  44. },
  45. "description": "The Material Components for the web checkbox component",
  46. "gitHead": "47845087df2f88107786b4577b1be4422b14404d",
  47. "homepage": "https://github.com/material-components/material-components-web#readme",
  48. "keywords": [
  49. "material components",
  50. "material design",
  51. "checkbox"
  52. ],
  53. "license": "MIT",
  54. "main": "dist/mdc.checkbox.js",
  55. "module": "./index.js",
  56. "name": "@material/checkbox",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/material-components/material-components-web.git",
  60. "directory": "packages/mdc-checkbox"
  61. },
  62. "sideEffects": false,
  63. "types": "dist/mdc.checkbox.d.ts",
  64. "version": "5.0.0"
  65. }