- 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/helper-create-regexp-features-plugin/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@babel/helper-create-regexp-features-plugin", 3 "version": "7.14.5", 4 "author": "The Babel Team (https://babel.dev/team)", 5 "license": "MIT", 6 "description": "Compile ESNext Regular Expressions to ES5", 7 "repository": { 8 "type": "git", 9 "url": "https://github.com/babel/babel.git", 10 "directory": "packages/babel-helper-create-regexp-features-plugin" 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", 11 "_inBundle": false, 12 "_integrity": "sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==", 13 "_location": "/@babel/helper-create-regexp-features-plugin", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@babel/helper-create-regexp-features-plugin@7.14.5", 19 "name": "@babel/helper-create-regexp-features-plugin", 20 "escapedName": "@babel%2fhelper-create-regexp-features-plugin", 21 "scope": "@babel", 22 "rawSpec": "7.14.5", 23 "saveSpec": null, 24 "fetchSpec": "7.14.5" 11 25 }, 12 "main": "./lib/index.js", 13 "publishConfig": { 14 "access": "public" 26 "_requiredBy": [ 27 "/@babel/plugin-proposal-unicode-property-regex", 28 "/@babel/plugin-transform-dotall-regex", 29 "/@babel/plugin-transform-named-capturing-groups-regex", 30 "/@babel/plugin-transform-unicode-regex" 31 ], 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", 35 "author": { 36 "name": "The Babel Team", 37 "url": "https://babel.dev/team" 15 38 }, 16 "keywords": [ 17 "babel", 18 "babel-plugin" 19 ], 39 "bugs": { 40 "url": "https://github.com/babel/babel/issues" 41 }, 20 42 "dependencies": { 21 43 "@babel/helper-annotate-as-pure": "^7.14.5", 22 44 "regexpu-core": "^4.7.1" 23 45 }, 24 "peerDependencies": { 25 "@babel/core": "^7.0.0" 26 }, 46 "description": "Compile ESNext Regular Expressions to ES5", 27 47 "devDependencies": { 28 48 "@babel/core": "7.14.5", … … 31 51 "engines": { 32 52 "node": ">=6.9.0" 33 } 53 }, 54 "homepage": "https://github.com/babel/babel#readme", 55 "keywords": [ 56 "babel", 57 "babel-plugin" 58 ], 59 "license": "MIT", 60 "main": "./lib/index.js", 61 "name": "@babel/helper-create-regexp-features-plugin", 62 "peerDependencies": { 63 "@babel/core": "^7.0.0" 64 }, 65 "publishConfig": { 66 "access": "public" 67 }, 68 "repository": { 69 "type": "git", 70 "url": "git+https://github.com/babel/babel.git", 71 "directory": "packages/babel-helper-create-regexp-features-plugin" 72 }, 73 "version": "7.14.5" 34 74 }
Note:
See TracChangeset
for help on using the changeset viewer.