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