保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/form-data/package.json
@@ -1,33 +1,27 @@
{
  "_args": [
    [
      "form-data@3.0.1",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_development": true,
  "_from": "form-data@3.0.1",
  "_from": "form-data@^3.0.0",
  "_id": "form-data@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
  "_location": "/form-data",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "form-data@3.0.1",
    "raw": "form-data@^3.0.0",
    "name": "form-data",
    "escapedName": "form-data",
    "rawSpec": "3.0.1",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.1"
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/jsdom"
  ],
  "_resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
  "_spec": "3.0.1",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_shasum": "ebd53791b78356a99af9a300d4282c4d5eb9755f",
  "_spec": "form-data@^3.0.0",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\jsdom",
  "author": {
    "name": "Felix Geisendörfer",
    "email": "felix@debuggable.com",
@@ -37,11 +31,13 @@
  "bugs": {
    "url": "https://github.com/form-data/form-data/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "asynckit": "^0.4.0",
    "combined-stream": "^1.0.8",
    "mime-types": "^2.1.12"
  },
  "deprecated": false,
  "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
  "devDependencies": {
    "@types/node": "^12.0.10",