Changeset 59329aa for trip-planner-front/node_modules/@babel/plugin-transform-unicode-regex/package.json
- 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/plugin-transform-unicode-regex/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@babel/plugin-transform-unicode-regex", 3 "version": "7.14.5", 4 "description": "Compile ES2015 Unicode regex to ES5", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/babel/babel.git", 8 "directory": "packages/babel-plugin-transform-unicode-regex" 2 "_args": [ 3 [ 4 "@babel/plugin-transform-unicode-regex@7.14.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/plugin-transform-unicode-regex@7.14.5", 10 "_id": "@babel/plugin-transform-unicode-regex@7.14.5", 11 "_inBundle": false, 12 "_integrity": "sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw==", 13 "_location": "/@babel/plugin-transform-unicode-regex", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@babel/plugin-transform-unicode-regex@7.14.5", 19 "name": "@babel/plugin-transform-unicode-regex", 20 "escapedName": "@babel%2fplugin-transform-unicode-regex", 21 "scope": "@babel", 22 "rawSpec": "7.14.5", 23 "saveSpec": null, 24 "fetchSpec": "7.14.5" 9 25 }, 10 "license": "MIT", 11 "publishConfig": { 12 "access": "public" 26 "_requiredBy": [ 27 "/@babel/preset-env" 28 ], 29 "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.14.5.tgz", 30 "_spec": "7.14.5", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "The Babel Team", 34 "url": "https://babel.dev/team" 13 35 }, 14 "main": "./lib/index.js", 15 "keywords": [ 16 "babel-plugin" 17 ], 36 "bugs": { 37 "url": "https://github.com/babel/babel/issues" 38 }, 18 39 "dependencies": { 19 40 "@babel/helper-create-regexp-features-plugin": "^7.14.5", 20 41 "@babel/helper-plugin-utils": "^7.14.5" 21 42 }, 22 "peerDependencies": { 23 "@babel/core": "^7.0.0-0" 24 }, 43 "description": "Compile ES2015 Unicode regex to ES5", 25 44 "devDependencies": { 26 45 "@babel/core": "7.14.5", 27 46 "@babel/helper-plugin-test-runner": "7.14.5" 28 47 }, 29 "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-regex",30 48 "engines": { 31 49 "node": ">=6.9.0" 32 50 }, 33 "author": "The Babel Team (https://babel.dev/team)" 51 "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-regex", 52 "keywords": [ 53 "babel-plugin" 54 ], 55 "license": "MIT", 56 "main": "./lib/index.js", 57 "name": "@babel/plugin-transform-unicode-regex", 58 "peerDependencies": { 59 "@babel/core": "^7.0.0-0" 60 }, 61 "publishConfig": { 62 "access": "public" 63 }, 64 "repository": { 65 "type": "git", 66 "url": "git+https://github.com/babel/babel.git", 67 "directory": "packages/babel-plugin-transform-unicode-regex" 68 }, 69 "version": "7.14.5" 34 70 }
Note:
See TracChangeset
for help on using the changeset viewer.