source: trip-planner-front/node_modules/babel-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: 3.9 KB
Line 
1{
2 "_args": [
3 [
4 "babel-loader@8.2.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "babel-loader@8.2.2",
10 "_id": "babel-loader@8.2.2",
11 "_inBundle": false,
12 "_integrity": "sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g==",
13 "_location": "/babel-loader",
14 "_phantomChildren": {
15 "big.js": "5.2.2",
16 "emojis-list": "3.0.0",
17 "minimist": "1.2.5"
18 },
19 "_requested": {
20 "type": "version",
21 "registry": true,
22 "raw": "babel-loader@8.2.2",
23 "name": "babel-loader",
24 "escapedName": "babel-loader",
25 "rawSpec": "8.2.2",
26 "saveSpec": null,
27 "fetchSpec": "8.2.2"
28 },
29 "_requiredBy": [
30 "/@angular-devkit/build-angular"
31 ],
32 "_resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.2.tgz",
33 "_spec": "8.2.2",
34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
35 "author": {
36 "name": "Luis Couto",
37 "email": "hello@luiscouto.pt"
38 },
39 "ava": {
40 "files": [
41 "test/**/*.test.js",
42 "!test/fixtures/**/*",
43 "!test/helpers/**/*"
44 ],
45 "babel": {
46 "compileAsTests": [
47 "test/helpers/**/*"
48 ]
49 }
50 },
51 "bugs": {
52 "url": "https://github.com/babel/babel-loader/issues"
53 },
54 "dependencies": {
55 "find-cache-dir": "^3.3.1",
56 "loader-utils": "^1.4.0",
57 "make-dir": "^3.1.0",
58 "schema-utils": "^2.6.5"
59 },
60 "description": "babel module loader for webpack",
61 "devDependencies": {
62 "@ava/babel": "^1.0.1",
63 "@babel/cli": "^7.12.1",
64 "@babel/core": "^7.12.3",
65 "@babel/preset-env": "^7.12.1",
66 "ava": "^3.13.0",
67 "babel-eslint": "^10.0.1",
68 "babel-plugin-istanbul": "^6.0.0",
69 "babel-plugin-react-intl": "^8.2.15",
70 "cross-env": "^7.0.2",
71 "eslint": "^7.13.0",
72 "eslint-config-babel": "^9.0.0",
73 "eslint-config-prettier": "^6.3.0",
74 "eslint-plugin-flowtype": "^5.2.0",
75 "eslint-plugin-prettier": "^3.0.0",
76 "husky": "^4.3.0",
77 "lint-staged": "^10.5.1",
78 "nyc": "^15.1.0",
79 "pnp-webpack-plugin": "^1.6.4",
80 "prettier": "^2.1.2",
81 "react": "^17.0.1",
82 "react-intl": "^5.9.4",
83 "react-intl-webpack-plugin": "^0.3.0",
84 "rimraf": "^3.0.0",
85 "semver": "7.3.2",
86 "webpack": "^5.4.0"
87 },
88 "engines": {
89 "node": ">= 8.9"
90 },
91 "files": [
92 "lib"
93 ],
94 "homepage": "https://github.com/babel/babel-loader",
95 "keywords": [
96 "webpack",
97 "loader",
98 "babel",
99 "es6",
100 "transpiler",
101 "module"
102 ],
103 "license": "MIT",
104 "lint-staged": {
105 "scripts/*.js": [
106 "prettier --trailing-comma es5 --write",
107 "git add"
108 ],
109 "src/**/*.js": [
110 "prettier --trailing-comma all --write",
111 "git add"
112 ],
113 "test/**/*.test.js": [
114 "prettier --trailing-comma all --write",
115 "git add"
116 ],
117 "test/helpers/*.js": [
118 "prettier --trailing-comma all --write",
119 "git add"
120 ],
121 "package.json": [
122 "node ./scripts/yarn-install.js",
123 "git add yarn.lock"
124 ]
125 },
126 "main": "lib/index.js",
127 "name": "babel-loader",
128 "nyc": {
129 "all": true,
130 "include": [
131 "src/**/*.js"
132 ],
133 "reporter": [
134 "text",
135 "json"
136 ],
137 "sourceMap": false,
138 "instrument": false
139 },
140 "peerDependencies": {
141 "@babel/core": "^7.0.0",
142 "webpack": ">=2"
143 },
144 "repository": {
145 "type": "git",
146 "url": "git+https://github.com/babel/babel-loader.git"
147 },
148 "scripts": {
149 "build": "babel src/ --out-dir lib/ --copy-files",
150 "clean": "rimraf lib/",
151 "format": "prettier --write --trailing-comma all 'src/**/*.js' 'test/**/*.test.js' 'test/helpers/*.js' && prettier --write --trailing-comma es5 'scripts/*.js'",
152 "lint": "eslint src test",
153 "precommit": "lint-staged",
154 "prepublish": "yarn run clean && yarn run build",
155 "preversion": "yarn run test",
156 "test": "yarn run lint && cross-env BABEL_ENV=test yarn run build && yarn run test-only",
157 "test-only": "nyc ava"
158 },
159 "version": "8.2.2"
160}
Note: See TracBrowser for help on using the repository browser.