source: trip-planner-front/node_modules/@babel/preset-modules/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 3.7 KB
RevLine 
[6a3a178]1{
[59329aa]2 "_args": [
3 [
4 "@babel/preset-modules@0.1.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
[6a3a178]6 ]
[59329aa]7 ],
8 "_development": true,
9 "_from": "@babel/preset-modules@0.1.4",
10 "_id": "@babel/preset-modules@0.1.4",
11 "_inBundle": false,
12 "_integrity": "sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==",
13 "_location": "/@babel/preset-modules",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@babel/preset-modules@0.1.4",
19 "name": "@babel/preset-modules",
20 "escapedName": "@babel%2fpreset-modules",
21 "scope": "@babel",
22 "rawSpec": "0.1.4",
23 "saveSpec": null,
24 "fetchSpec": "0.1.4"
[6a3a178]25 },
[59329aa]26 "_requiredBy": [
27 "/@babel/preset-env"
[6a3a178]28 ],
[59329aa]29 "_resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.4.tgz",
30 "_spec": "0.1.4",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
[6a3a178]32 "authors": [
33 "Jason Miller <jason@developit.ca>"
34 ],
[59329aa]35 "dependencies": {
36 "@babel/helper-plugin-utils": "^7.0.0",
37 "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
38 "@babel/plugin-transform-dotall-regex": "^7.4.4",
39 "@babel/types": "^7.4.4",
40 "esutils": "^2.0.2"
[6a3a178]41 },
[59329aa]42 "description": "A Babel preset that targets modern browsers by fixing engine bugs.",
[6a3a178]43 "devDependencies": {
44 "@babel/cli": "^7.7.0",
45 "@babel/core": "^7.7.2",
46 "@babel/helper-fixtures": "^7.6.3",
47 "@babel/helper-plugin-test-runner": "^7.1.0",
48 "@babel/plugin-transform-modules-commonjs": "^7.5.0",
49 "@babel/plugin-transform-react-jsx": "^7.7.0",
50 "@babel/preset-env": "^7.9.6",
51 "acorn-jsx": "^5.0.1",
52 "babel-eslint": "^10.0.3",
53 "babel-plugin-add-module-exports": "^1.0.2",
54 "chalk": "^2.4.2",
55 "concurrently": "^4.1.0",
56 "eslint": "^6.6.0",
57 "eslint-config-babel": "^9.0.0",
58 "eslint-plugin-flowtype": "3",
59 "eslint-plugin-import": "^2.18.2",
60 "eslint-plugin-prettier": "^3.1.1",
61 "gzip-size": "^5.1.1",
62 "if-env": "^1.0.4",
63 "jest": "^24.8.0",
64 "karmatic": "^1.4.0",
65 "prettier": "^1.19.1",
66 "pretty-bytes": "^5.2.0",
67 "rollup": "^1.16.3",
68 "rollup-plugin-babel": "^4.3.3",
69 "rollup-plugin-node-resolve": "^5.2.0",
70 "terser": "^4.0.2",
71 "webpack": "^4.35.0"
72 },
[59329aa]73 "eslintConfig": {
74 "extends": "developit",
75 "rules": {
76 "no-console": 0,
77 "new-cap": 0
78 }
79 },
80 "eslintIgnore": [
81 "test/fixtures/**/*",
82 "test/integration/**/*"
83 ],
84 "files": [
85 "src",
86 "lib"
87 ],
88 "husky": {
89 "hooks": {
90 "pre-commit": "lint-staged"
91 }
92 },
93 "jest": {
94 "testEnvironment": "node",
95 "roots": [
96 "src",
97 "test"
98 ]
99 },
100 "keywords": [
101 "babel",
102 "preset",
103 "preset-env",
104 "modern",
105 "modules",
106 "ES Modules",
107 "module/nomodule"
108 ],
109 "license": "MIT",
110 "lint-staged": {
111 "*.js": [
112 "eslint --format=codeframe"
113 ]
114 },
115 "main": "lib/index.js",
116 "name": "@babel/preset-modules",
117 "peerDependencies": {
118 "@babel/core": "^7.0.0-0"
119 },
120 "scripts": {
121 "build": "babel src -d lib --ignore '**/*.test.js'",
122 "start": "concurrently -r 'npm:watch:* -s'",
123 "test": "eslint src test && jest --colors",
124 "test:browser": "cd test/browser && karmatic --no-coverage --browsers chrome:headless,sauce-chrome-61,sauce-firefox-60,sauce-safari-10,sauce-safari-11,sauce-edge-16,sauce-edge-17 '**/*.js'",
125 "test:edge": "npm run test:local -- --browsers sauce-edge-16",
126 "test:local": "cd test/browser && karmatic --no-coverage '**/*.js'",
127 "test:safari": "npm run test:local -- --browsers sauce-safari-10",
128 "watch:build": "npm run -s build -- -w",
129 "watch:test": "jest --watch"
130 },
131 "version": "0.1.4"
[6a3a178]132}
Note: See TracBrowser for help on using the repository browser.