source: trip-planner-front/node_modules/convert-source-map/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
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"
24 },
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"
38 },
39 "browser": {
40 "fs": false
41 },
42 "bugs": {
43 "url": "https://github.com/thlorenz/convert-source-map/issues"
44 },
45 "dependencies": {
46 "safe-buffer": "~5.1.1"
47 },
48 "description": "Converts a source-map from/to different formats and allows adding/changing properties.",
49 "devDependencies": {
50 "inline-source-map": "~0.6.2",
51 "tap": "~9.0.0"
52 },
53 "engine": {
54 "node": ">=0.6"
55 },
56 "files": [
57 "index.js"
58 ],
59 "homepage": "https://github.com/thlorenz/convert-source-map",
60 "keywords": [
61 "convert",
62 "sourcemap",
63 "source",
64 "map",
65 "browser",
66 "debug"
67 ],
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"
74 },
75 "scripts": {
76 "test": "tap test/*.js --color"
77 },
78 "version": "1.8.0"
79}
Note: See TracBrowser for help on using the repository browser.