package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "@angular-devkit/schematics@8.3.25",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@angular-devkit/schematics@8.3.25",
  10. "_id": "@angular-devkit/schematics@8.3.25",
  11. "_inBundle": false,
  12. "_integrity": "sha512-/p1MkfursfLy+JRGXlJGPEmX55lrFCsR/2khWAVXZcMaFR3QlR/b6/zvB8I2pHFfr0/XWnYTT/BsF7rJjO3RmA==",
  13. "_location": "/@angular-devkit/schematics",
  14. "_phantomChildren": {
  15. "fast-json-stable-stringify": "2.0.0",
  16. "magic-string": "0.25.3",
  17. "rxjs": "6.4.0",
  18. "uri-js": "4.2.2"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "@angular-devkit/schematics@8.3.25",
  24. "name": "@angular-devkit/schematics",
  25. "escapedName": "@angular-devkit%2fschematics",
  26. "scope": "@angular-devkit",
  27. "rawSpec": "8.3.25",
  28. "saveSpec": null,
  29. "fetchSpec": "8.3.25"
  30. },
  31. "_requiredBy": [
  32. "/@angular/cli",
  33. "/@angular/cli/@schematics/angular",
  34. "/@schematics/update"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-8.3.25.tgz",
  37. "_spec": "8.3.25",
  38. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  39. "author": {
  40. "name": "Angular Authors"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/angular/angular-cli/issues"
  44. },
  45. "dependencies": {
  46. "@angular-devkit/core": "8.3.25",
  47. "rxjs": "6.4.0"
  48. },
  49. "description": "Angular Schematics - Library",
  50. "engines": {
  51. "node": ">= 10.9.0",
  52. "npm": ">= 6.2.0"
  53. },
  54. "homepage": "https://github.com/angular/angular-cli",
  55. "husky": {
  56. "hooks": {
  57. "pre-push": "node ./bin/devkit-admin hooks/pre-push"
  58. }
  59. },
  60. "keywords": [
  61. "angular",
  62. "Angular CLI",
  63. "devkit",
  64. "sdk",
  65. "Angular DevKit",
  66. "blueprints",
  67. "scaffolding",
  68. "template",
  69. "tooling",
  70. "code generation",
  71. "schematics"
  72. ],
  73. "license": "MIT",
  74. "main": "src/index.js",
  75. "name": "@angular-devkit/schematics",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/angular/angular-cli.git"
  79. },
  80. "typings": "src/index.d.ts",
  81. "version": "8.3.25"
  82. }