package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "@material/animation@5.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@material/animation@5.1.0",
  9. "_id": "@material/animation@5.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-qZuPCZkTsCQCzx5EtY2eNBcmYOMGMbFVq6VTmvQztDCYDykT8JfP8Hpk55Y5bGORHvBbIasUXzoAhfQs6w/Bdg==",
  12. "_location": "/@material/animation",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@material/animation@5.1.0",
  18. "name": "@material/animation",
  19. "escapedName": "@material%2fanimation",
  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/animation/-/animation-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": "Animation Variables and Mixins used by Material Components for the web",
  39. "gitHead": "2cf87456f7b6bb4803ed5f1b18a06320c301a1b6",
  40. "homepage": "https://github.com/material-components/material-components-web#readme",
  41. "keywords": [
  42. "material components",
  43. "material design",
  44. "animation"
  45. ],
  46. "license": "MIT",
  47. "main": "dist/mdc.animation.js",
  48. "module": "index.js",
  49. "name": "@material/animation",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/material-components/material-components-web.git",
  53. "directory": "packages/mdc-animation"
  54. },
  55. "sideEffects": false,
  56. "types": "dist/mdc.animation.d.ts",
  57. "version": "5.1.0"
  58. }