- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/plugin-proposal-unicode-property-regex/package.json
r59329aa re29cc2e 1 1 { 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", 2 "_from": "@babel/plugin-proposal-unicode-property-regex@^7.14.5", 3 "_id": "@babel/plugin-proposal-unicode-property-regex@7.16.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- 6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==",5 "_integrity": "sha512-ti7IdM54NXv29cA4+bNNKEMS4jLMCbJgl+Drv+FgYy0erJLAxNAIXcNjNjrRZEcWq0xJHsNVwQezskMFpF8N9g==", 13 6 "_location": "/@babel/plugin-proposal-unicode-property-regex", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "@babel/plugin-proposal-unicode-property-regex@ 7.14.5",11 "raw": "@babel/plugin-proposal-unicode-property-regex@^7.14.5", 19 12 "name": "@babel/plugin-proposal-unicode-property-regex", 20 13 "escapedName": "@babel%2fplugin-proposal-unicode-property-regex", 21 14 "scope": "@babel", 22 "rawSpec": " 7.14.5",15 "rawSpec": "^7.14.5", 23 16 "saveSpec": null, 24 "fetchSpec": " 7.14.5"17 "fetchSpec": "^7.14.5" 25 18 }, 26 19 "_requiredBy": [ … … 28 21 "/@babel/preset-modules" 29 22 ], 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", 23 "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.0.tgz", 24 "_shasum": "890482dfc5ea378e42e19a71e709728cabf18612", 25 "_spec": "@babel/plugin-proposal-unicode-property-regex@^7.14.5", 26 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env", 33 27 "author": { 34 28 "name": "The Babel Team", … … 38 32 "url": "https://github.com/babel/babel/issues" 39 33 }, 34 "bundleDependencies": false, 40 35 "dependencies": { 41 "@babel/helper-create-regexp-features-plugin": "^7.1 4.5",36 "@babel/helper-create-regexp-features-plugin": "^7.16.0", 42 37 "@babel/helper-plugin-utils": "^7.14.5" 43 38 }, 39 "deprecated": false, 44 40 "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.", 45 41 "devDependencies": { 46 "@babel/core": " 7.14.5",47 "@babel/helper-plugin-test-runner": " 7.14.5"42 "@babel/core": "^7.16.0", 43 "@babel/helper-plugin-test-runner": "^7.16.0" 48 44 }, 49 45 "engines": { … … 73 69 "directory": "packages/babel-plugin-proposal-unicode-property-regex" 74 70 }, 75 "version": "7.1 4.5"71 "version": "7.16.0" 76 72 }
Note:
See TracChangeset
for help on using the changeset viewer.