package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "@material/ripple@5.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@material/ripple@5.1.0",
  9. "_id": "@material/ripple@5.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-mluIf+HaaCplszp9/MAl178FpfIJWi5hSyQOpF7w8RTzRSaH8J0uwgmn8VeNnwe1TAWio0vQzHrz4iEg2r7Ngw==",
  12. "_location": "/@material/ripple",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@material/ripple@5.1.0",
  18. "name": "@material/ripple",
  19. "escapedName": "@material%2fripple",
  20. "scope": "@material",
  21. "rawSpec": "5.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.0"
  24. },
  25. "_requiredBy": [
  26. "/@material/checkbox"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@material/ripple/-/ripple-5.1.0.tgz",
  29. "_spec": "5.1.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.1.0",
  36. "@material/base": "^5.1.0",
  37. "@material/dom": "^5.1.0",
  38. "@material/feature-targeting": "^5.1.0",
  39. "@material/theme": "^5.1.0",
  40. "tslib": "^1.9.3"
  41. },
  42. "description": "The Material Components for the web Ink Ripple effect for web element interactions",
  43. "gitHead": "2cf87456f7b6bb4803ed5f1b18a06320c301a1b6",
  44. "homepage": "https://github.com/material-components/material-components-web#readme",
  45. "keywords": [
  46. "material components",
  47. "material design",
  48. "ripple"
  49. ],
  50. "license": "MIT",
  51. "main": "dist/mdc.ripple.js",
  52. "module": "index.js",
  53. "name": "@material/ripple",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/material-components/material-components-web.git",
  57. "directory": "packages/mdc-ripple"
  58. },
  59. "sideEffects": false,
  60. "types": "dist/mdc.ripple.d.ts",
  61. "version": "5.1.0"
  62. }