source: trip-planner-front/node_modules/adjust-sourcemap-loader/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "adjust-sourcemap-loader@4.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "adjust-sourcemap-loader@4.0.0",
10 "_id": "adjust-sourcemap-loader@4.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==",
13 "_location": "/adjust-sourcemap-loader",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "adjust-sourcemap-loader@4.0.0",
19 "name": "adjust-sourcemap-loader",
20 "escapedName": "adjust-sourcemap-loader",
21 "rawSpec": "4.0.0",
22 "saveSpec": null,
23 "fetchSpec": "4.0.0"
24 },
25 "_requiredBy": [
26 "/resolve-url-loader"
27 ],
28 "_resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz",
29 "_spec": "4.0.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "bholloway"
33 },
34 "bugs": {
35 "url": "https://github.com/bholloway/adjust-sourcemap-loader/issues"
36 },
37 "dependencies": {
38 "loader-utils": "^2.0.0",
39 "regex-parser": "^2.2.11"
40 },
41 "description": "Webpack loader that adjusts source maps",
42 "devDependencies": {
43 "jshint": "^2.12.0"
44 },
45 "engines": {
46 "node": ">=8.9"
47 },
48 "homepage": "https://github.com/bholloway/adjust-sourcemap-loader",
49 "keywords": [
50 "webpack",
51 "loader",
52 "source-map",
53 "sourcemap",
54 "sources",
55 "resolve",
56 "adjust"
57 ],
58 "license": "MIT",
59 "main": "index.js",
60 "name": "adjust-sourcemap-loader",
61 "repository": {
62 "type": "git",
63 "url": "git+https://github.com/bholloway/adjust-sourcemap-loader.git"
64 },
65 "scripts": {
66 "lint": "jshint index.js lib codec"
67 },
68 "version": "4.0.0"
69}
Note: See TracBrowser for help on using the repository browser.