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/karma-source-map-support/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "karma-source-map-support",
    3   "version": "1.4.0",
    4   "description": "Karma plugin for inline sourcemap support",
    5   "main": "lib/index.js",
    6   "dependencies": {
    7     "source-map-support": "^0.5.5"
     2  "_args": [
     3    [
     4      "karma-source-map-support@1.4.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "karma-source-map-support@1.4.0",
     10  "_id": "karma-source-map-support@1.4.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-RsBECncGO17KAoJCYXjv+ckIz+Ii9NCi+9enk+rq6XC81ezYkb4/RHE6CTXdA7IOJqoF3wcaLfVG0CPmE5ca6A==",
     13  "_location": "/karma-source-map-support",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "karma-source-map-support@1.4.0",
     19    "name": "karma-source-map-support",
     20    "escapedName": "karma-source-map-support",
     21    "rawSpec": "1.4.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.4.0"
    824  },
    9   "homepage": "https://github.com/tschaub/karma-source-map-support",
     25  "_requiredBy": [
     26    "/@angular-devkit/build-angular"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/karma-source-map-support/-/karma-source-map-support-1.4.0.tgz",
     29  "_spec": "1.4.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    1031  "author": {
    1132    "name": "Tim Schaub",
    1233    "url": "http://tschaub.net/"
    1334  },
     35  "bugs": {
     36    "url": "https://github.com/tschaub/karma-source-map-support/issues"
     37  },
     38  "dependencies": {
     39    "source-map-support": "^0.5.5"
     40  },
     41  "description": "Karma plugin for inline sourcemap support",
     42  "devDependencies": {
     43    "eslint": "^5.13.0",
     44    "eslint-config-tschaub": "^12.0.1"
     45  },
     46  "eslintConfig": {
     47    "extends": "tschaub",
     48    "globals": {
     49      "sourceMapSupport": false
     50    }
     51  },
     52  "homepage": "https://github.com/tschaub/karma-source-map-support",
    1453  "keywords": [
    1554    "karma-plugin",
     
    1958    "sourcemap"
    2059  ],
     60  "license": "MIT",
     61  "main": "lib/index.js",
     62  "name": "karma-source-map-support",
    2163  "repository": {
    2264    "type": "git",
    2365    "url": "git://github.com/tschaub/karma-source-map-support.git"
    2466  },
    25   "bugs": {
    26     "url": "https://github.com/tschaub/karma-source-map-support/issues"
    27   },
    28   "license": "MIT",
    2967  "scripts": {
    3068    "test": "eslint lib"
    3169  },
    32   "eslintConfig": {
    33     "extends": "tschaub",
    34     "globals": {
    35       "sourceMapSupport": false
    36     }
    37   },
    38   "devDependencies": {
    39     "eslint": "^5.13.0",
    40     "eslint-config-tschaub": "^12.0.1"
    41   }
     70  "version": "1.4.0"
    4271}
Note: See TracChangeset for help on using the changeset viewer.