Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/rxjs/package.json

    rceaed42 r59329aa  
    11{
    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  },
    742  "config": {
    843    "commitizen": {
     
    1045    }
    1146  },
    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": true
    30   },
    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>",
    6447  "contributors": [
    6548    {
     
    8871    }
    8972  ],
    90   "license": "Apache-2.0",
    91   "bugs": {
    92     "url": "https://github.com/ReactiveX/RxJS/issues"
    93   },
    94   "homepage": "https://github.com/ReactiveX/RxJS",
    9573  "dependencies": {
    9674    "tslib": "^1.9.0"
    9775  },
     76  "description": "Reactive Extensions for modern JavaScript",
    9877  "devDependencies": {
    9978    "@angular-devkit/build-optimizer": "0.4.6",
     
    174153    "npm": ">=2.0.0"
    175154  },
    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",
    177189  "ng-update": {
    178190    "migrations": "./migrations/collection.json"
    179191  },
    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"
    182218}
Note: See TracChangeset for help on using the changeset viewer.