source: trip-planner-front/node_modules/source-map-loader/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: 3.2 KB
Line 
1{
2 "_args": [
3 [
4 "source-map-loader@3.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "source-map-loader@3.0.0",
10 "_id": "source-map-loader@3.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-GKGWqWvYr04M7tn8dryIWvb0s8YM41z82iQv01yBtIylgxax0CwvSy6gc2Y02iuXwEfGWRlMicH0nvms9UZphw==",
13 "_location": "/source-map-loader",
14 "_phantomChildren": {
15 "safer-buffer": "2.1.2"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "source-map-loader@3.0.0",
21 "name": "source-map-loader",
22 "escapedName": "source-map-loader",
23 "rawSpec": "3.0.0",
24 "saveSpec": null,
25 "fetchSpec": "3.0.0"
26 },
27 "_requiredBy": [
28 "/@angular-devkit/build-angular"
29 ],
30 "_resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.0.tgz",
31 "_spec": "3.0.0",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Tobias Koppers @sokra"
35 },
36 "bugs": {
37 "url": "https://github.com/webpack-contrib/source-map-loader/issues"
38 },
39 "dependencies": {
40 "abab": "^2.0.5",
41 "iconv-lite": "^0.6.2",
42 "source-map-js": "^0.6.2"
43 },
44 "description": "extracts inlined source map and offers it to webpack",
45 "devDependencies": {
46 "@babel/cli": "^7.14.3",
47 "@babel/core": "^7.14.3",
48 "@babel/preset-env": "^7.14.2",
49 "@commitlint/cli": "^12.1.4",
50 "@commitlint/config-conventional": "^12.1.4",
51 "@webpack-contrib/eslint-config-webpack": "^3.0.0",
52 "babel-jest": "^26.6.3",
53 "cross-env": "^7.0.3",
54 "del": "^6.0.0",
55 "del-cli": "^3.0.1",
56 "eslint": "^7.26.0",
57 "eslint-config-prettier": "^8.3.0",
58 "eslint-plugin-import": "^2.23.2",
59 "husky": "^6.0.0",
60 "jest": "^26.6.3",
61 "lint-staged": "^11.0.0",
62 "memfs": "^3.2.2",
63 "npm-run-all": "^4.1.5",
64 "prettier": "^2.3.0",
65 "standard-version": "^9.3.0",
66 "webpack": "^5.37.1"
67 },
68 "engines": {
69 "node": ">= 12.13.0"
70 },
71 "files": [
72 "dist"
73 ],
74 "funding": {
75 "type": "opencollective",
76 "url": "https://opencollective.com/webpack"
77 },
78 "homepage": "https://github.com/webpack-contrib/source-map-loader",
79 "keywords": [
80 "webpack"
81 ],
82 "license": "MIT",
83 "main": "dist/cjs.js",
84 "name": "source-map-loader",
85 "peerDependencies": {
86 "webpack": "^5.0.0"
87 },
88 "repository": {
89 "type": "git",
90 "url": "git+https://github.com/webpack-contrib/source-map-loader.git"
91 },
92 "scripts": {
93 "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
94 "clean": "del-cli dist",
95 "commitlint": "commitlint --from=master",
96 "lint": "npm-run-all -l -p \"lint:**\"",
97 "lint:js": "eslint --cache .",
98 "lint:prettier": "prettier --list-different .",
99 "prebuild": "npm run clean",
100 "prepare": "husky install && npm run build",
101 "pretest": "npm run lint",
102 "release": "standard-version",
103 "security": "npm audit",
104 "start": "npm run build -- -w",
105 "test": "npm run test:coverage",
106 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
107 "test:only": "cross-env NODE_ENV=test jest",
108 "test:watch": "npm run test:only -- --watch"
109 },
110 "version": "3.0.0"
111}
Note: See TracBrowser for help on using the repository browser.