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/@ampproject/remapping/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@ampproject/remapping",
    3   "version": "1.0.1",
     2  "_args": [
     3    [
     4      "@ampproject/remapping@1.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@ampproject/remapping@1.0.1",
     10  "_id": "@ampproject/remapping@1.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-Ta9bMA3EtUHDaZJXqUoT5cn/EecwOp+SXpKJqxDbDuMbLvEMu6YTyDDuvTWeStODfdmXyfMo7LymQyPkN3BicA==",
     13  "_location": "/@ampproject/remapping",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@ampproject/remapping@1.0.1",
     19    "name": "@ampproject/remapping",
     20    "escapedName": "@ampproject%2fremapping",
     21    "scope": "@ampproject",
     22    "rawSpec": "1.0.1",
     23    "saveSpec": null,
     24    "fetchSpec": "1.0.1"
     25  },
     26  "_requiredBy": [
     27    "/@angular-devkit/build-angular"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-1.0.1.tgz",
     30  "_spec": "1.0.1",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Justin Ridgewell",
     34    "email": "jridgewell@google.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/ampproject/remapping/issues"
     38  },
     39  "dependencies": {
     40    "@jridgewell/resolve-uri": "1.0.0",
     41    "sourcemap-codec": "1.4.8"
     42  },
    443  "description": "Remap sequential sourcemaps through transformations to point at the original source code",
     44  "devDependencies": {
     45    "@rollup/plugin-node-resolve": "11.0.1",
     46    "@rollup/plugin-typescript": "8.1.0",
     47    "@types/jest": "26.0.19",
     48    "@typescript-eslint/eslint-plugin": "4.10.0",
     49    "@typescript-eslint/parser": "4.10.0",
     50    "eslint": "7.15.0",
     51    "eslint-config-prettier": "7.0.0",
     52    "jest": "26.6.3",
     53    "jest-config": "26.6.3",
     54    "npm-run-all": "4.1.5",
     55    "prettier": "2.2.1",
     56    "rollup": "2.35.1",
     57    "ts-jest": "26.4.4",
     58    "tslib": "2.0.3",
     59    "typescript": "4.1.3"
     60  },
     61  "engines": {
     62    "node": ">=6.0.0"
     63  },
     64  "files": [
     65    "dist"
     66  ],
     67  "homepage": "https://github.com/ampproject/remapping#readme",
    568  "keywords": [
    669    "source",
     
    871    "remap"
    972  ],
     73  "license": "Apache-2.0",
    1074  "main": "dist/remapping.umd.js",
    1175  "module": "dist/remapping.mjs",
    12   "typings": "dist/types/remapping.d.ts",
    13   "files": [
    14     "dist"
    15   ],
    16   "author": "Justin Ridgewell <jridgewell@google.com>",
     76  "name": "@ampproject/remapping",
    1777  "repository": {
    1878    "type": "git",
    1979    "url": "git+https://github.com/ampproject/remapping.git"
    20   },
    21   "license": "Apache-2.0",
    22   "engines": {
    23     "node": ">=6.0.0"
    2480  },
    2581  "scripts": {
     
    4197    "test:watch": "jest --coverage --watch"
    4298  },
    43   "devDependencies": {
    44     "@rollup/plugin-node-resolve": "11.0.1",
    45     "@rollup/plugin-typescript": "8.1.0",
    46     "@types/jest": "26.0.19",
    47     "@typescript-eslint/eslint-plugin": "4.10.0",
    48     "@typescript-eslint/parser": "4.10.0",
    49     "eslint": "7.15.0",
    50     "eslint-config-prettier": "7.0.0",
    51     "jest": "26.6.3",
    52     "jest-config": "26.6.3",
    53     "npm-run-all": "4.1.5",
    54     "prettier": "2.2.1",
    55     "rollup": "2.35.1",
    56     "ts-jest": "26.4.4",
    57     "tslib": "2.0.3",
    58     "typescript": "4.1.3"
    59   },
    60   "dependencies": {
    61     "@jridgewell/resolve-uri": "1.0.0",
    62     "sourcemap-codec": "1.4.8"
    63   }
     99  "typings": "dist/types/remapping.d.ts",
     100  "version": "1.0.1"
    64101}
Note: See TracChangeset for help on using the changeset viewer.