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

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

primeNG components

  • Property mode set to 100644
File size: 3.9 KB
Line 
1{
2 "_from": "@babel/preset-modules@^0.1.4",
3 "_id": "@babel/preset-modules@0.1.5",
4 "_inBundle": false,
5 "_integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
6 "_location": "/@babel/preset-modules",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "@babel/preset-modules@^0.1.4",
12 "name": "@babel/preset-modules",
13 "escapedName": "@babel%2fpreset-modules",
14 "scope": "@babel",
15 "rawSpec": "^0.1.4",
16 "saveSpec": null,
17 "fetchSpec": "^0.1.4"
18 },
19 "_requiredBy": [
20 "/@babel/preset-env"
21 ],
22 "_resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
23 "_shasum": "ef939d6e7f268827e1841638dc6ff95515e115d9",
24 "_spec": "@babel/preset-modules@^0.1.4",
25 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env",
26 "authors": [
27 "Jason Miller <jason@developit.ca>"
28 ],
29 "bugs": {
30 "url": "https://github.com/babel/preset-modules/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {
34 "@babel/helper-plugin-utils": "^7.0.0",
35 "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
36 "@babel/plugin-transform-dotall-regex": "^7.4.4",
37 "@babel/types": "^7.4.4",
38 "esutils": "^2.0.2"
39 },
40 "deprecated": false,
41 "description": "A Babel preset that targets modern browsers by fixing engine bugs.",
42 "devDependencies": {
43 "@babel/cli": "^7.7.0",
44 "@babel/core": "^7.7.2",
45 "@babel/helper-fixtures": "^7.6.3",
46 "@babel/helper-plugin-test-runner": "^7.14.5",
47 "@babel/plugin-transform-modules-commonjs": "^7.5.0",
48 "@babel/plugin-transform-react-jsx": "^7.7.0",
49 "@babel/preset-env": "^7.9.6",
50 "acorn-jsx": "^5.0.1",
51 "babel-eslint": "^10.0.3",
52 "babel-plugin-add-module-exports": "^1.0.2",
53 "chalk": "^2.4.2",
54 "concurrently": "^4.1.0",
55 "eslint": "^6.6.0",
56 "eslint-config-babel": "^9.0.0",
57 "eslint-plugin-flowtype": "3",
58 "eslint-plugin-import": "^2.18.2",
59 "eslint-plugin-prettier": "^3.1.1",
60 "gzip-size": "^5.1.1",
61 "if-env": "^1.0.4",
62 "jest": "^24.8.0",
63 "karmatic": "^1.4.0",
64 "prettier": "^1.19.1",
65 "pretty-bytes": "^5.2.0",
66 "rollup": "^1.16.3",
67 "rollup-plugin-babel": "^4.3.3",
68 "rollup-plugin-node-resolve": "^5.2.0",
69 "terser": "^4.0.2",
70 "webpack": "^4.35.0"
71 },
72 "eslintConfig": {
73 "extends": "developit",
74 "rules": {
75 "no-console": 0,
76 "new-cap": 0
77 }
78 },
79 "eslintIgnore": [
80 "test/fixtures/**/*",
81 "test/integration/**/*"
82 ],
83 "files": [
84 "src",
85 "lib"
86 ],
87 "homepage": "https://github.com/babel/preset-modules#readme",
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 "repository": {
121 "type": "git",
122 "url": "git+https://github.com/babel/preset-modules.git"
123 },
124 "scripts": {
125 "build": "babel src -d lib --ignore '**/*.test.js'",
126 "start": "concurrently -r 'npm:watch:* -s'",
127 "test": "eslint src test && jest --colors",
128 "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'",
129 "test:edge": "npm run test:local -- --browsers sauce-edge-16",
130 "test:local": "cd test/browser && karmatic --no-coverage '**/*.js'",
131 "test:safari": "npm run test:local -- --browsers sauce-safari-10",
132 "watch:build": "npm run -s build -- -w",
133 "watch:test": "jest --watch"
134 },
135 "version": "0.1.5"
136}
Note: See TracBrowser for help on using the repository browser.