Changeset 59329aa for trip-planner-front/node_modules/@babel/preset-modules
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/preset-modules/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@babel/preset-modules", 3 "version": "0.1.4", 4 "description": "A Babel preset that targets modern browsers by fixing engine bugs.", 5 "main": "lib/index.js", 6 "license": "MIT", 7 "scripts": { 8 "start": "concurrently -r 'npm:watch:* -s'", 9 "build": "babel src -d lib --ignore '**/*.test.js'", 10 "test": "eslint src test && jest --colors", 11 "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'", 12 "test:local": "cd test/browser && karmatic --no-coverage '**/*.js'", 13 "test:safari": "npm run test:local -- --browsers sauce-safari-10", 14 "test:edge": "npm run test:local -- --browsers sauce-edge-16", 15 "watch:test": "jest --watch", 16 "watch:build": "npm run -s build -- -w" 2 "_args": [ 3 [ 4 "@babel/preset-modules@0.1.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 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" 17 25 }, 18 "keywords": [ 19 "babel", 20 "preset", 21 "preset-env", 22 "modern", 23 "modules", 24 "ES Modules", 25 "module/nomodule" 26 "_requiredBy": [ 27 "/@babel/preset-env" 26 28 ], 27 "files": [ 28 "src", 29 "lib" 30 ], 31 "lint-staged": { 32 "*.js": [ 33 "eslint --format=codeframe" 34 ] 35 }, 36 "husky": { 37 "hooks": { 38 "pre-commit": "lint-staged" 39 } 40 }, 41 "jest": { 42 "testEnvironment": "node", 43 "roots": [ 44 "src", 45 "test" 46 ] 47 }, 48 "eslintConfig": { 49 "extends": "developit", 50 "rules": { 51 "no-console": 0, 52 "new-cap": 0 53 } 54 }, 55 "eslintIgnore": [ 56 "test/fixtures/**/*", 57 "test/integration/**/*" 58 ], 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", 59 32 "authors": [ 60 33 "Jason Miller <jason@developit.ca>" 61 34 ], 62 "peerDependencies": { 63 "@babel/core": "^7.0.0-0" 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" 64 41 }, 42 "description": "A Babel preset that targets modern browsers by fixing engine bugs.", 65 43 "devDependencies": { 66 44 "@babel/cli": "^7.7.0", … … 93 71 "webpack": "^4.35.0" 94 72 }, 95 "dependencies": { 96 "@babel/helper-plugin-utils": "^7.0.0", 97 "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", 98 "@babel/plugin-transform-dotall-regex": "^7.4.4", 99 "@babel/types": "^7.4.4", 100 "esutils": "^2.0.2" 101 } 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" 102 132 }
Note:
See TracChangeset
for help on using the changeset viewer.