- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- Location:
- trip-planner-front/node_modules/@babel/helper-create-regexp-features-plugin
- Files:
-
- 104 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/helper-create-regexp-features-plugin/lib/features.js
r59329aa re29cc2e 4 4 value: true 5 5 }); 6 exports.FEATURES = void 0; 6 7 exports.enableFeature = enableFeature; 8 exports.featuresKey = void 0; 7 9 exports.hasFeature = hasFeature; 8 exports.runtimeKey = exports.featuresKey = exports.FEATURES =void 0;10 exports.runtimeKey = void 0; 9 11 const FEATURES = Object.freeze({ 10 12 unicodeFlag: 1 << 0, -
trip-planner-front/node_modules/@babel/helper-create-regexp-features-plugin/lib/index.js
r59329aa re29cc2e 20 20 } 21 21 22 const version = "7.1 4.5".split(".").reduce((v, x) => v * 1e5 + +x, 0);22 const version = "7.16.0".split(".").reduce((v, x) => v * 1e5 + +x, 0); 23 23 const versionKey = "@babel/plugin-regexp-features/version"; 24 24 -
trip-planner-front/node_modules/@babel/helper-create-regexp-features-plugin/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "@babel/helper-create-regexp-features-plugin@7.14.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/helper-create-regexp-features-plugin@7.14.5", 10 "_id": "@babel/helper-create-regexp-features-plugin@7.14.5", 2 "_from": "@babel/helper-create-regexp-features-plugin@^7.16.0", 3 "_id": "@babel/helper-create-regexp-features-plugin@7.16.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==",5 "_integrity": "sha512-3DyG0zAFAZKcOp7aVr33ddwkxJ0Z0Jr5V99y3I690eYLpukJsJvAbzTy1ewoCqsML8SbIrjH14Jc/nSQ4TvNPA==", 13 6 "_location": "/@babel/helper-create-regexp-features-plugin", 14 "_phantomChildren": {}, 7 "_phantomChildren": { 8 "@babel/helper-validator-identifier": "7.15.7", 9 "to-fast-properties": "2.0.0" 10 }, 15 11 "_requested": { 16 "type": " version",12 "type": "range", 17 13 "registry": true, 18 "raw": "@babel/helper-create-regexp-features-plugin@ 7.14.5",14 "raw": "@babel/helper-create-regexp-features-plugin@^7.16.0", 19 15 "name": "@babel/helper-create-regexp-features-plugin", 20 16 "escapedName": "@babel%2fhelper-create-regexp-features-plugin", 21 17 "scope": "@babel", 22 "rawSpec": " 7.14.5",18 "rawSpec": "^7.16.0", 23 19 "saveSpec": null, 24 "fetchSpec": " 7.14.5"20 "fetchSpec": "^7.16.0" 25 21 }, 26 22 "_requiredBy": [ … … 30 26 "/@babel/plugin-transform-unicode-regex" 31 27 ], 32 "_resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz", 33 "_spec": "7.14.5", 34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 28 "_resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.0.tgz", 29 "_shasum": "06b2348ce37fccc4f5e18dcd8d75053f2a7c44ff", 30 "_spec": "@babel/helper-create-regexp-features-plugin@^7.16.0", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\plugin-proposal-unicode-property-regex", 35 32 "author": { 36 33 "name": "The Babel Team", … … 40 37 "url": "https://github.com/babel/babel/issues" 41 38 }, 39 "bundleDependencies": false, 42 40 "dependencies": { 43 "@babel/helper-annotate-as-pure": "^7.1 4.5",41 "@babel/helper-annotate-as-pure": "^7.16.0", 44 42 "regexpu-core": "^4.7.1" 45 43 }, 44 "deprecated": false, 46 45 "description": "Compile ESNext Regular Expressions to ES5", 47 46 "devDependencies": { 48 "@babel/core": " 7.14.5",49 "@babel/helper-plugin-test-runner": " 7.14.5"47 "@babel/core": "^7.16.0", 48 "@babel/helper-plugin-test-runner": "^7.16.0" 50 49 }, 51 50 "engines": { … … 71 70 "directory": "packages/babel-helper-create-regexp-features-plugin" 72 71 }, 73 "version": "7.1 4.5"72 "version": "7.16.0" 74 73 }
Note:
See TracChangeset
for help on using the changeset viewer.