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

    rceaed42 r59329aa  
    11{
     2  "_args": [
     3    [
     4      "source-list-map@2.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "source-list-map@2.0.1",
     10  "_id": "source-list-map@2.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==",
     13  "_location": "/source-list-map",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "source-list-map@2.0.1",
     19    "name": "source-list-map",
     20    "escapedName": "source-list-map",
     21    "rawSpec": "2.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.1"
     24  },
     25  "_requiredBy": [
     26    "/webpack-sources"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
     29  "_spec": "2.0.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Tobias Koppers @sokra"
     33  },
     34  "bugs": {
     35    "url": "https://github.com/webpack/source-list-map/issues"
     36  },
     37  "description": "Fast line to line SourceMap generator.",
     38  "devDependencies": {
     39    "mocha": "^2.2.1",
     40    "should": "^5.2.0"
     41  },
     42  "files": [
     43    "lib"
     44  ],
     45  "homepage": "https://github.com/webpack/source-list-map",
     46  "keywords": [
     47    "source-map"
     48  ],
     49  "license": "MIT",
     50  "main": "lib/index.js",
    251  "name": "source-list-map",
    3   "version": "2.0.1",
    4   "description": "Fast line to line SourceMap generator.",
    5   "author": "Tobias Koppers @sokra",
    6   "main": "lib/index.js",
     52  "repository": {
     53    "type": "git",
     54    "url": "git+https://github.com/webpack/source-list-map.git"
     55  },
    756  "scripts": {
    857    "test": "mocha -R spec"
    958  },
    10   "repository": {
    11     "type": "git",
    12     "url": "https://github.com/webpack/source-list-map.git"
    13   },
    14   "keywords": [
    15     "source-map"
    16   ],
    17   "files": [
    18     "lib"
    19   ],
    20   "license": "MIT",
    21   "bugs": {
    22     "url": "https://github.com/webpack/source-list-map/issues"
    23   },
    24   "homepage": "https://github.com/webpack/source-list-map",
    25   "devDependencies": {
    26     "mocha": "^2.2.1",
    27     "should": "^5.2.0"
    28   }
     59  "version": "2.0.1"
    2960}
Note: See TracChangeset for help on using the changeset viewer.