Changeset 59329aa for trip-planner-front/node_modules/rxjs
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/rxjs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/rxjs/node_modules/tslib/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "tslib@1.14.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_from": "tslib@1.14.1", 9 "_id": "tslib@1.14.1", 10 "_inBundle": false, 11 "_integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", 12 "_location": "/rxjs/tslib", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "tslib@1.14.1", 2 18 "name": "tslib", 3 "author": "Microsoft Corp.", 4 "homepage": "https://www.typescriptlang.org/", 5 "version": "1.14.1", 6 "license": "0BSD", 7 "description": "Runtime library for TypeScript helper functions", 8 "keywords": [ 9 "TypeScript", 10 "Microsoft", 11 "compiler", 12 "language", 13 "javascript", 14 "tslib", 15 "runtime" 16 ], 17 "bugs": { 18 "url": "https://github.com/Microsoft/TypeScript/issues" 19 "escapedName": "tslib", 20 "rawSpec": "1.14.1", 21 "saveSpec": null, 22 "fetchSpec": "1.14.1" 23 }, 24 "_requiredBy": [ 25 "/rxjs" 26 ], 27 "_resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", 28 "_spec": "1.14.1", 29 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 30 "author": { 31 "name": "Microsoft Corp." 32 }, 33 "bugs": { 34 "url": "https://github.com/Microsoft/TypeScript/issues" 35 }, 36 "description": "Runtime library for TypeScript helper functions", 37 "exports": { 38 ".": { 39 "module": "./tslib.es6.js", 40 "import": "./modules/index.js", 41 "default": "./tslib.js" 19 42 }, 20 "repository": { 21 "type": "git", 22 "url": "https://github.com/Microsoft/tslib.git" 23 }, 24 "main": "tslib.js", 25 "module": "tslib.es6.js", 26 "jsnext:main": "tslib.es6.js", 27 "typings": "tslib.d.ts", 28 "sideEffects": false, 29 "exports": { 30 ".": { 31 "module": "./tslib.es6.js", 32 "import": "./modules/index.js", 33 "default": "./tslib.js" 34 }, 35 "./": "./" 36 } 43 "./": "./" 44 }, 45 "homepage": "https://www.typescriptlang.org/", 46 "jsnext:main": "tslib.es6.js", 47 "keywords": [ 48 "TypeScript", 49 "Microsoft", 50 "compiler", 51 "language", 52 "javascript", 53 "tslib", 54 "runtime" 55 ], 56 "license": "0BSD", 57 "main": "tslib.js", 58 "module": "tslib.es6.js", 59 "name": "tslib", 60 "repository": { 61 "type": "git", 62 "url": "git+https://github.com/Microsoft/tslib.git" 63 }, 64 "sideEffects": false, 65 "typings": "tslib.d.ts", 66 "version": "1.14.1" 37 67 } -
trip-planner-front/node_modules/rxjs/package.json
rceaed42 r59329aa 1 1 { 2 "name": "rxjs", 3 "version": "6.6.7", 4 "description": "Reactive Extensions for modern JavaScript", 5 "main": "./index.js", 6 "sideEffects": false, 2 "_args": [ 3 [ 4 "rxjs@6.6.7", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_from": "rxjs@6.6.7", 9 "_id": "rxjs@6.6.7", 10 "_inBundle": false, 11 "_integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", 12 "_location": "/rxjs", 13 "_phantomChildren": {}, 14 "_requested": { 15 "type": "version", 16 "registry": true, 17 "raw": "rxjs@6.6.7", 18 "name": "rxjs", 19 "escapedName": "rxjs", 20 "rawSpec": "6.6.7", 21 "saveSpec": null, 22 "fetchSpec": "6.6.7" 23 }, 24 "_requiredBy": [ 25 "/", 26 "/@angular-devkit/architect", 27 "/@angular-devkit/build-angular", 28 "/@angular-devkit/build-webpack", 29 "/@angular-devkit/core", 30 "/@angular-devkit/schematics" 31 ], 32 "_resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", 33 "_spec": "6.6.7", 34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 35 "author": { 36 "name": "Ben Lesh", 37 "email": "ben@benlesh.com" 38 }, 39 "bugs": { 40 "url": "https://github.com/ReactiveX/RxJS/issues" 41 }, 7 42 "config": { 8 43 "commitizen": { … … 10 45 } 11 46 }, 12 "nyc": {13 "include": [14 "src/*.ts",15 "src/**/*.ts"16 ],17 "exclude": [18 "node_modules",19 "dist",20 "*.d.ts",21 "src/**/MiscJSDoc.ts"22 ],23 "extension": [24 ".ts"25 ],26 "reporter": [27 "html"28 ],29 "all": true30 },31 "lint-staged": {32 "linters": {33 "*.@(js)": [34 "eslint --fix",35 "git add"36 ],37 "*.@(ts)": [38 "tslint --fix",39 "git add"40 ]41 },42 "ignore": [43 "spec-dtslint/**/*.{js,ts}",44 "api_guard/**/*.{js,ts}"45 ]46 },47 "repository": {48 "type": "git",49 "url": "https://github.com/reactivex/rxjs.git"50 },51 "keywords": [52 "Rx",53 "RxJS",54 "ReactiveX",55 "ReactiveExtensions",56 "Streams",57 "Observables",58 "Observable",59 "Stream",60 "ES6",61 "ES2015"62 ],63 "author": "Ben Lesh <ben@benlesh.com>",64 47 "contributors": [ 65 48 { … … 88 71 } 89 72 ], 90 "license": "Apache-2.0",91 "bugs": {92 "url": "https://github.com/ReactiveX/RxJS/issues"93 },94 "homepage": "https://github.com/ReactiveX/RxJS",95 73 "dependencies": { 96 74 "tslib": "^1.9.0" 97 75 }, 76 "description": "Reactive Extensions for modern JavaScript", 98 77 "devDependencies": { 99 78 "@angular-devkit/build-optimizer": "0.4.6", … … 174 153 "npm": ">=2.0.0" 175 154 }, 176 "typings": "./index.d.ts", 155 "es2015": "./_esm2015/index.js", 156 "homepage": "https://github.com/ReactiveX/RxJS", 157 "keywords": [ 158 "Rx", 159 "RxJS", 160 "ReactiveX", 161 "ReactiveExtensions", 162 "Streams", 163 "Observables", 164 "Observable", 165 "Stream", 166 "ES6", 167 "ES2015" 168 ], 169 "license": "Apache-2.0", 170 "lint-staged": { 171 "linters": { 172 "*.@(js)": [ 173 "eslint --fix", 174 "git add" 175 ], 176 "*.@(ts)": [ 177 "tslint --fix", 178 "git add" 179 ] 180 }, 181 "ignore": [ 182 "spec-dtslint/**/*.{js,ts}", 183 "api_guard/**/*.{js,ts}" 184 ] 185 }, 186 "main": "./index.js", 187 "module": "./_esm5/index.js", 188 "name": "rxjs", 177 189 "ng-update": { 178 190 "migrations": "./migrations/collection.json" 179 191 }, 180 "module": "./_esm5/index.js", 181 "es2015": "./_esm2015/index.js" 192 "nyc": { 193 "include": [ 194 "src/*.ts", 195 "src/**/*.ts" 196 ], 197 "exclude": [ 198 "node_modules", 199 "dist", 200 "*.d.ts", 201 "src/**/MiscJSDoc.ts" 202 ], 203 "extension": [ 204 ".ts" 205 ], 206 "reporter": [ 207 "html" 208 ], 209 "all": true 210 }, 211 "repository": { 212 "type": "git", 213 "url": "git+https://github.com/reactivex/rxjs.git" 214 }, 215 "sideEffects": false, 216 "typings": "./index.d.ts", 217 "version": "6.6.7" 182 218 }
Note:
See TracChangeset
for help on using the changeset viewer.