Changeset ef1219a for Farmatiko/ClientApp/package-lock.json
- Timestamp:
- 07/27/20 23:36:14 (4 years ago)
- Branches:
- master
- Children:
- e42f61a
- Parents:
- d2e69be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/package-lock.json
rd2e69be ref1219a 2637 2637 "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=" 2638 2638 }, 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 }, 2639 2648 "ansi-colors": { 2640 2649 "version": "3.2.4", … … 4101 4110 } 4102 4111 } 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==" 4103 4117 }, 4104 4118 "coverage-istanbul-loader": { … … 5556 5570 } 5557 5571 }, 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 }, 5558 5577 "fs-extra": { 5559 5578 "version": "7.0.1", … … 8042 8061 "integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==", 8043 8062 "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 } 8044 8072 }, 8045 8073 "nice-try": { … … 8977 9005 "dev": true 8978 9006 }, 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 }, 8979 9031 "path-browserify": { 8980 9032 "version": "0.0.1", … … 9262 9314 "version": "0.11.10", 9263 9315 "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", 9264 "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=", 9265 "dev": true 9316 "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=" 9266 9317 }, 9267 9318 "process-nextick-args": {
Note:
See TracChangeset
for help on using the changeset viewer.