Ignore:
Timestamp:
07/27/20 23:36:14 (4 years ago)
Author:
Mile Jankuloski <mile.jankuloski@…>
Branches:
master
Children:
e42f61a
Parents:
d2e69be
Message:

Handled REST API calls, searchbars and paginators implemented, overall frontend improvment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Farmatiko/ClientApp/package-lock.json

    rd2e69be ref1219a  
    26372637      "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU="
    26382638    },
     2639    "angular-rename": {
     2640      "version": "1.0.7",
     2641      "resolved": "https://registry.npmjs.org/angular-rename/-/angular-rename-1.0.7.tgz",
     2642      "integrity": "sha512-exQd1ASkjHENW+b3dfF90Vsik4GQdiaGxhUKx8/EHPcWOeGDDSCHslWxcehYgQb7YfOe47Z4f22PBIIvldesxg==",
     2643      "requires": {
     2644        "fs": "0.0.1-security",
     2645        "path": "^0.12.7"
     2646      }
     2647    },
    26392648    "ansi-colors": {
    26402649      "version": "3.2.4",
     
    41014110        }
    41024111      }
     4112    },
     4113    "countup.js": {
     4114      "version": "2.0.6",
     4115      "resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.0.6.tgz",
     4116      "integrity": "sha512-pcOaDNjW8dz3V5hCZTIwQpRDGm6tdxz0BRbcKEgCAr+j6jbJcdDdnumr4DpCSjhih7s1m/cWYZNC5MuFeSflFA=="
    41034117    },
    41044118    "coverage-istanbul-loader": {
     
    55565570      }
    55575571    },
     5572    "fs": {
     5573      "version": "0.0.1-security",
     5574      "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
     5575      "integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ="
     5576    },
    55585577    "fs-extra": {
    55595578      "version": "7.0.1",
     
    80428061      "integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==",
    80438062      "dev": true
     8063    },
     8064    "ngx-countup": {
     8065      "version": "7.3.1",
     8066      "resolved": "https://registry.npmjs.org/ngx-countup/-/ngx-countup-7.3.1.tgz",
     8067      "integrity": "sha512-+nw3Axg/5R/09hjG1uOyOItdIxAxv8V1GNz0oR8MlB27tB5sH9aknCUPJiEfdPAGSCfMfG7nsURlz4WAoIDrhA==",
     8068      "requires": {
     8069        "countup.js": "^2.0.5",
     8070        "tslib": "^1.9.0"
     8071      }
    80448072    },
    80458073    "nice-try": {
     
    89779005      "dev": true
    89789006    },
     9007    "path": {
     9008      "version": "0.12.7",
     9009      "resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz",
     9010      "integrity": "sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8=",
     9011      "requires": {
     9012        "process": "^0.11.1",
     9013        "util": "^0.10.3"
     9014      },
     9015      "dependencies": {
     9016        "inherits": {
     9017          "version": "2.0.3",
     9018          "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
     9019          "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
     9020        },
     9021        "util": {
     9022          "version": "0.10.4",
     9023          "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz",
     9024          "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==",
     9025          "requires": {
     9026            "inherits": "2.0.3"
     9027          }
     9028        }
     9029      }
     9030    },
    89799031    "path-browserify": {
    89809032      "version": "0.0.1",
     
    92629314      "version": "0.11.10",
    92639315      "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
    9264       "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=",
    9265       "dev": true
     9316      "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI="
    92669317    },
    92679318    "process-nextick-args": {
Note: See TracChangeset for help on using the changeset viewer.