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

    rceaed42 r59329aa  
    11{
    2   "name": "convert-source-map",
    3   "version": "1.8.0",
    4   "description": "Converts a source-map from/to  different formats and allows adding/changing properties.",
    5   "main": "index.js",
    6   "scripts": {
    7     "test": "tap test/*.js --color"
     2  "_args": [
     3    [
     4      "convert-source-map@1.8.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "convert-source-map@1.8.0",
     10  "_id": "convert-source-map@1.8.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
     13  "_location": "/convert-source-map",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "convert-source-map@1.8.0",
     19    "name": "convert-source-map",
     20    "escapedName": "convert-source-map",
     21    "rawSpec": "1.8.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.8.0"
    824  },
    9   "repository": {
    10     "type": "git",
    11     "url": "git://github.com/thlorenz/convert-source-map.git"
     25  "_requiredBy": [
     26    "/@angular/compiler-cli",
     27    "/@babel/core",
     28    "/@jsdevtools/coverage-istanbul-loader",
     29    "/resolve-url-loader"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
     32  "_spec": "1.8.0",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "Thorsten Lorenz",
     36    "email": "thlorenz@gmx.de",
     37    "url": "http://thlorenz.com"
    1238  },
    13   "homepage": "https://github.com/thlorenz/convert-source-map",
     39  "browser": {
     40    "fs": false
     41  },
     42  "bugs": {
     43    "url": "https://github.com/thlorenz/convert-source-map/issues"
     44  },
    1445  "dependencies": {
    1546    "safe-buffer": "~5.1.1"
    1647  },
     48  "description": "Converts a source-map from/to  different formats and allows adding/changing properties.",
    1749  "devDependencies": {
    1850    "inline-source-map": "~0.6.2",
    1951    "tap": "~9.0.0"
    2052  },
     53  "engine": {
     54    "node": ">=0.6"
     55  },
     56  "files": [
     57    "index.js"
     58  ],
     59  "homepage": "https://github.com/thlorenz/convert-source-map",
    2160  "keywords": [
    2261    "convert",
     
    2766    "debug"
    2867  ],
    29   "author": {
    30     "name": "Thorsten Lorenz",
    31     "email": "thlorenz@gmx.de",
    32     "url": "http://thlorenz.com"
     68  "license": "MIT",
     69  "main": "index.js",
     70  "name": "convert-source-map",
     71  "repository": {
     72    "type": "git",
     73    "url": "git://github.com/thlorenz/convert-source-map.git"
    3374  },
    34   "license": "MIT",
    35   "engine": {
    36     "node": ">=0.6"
     75  "scripts": {
     76    "test": "tap test/*.js --color"
    3777  },
    38   "files": [
    39     "index.js"
    40   ],
    41   "browser": {
    42     "fs": false
    43   }
     78  "version": "1.8.0"
    4479}
Note: See TracChangeset for help on using the changeset viewer.