保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/fs-extra/package.json
@@ -1,25 +1,19 @@
{
  "_args": [
    [
      "fs-extra@9.1.0",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "fs-extra@9.1.0",
  "_from": "fs-extra@^9.1.0",
  "_id": "fs-extra@9.1.0",
  "_inBundle": false,
  "_integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  "_location": "/fs-extra",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "fs-extra@9.1.0",
    "raw": "fs-extra@^9.1.0",
    "name": "fs-extra",
    "escapedName": "fs-extra",
    "rawSpec": "9.1.0",
    "rawSpec": "^9.1.0",
    "saveSpec": null,
    "fetchSpec": "9.1.0"
    "fetchSpec": "^9.1.0"
  },
  "_requiredBy": [
    "/@nuxt/builder",
@@ -32,8 +26,9 @@
    "/fork-ts-checker-webpack-plugin"
  ],
  "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  "_spec": "9.1.0",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_shasum": "5954460c764a8da2094ba3554bf839e6b9a7c86d",
  "_spec": "fs-extra@^9.1.0",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\builder",
  "author": {
    "name": "JP Richardson",
    "email": "jprichardson@gmail.com"
@@ -41,12 +36,14 @@
  "bugs": {
    "url": "https://github.com/jprichardson/node-fs-extra/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "at-least-node": "^1.0.0",
    "graceful-fs": "^4.2.0",
    "jsonfile": "^6.0.1",
    "universalify": "^2.0.0"
  },
  "deprecated": false,
  "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.",
  "devDependencies": {
    "coveralls": "^3.0.0",