Changeset 59329aa for trip-planner-front/node_modules/rxjs/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.