package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "@angular/cdk@8.2.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@angular/cdk@8.2.3",
  9. "_id": "@angular/cdk@8.2.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ZwO5Sn720RA2YvBqud0JAHkZXjmjxM0yNzCO8RVtRE9i8Gl26Wk0j0nQeJkVm4zwv2QO8MwbKUKGTMt8evsokA==",
  12. "_location": "/@angular/cdk",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@angular/cdk@8.2.3",
  18. "name": "@angular/cdk",
  19. "escapedName": "@angular%2fcdk",
  20. "scope": "@angular",
  21. "rawSpec": "8.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "8.2.3"
  24. },
  25. "_requiredBy": [
  26. "/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-8.2.3.tgz",
  29. "_spec": "8.2.3",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "bugs": {
  32. "url": "https://github.com/angular/components/issues"
  33. },
  34. "dependencies": {
  35. "parse5": "^5.0.0",
  36. "tslib": "^1.7.1"
  37. },
  38. "description": "Angular Material Component Development Kit",
  39. "es2015": "./esm2015/cdk.js",
  40. "homepage": "https://github.com/angular/components#readme",
  41. "keywords": [
  42. "angular",
  43. "cdk",
  44. "component",
  45. "development",
  46. "kit"
  47. ],
  48. "license": "MIT",
  49. "main": "./bundles/cdk.umd.js",
  50. "module": "./esm5/cdk.es5.js",
  51. "name": "@angular/cdk",
  52. "ng-update": {
  53. "migrations": "./schematics/migration.json"
  54. },
  55. "optionalDependencies": {
  56. "parse5": "^5.0.0"
  57. },
  58. "peerDependencies": {
  59. "@angular/core": "^8.0.0 || ^9.0.0-0",
  60. "@angular/common": "^8.0.0 || ^9.0.0-0"
  61. },
  62. "releaseGitBranch": "8.2.x",
  63. "releaseGitCommitSha": "0b175c619f37f450f147d42f8c562f08333ed330",
  64. "releaseGitUser": "Miles Malerba <mmalerba@google.com>",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/angular/components.git"
  68. },
  69. "schematics": "./schematics/collection.json",
  70. "sideEffects": false,
  71. "typings": "./cdk.d.ts",
  72. "version": "8.2.3"
  73. }