保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/object.assign/package.json
@@ -1,45 +1,42 @@
{
  "_args": [
    [
      "object.assign@4.1.2",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "object.assign@4.1.2",
  "_from": "object.assign@^4.1.0",
  "_id": "object.assign@4.1.2",
  "_inBundle": false,
  "_integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
  "_location": "/object.assign",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "object.assign@4.1.2",
    "raw": "object.assign@^4.1.0",
    "name": "object.assign",
    "escapedName": "object.assign",
    "rawSpec": "4.1.2",
    "rawSpec": "^4.1.0",
    "saveSpec": null,
    "fetchSpec": "4.1.2"
    "fetchSpec": "^4.1.0"
  },
  "_requiredBy": [
    "/babel-plugin-dynamic-import-node",
    "/es-abstract"
  ],
  "_resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
  "_spec": "4.1.2",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_shasum": "0ed54a342eceb37b38ff76eb831a0e788cb63940",
  "_spec": "object.assign@^4.1.0",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\babel-plugin-dynamic-import-node",
  "author": {
    "name": "Jordan Harband"
  },
  "bugs": {
    "url": "https://github.com/ljharb/object.assign/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "call-bind": "^1.0.0",
    "define-properties": "^1.1.3",
    "has-symbols": "^1.0.1",
    "object-keys": "^1.1.1"
  },
  "deprecated": false,
  "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",
  "devDependencies": {
    "@es-shims/api": "^2.1.2",