保誠-保戶業務員媒合平台
PAMapp/node_modules/@babel/plugin-transform-block-scoped-functions/package.json
@@ -1,33 +1,28 @@
{
  "_args": [
    [
      "@babel/plugin-transform-block-scoped-functions@7.14.5",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "@babel/plugin-transform-block-scoped-functions@7.14.5",
  "_id": "@babel/plugin-transform-block-scoped-functions@7.14.5",
  "_from": "@babel/plugin-transform-block-scoped-functions@^7.16.7",
  "_id": "@babel/plugin-transform-block-scoped-functions@7.16.7",
  "_inBundle": false,
  "_integrity": "sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==",
  "_integrity": "sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==",
  "_location": "/@babel/plugin-transform-block-scoped-functions",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "@babel/plugin-transform-block-scoped-functions@7.14.5",
    "raw": "@babel/plugin-transform-block-scoped-functions@^7.16.7",
    "name": "@babel/plugin-transform-block-scoped-functions",
    "escapedName": "@babel%2fplugin-transform-block-scoped-functions",
    "scope": "@babel",
    "rawSpec": "7.14.5",
    "rawSpec": "^7.16.7",
    "saveSpec": null,
    "fetchSpec": "7.14.5"
    "fetchSpec": "^7.16.7"
  },
  "_requiredBy": [
    "/@babel/preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.14.5.tgz",
  "_spec": "7.14.5",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz",
  "_shasum": "4d0d57d9632ef6062cdf354bb717102ee042a620",
  "_spec": "@babel/plugin-transform-block-scoped-functions@^7.16.7",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@babel\\preset-env",
  "author": {
    "name": "The Babel Team",
    "url": "https://babel.dev/team"
@@ -35,13 +30,15 @@
  "bugs": {
    "url": "https://github.com/babel/babel/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/helper-plugin-utils": "^7.14.5"
    "@babel/helper-plugin-utils": "^7.16.7"
  },
  "deprecated": false,
  "description": "Babel plugin to ensure function declarations at the block level are block scoped",
  "devDependencies": {
    "@babel/core": "7.14.5",
    "@babel/helper-plugin-test-runner": "7.14.5"
    "@babel/core": "^7.16.7",
    "@babel/helper-plugin-test-runner": "^7.16.7"
  },
  "engines": {
    "node": ">=6.9.0"
@@ -64,5 +61,5 @@
    "url": "git+https://github.com/babel/babel.git",
    "directory": "packages/babel-plugin-transform-block-scoped-functions"
  },
  "version": "7.14.5"
  "version": "7.16.7"
}