package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "@material/dom@5.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@material/dom@5.1.0",
  9. "_id": "@material/dom@5.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-tBbl3hG34Auv+2sboWhtstXeZ9rx3G7hb/jEXs5xZ5KIfZHwY4mbo0KqR/fSJZKaUsvk2Nc/UEOVcUx2mTNmYg==",
  12. "_location": "/@material/dom",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@material/dom@5.1.0",
  18. "name": "@material/dom",
  19. "escapedName": "@material%2fdom",
  20. "scope": "@material",
  21. "rawSpec": "5.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.0"
  24. },
  25. "_requiredBy": [
  26. "/@material/checkbox",
  27. "/@material/ripple"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@material/dom/-/dom-5.1.0.tgz",
  30. "_spec": "5.1.0",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "bugs": {
  33. "url": "https://github.com/material-components/material-components-web/issues"
  34. },
  35. "dependencies": {
  36. "tslib": "^1.9.3"
  37. },
  38. "description": "DOM manipulation utilities for Material Components for the web",
  39. "gitHead": "2cf87456f7b6bb4803ed5f1b18a06320c301a1b6",
  40. "homepage": "https://github.com/material-components/material-components-web#readme",
  41. "license": "MIT",
  42. "main": "dist/mdc.dom.js",
  43. "module": "index.js",
  44. "name": "@material/dom",
  45. "publishConfig": {
  46. "access": "public"
  47. },
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/material-components/material-components-web.git",
  51. "directory": "packages/mdc-dom"
  52. },
  53. "sideEffects": false,
  54. "types": "dist/mdc.dom.d.ts",
  55. "version": "5.1.0"
  56. }