From 26a09f08cf1ed43c640879f23fdad56c5c9282f7 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 09 六月 2022 15:02:38 +0800 Subject: [PATCH] TODO#139884 Banner 1 文案調整 --- PAMapp/node_modules/@babel/plugin-syntax-numeric-separator/package.json | 23 ++++++++++------------- 1 files changed, 10 insertions(+), 13 deletions(-) diff --git a/PAMapp/node_modules/@babel/plugin-syntax-numeric-separator/package.json b/PAMapp/node_modules/@babel/plugin-syntax-numeric-separator/package.json index a602d72..56296a3 100644 --- a/PAMapp/node_modules/@babel/plugin-syntax-numeric-separator/package.json +++ b/PAMapp/node_modules/@babel/plugin-syntax-numeric-separator/package.json @@ -1,26 +1,20 @@ { - "_args": [ - [ - "@babel/plugin-syntax-numeric-separator@7.10.4", - "/Users/tomas/PAM/PAMapp" - ] - ], - "_from": "@babel/plugin-syntax-numeric-separator@7.10.4", + "_from": "@babel/plugin-syntax-numeric-separator@^7.10.4", "_id": "@babel/plugin-syntax-numeric-separator@7.10.4", "_inBundle": false, "_integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", "_location": "/@babel/plugin-syntax-numeric-separator", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "@babel/plugin-syntax-numeric-separator@7.10.4", + "raw": "@babel/plugin-syntax-numeric-separator@^7.10.4", "name": "@babel/plugin-syntax-numeric-separator", "escapedName": "@babel%2fplugin-syntax-numeric-separator", "scope": "@babel", - "rawSpec": "7.10.4", + "rawSpec": "^7.10.4", "saveSpec": null, - "fetchSpec": "7.10.4" + "fetchSpec": "^7.10.4" }, "_requiredBy": [ "/@babel/plugin-proposal-numeric-separator", @@ -28,14 +22,17 @@ "/babel-preset-current-node-syntax" ], "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "_spec": "7.10.4", - "_where": "/Users/tomas/PAM/PAMapp", + "_shasum": "b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97", + "_spec": "@babel/plugin-syntax-numeric-separator@^7.10.4", + "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@babel\\preset-env", "bugs": { "url": "https://github.com/babel/babel/issues" }, + "bundleDependencies": false, "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, + "deprecated": false, "description": "Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator", "devDependencies": { "@babel/core": "^7.10.4" -- Gitblit v1.8.0