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

    rceaed42 r59329aa  
    11{
    2   "name": "source-map-support",
    3   "description": "Fixes stack traces for files with source maps",
    4   "version": "0.5.19",
    5   "main": "./source-map-support.js",
    6   "scripts": {
    7     "build": "node build.js",
    8     "serve-tests": "http-server -p 1336",
    9     "prepublish": "npm run build",
    10     "test": "mocha"
     2  "_args": [
     3    [
     4      "source-map-support@0.5.19",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "source-map-support@0.5.19",
     10  "_id": "source-map-support@0.5.19",
     11  "_inBundle": false,
     12  "_integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==",
     13  "_location": "/source-map-support",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "source-map-support@0.5.19",
     19    "name": "source-map-support",
     20    "escapedName": "source-map-support",
     21    "rawSpec": "0.5.19",
     22    "saveSpec": null,
     23    "fetchSpec": "0.5.19"
     24  },
     25  "_requiredBy": [
     26    "/@angular-devkit/build-angular",
     27    "/karma-source-map-support",
     28    "/terser"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz",
     31  "_spec": "0.5.19",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "bugs": {
     34    "url": "https://github.com/evanw/node-source-map-support/issues"
    1135  },
    1236  "dependencies": {
     
    1438    "source-map": "^0.6.0"
    1539  },
     40  "description": "Fixes stack traces for files with source maps",
    1641  "devDependencies": {
    1742    "browserify": "^4.2.3",
     
    2146    "webpack": "^1.15.0"
    2247  },
     48  "homepage": "https://github.com/evanw/node-source-map-support#readme",
     49  "license": "MIT",
     50  "main": "./source-map-support.js",
     51  "name": "source-map-support",
    2352  "repository": {
    2453    "type": "git",
    25     "url": "https://github.com/evanw/node-source-map-support"
     54    "url": "git+https://github.com/evanw/node-source-map-support.git"
    2655  },
    27   "bugs": {
    28     "url": "https://github.com/evanw/node-source-map-support/issues"
     56  "scripts": {
     57    "build": "node build.js",
     58    "prepublish": "npm run build",
     59    "serve-tests": "http-server -p 1336",
     60    "test": "mocha"
    2961  },
    30   "license": "MIT"
     62  "version": "0.5.19"
    3163}
Note: See TracChangeset for help on using the changeset viewer.