From ab4e8129d5c94ff96e6c85d0d2b66a04a052b4e5 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 09 六月 2022 15:26:15 +0800 Subject: [PATCH] TODO#139888 嚴選配對 - 文案修改 --- PAMapp/node_modules/@babel/helper-create-regexp-features-plugin/package.json | 39 ++++++++++++++++++--------------------- 1 files changed, 18 insertions(+), 21 deletions(-) diff --git a/PAMapp/node_modules/@babel/helper-create-regexp-features-plugin/package.json b/PAMapp/node_modules/@babel/helper-create-regexp-features-plugin/package.json index 6c13b43..ce440c8 100644 --- a/PAMapp/node_modules/@babel/helper-create-regexp-features-plugin/package.json +++ b/PAMapp/node_modules/@babel/helper-create-regexp-features-plugin/package.json @@ -1,26 +1,20 @@ { - "_args": [ - [ - "@babel/helper-create-regexp-features-plugin@7.14.5", - "/Users/tomas/PAM/PAMapp" - ] - ], - "_from": "@babel/helper-create-regexp-features-plugin@7.14.5", - "_id": "@babel/helper-create-regexp-features-plugin@7.14.5", + "_from": "@babel/helper-create-regexp-features-plugin@^7.17.12", + "_id": "@babel/helper-create-regexp-features-plugin@7.17.12", "_inBundle": false, - "_integrity": "sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==", + "_integrity": "sha512-b2aZrV4zvutr9AIa6/gA3wsZKRwTKYoDxYiFKcESS3Ug2GTXzwBEvMuuFLhCQpEnRXs1zng4ISAXSUxxKBIcxw==", "_location": "/@babel/helper-create-regexp-features-plugin", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "@babel/helper-create-regexp-features-plugin@7.14.5", + "raw": "@babel/helper-create-regexp-features-plugin@^7.17.12", "name": "@babel/helper-create-regexp-features-plugin", "escapedName": "@babel%2fhelper-create-regexp-features-plugin", "scope": "@babel", - "rawSpec": "7.14.5", + "rawSpec": "^7.17.12", "saveSpec": null, - "fetchSpec": "7.14.5" + "fetchSpec": "^7.17.12" }, "_requiredBy": [ "/@babel/plugin-proposal-unicode-property-regex", @@ -28,9 +22,10 @@ "/@babel/plugin-transform-named-capturing-groups-regex", "/@babel/plugin-transform-unicode-regex" ], - "_resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz", - "_spec": "7.14.5", - "_where": "/Users/tomas/PAM/PAMapp", + "_resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.12.tgz", + "_shasum": "bb37ca467f9694bbe55b884ae7a5cc1e0084e4fd", + "_spec": "@babel/helper-create-regexp-features-plugin@^7.17.12", + "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@babel\\plugin-proposal-unicode-property-regex", "author": { "name": "The Babel Team", "url": "https://babel.dev/team" @@ -38,14 +33,16 @@ "bugs": { "url": "https://github.com/babel/babel/issues" }, + "bundleDependencies": false, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.14.5", - "regexpu-core": "^4.7.1" + "@babel/helper-annotate-as-pure": "^7.16.7", + "regexpu-core": "^5.0.1" }, + "deprecated": false, "description": "Compile ESNext Regular Expressions to ES5", "devDependencies": { - "@babel/core": "7.14.5", - "@babel/helper-plugin-test-runner": "7.14.5" + "@babel/core": "^7.17.12", + "@babel/helper-plugin-test-runner": "^7.16.7" }, "engines": { "node": ">=6.9.0" @@ -69,5 +66,5 @@ "url": "git+https://github.com/babel/babel.git", "directory": "packages/babel-helper-create-regexp-features-plugin" }, - "version": "7.14.5" + "version": "7.17.12" } -- Gitblit v1.8.0