保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 26a09f08cf1ed43c640879f23fdad56c5c9282f7
PAMapp/node_modules/@babel/helper-create-class-features-plugin/package.json
@@ -1,26 +1,20 @@
{
  "_args": [
    [
      "@babel/helper-create-class-features-plugin@7.15.4",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "@babel/helper-create-class-features-plugin@7.15.4",
  "_id": "@babel/helper-create-class-features-plugin@7.15.4",
  "_from": "@babel/helper-create-class-features-plugin@^7.17.12",
  "_id": "@babel/helper-create-class-features-plugin@7.17.12",
  "_inBundle": false,
  "_integrity": "sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==",
  "_integrity": "sha512-sZoOeUTkFJMyhqCei2+Z+wtH/BehW8NVKQt7IRUQlRiOARuXymJYfN/FCcI8CvVbR0XVyDM6eLFOlR7YtiXnew==",
  "_location": "/@babel/helper-create-class-features-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "@babel/helper-create-class-features-plugin@7.15.4",
    "raw": "@babel/helper-create-class-features-plugin@^7.17.12",
    "name": "@babel/helper-create-class-features-plugin",
    "escapedName": "@babel%2fhelper-create-class-features-plugin",
    "scope": "@babel",
    "rawSpec": "7.15.4",
    "rawSpec": "^7.17.12",
    "saveSpec": null,
    "fetchSpec": "7.15.4"
    "fetchSpec": "^7.17.12"
  },
  "_requiredBy": [
    "/@babel/plugin-proposal-class-properties",
@@ -29,9 +23,10 @@
    "/@babel/plugin-proposal-private-methods",
    "/@babel/plugin-proposal-private-property-in-object"
  ],
  "_resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.4.tgz",
  "_spec": "7.15.4",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.12.tgz",
  "_shasum": "d4f8393fc4838cbff6b7c199af5229aee16d07cf",
  "_spec": "@babel/helper-create-class-features-plugin@^7.17.12",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@babel\\plugin-proposal-class-properties",
  "author": {
    "name": "The Babel Team",
    "url": "https://babel.dev/team"
@@ -39,20 +34,23 @@
  "bugs": {
    "url": "https://github.com/babel/babel/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/helper-annotate-as-pure": "^7.15.4",
    "@babel/helper-function-name": "^7.15.4",
    "@babel/helper-member-expression-to-functions": "^7.15.4",
    "@babel/helper-optimise-call-expression": "^7.15.4",
    "@babel/helper-replace-supers": "^7.15.4",
    "@babel/helper-split-export-declaration": "^7.15.4"
    "@babel/helper-annotate-as-pure": "^7.16.7",
    "@babel/helper-environment-visitor": "^7.16.7",
    "@babel/helper-function-name": "^7.17.9",
    "@babel/helper-member-expression-to-functions": "^7.17.7",
    "@babel/helper-optimise-call-expression": "^7.16.7",
    "@babel/helper-replace-supers": "^7.16.7",
    "@babel/helper-split-export-declaration": "^7.16.7"
  },
  "deprecated": false,
  "description": "Compile class public and private fields, private methods and decorators to ES6",
  "devDependencies": {
    "@babel/core": "7.15.4",
    "@babel/helper-plugin-test-runner": "7.14.5",
    "@babel/core": "^7.17.12",
    "@babel/helper-plugin-test-runner": "^7.16.7",
    "@babel/plugin-syntax-class-static-block": "^7.14.5",
    "@babel/preset-env": "7.15.4"
    "@babel/preset-env": "^7.17.12"
  },
  "engines": {
    "node": ">=6.9.0"
@@ -76,5 +74,5 @@
    "url": "git+https://github.com/babel/babel.git",
    "directory": "packages/babel-helper-create-class-features-plugin"
  },
  "version": "7.15.4"
  "version": "7.17.12"
}