保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/is-callable/package.json
@@ -1,33 +1,28 @@
{
  "_args": [
    [
      "is-callable@1.2.4",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "is-callable@1.2.4",
  "_from": "is-callable@^1.2.4",
  "_id": "is-callable@1.2.4",
  "_inBundle": false,
  "_integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==",
  "_location": "/is-callable",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "is-callable@1.2.4",
    "raw": "is-callable@^1.2.4",
    "name": "is-callable",
    "escapedName": "is-callable",
    "rawSpec": "1.2.4",
    "rawSpec": "^1.2.4",
    "saveSpec": null,
    "fetchSpec": "1.2.4"
    "fetchSpec": "^1.2.4"
  },
  "_requiredBy": [
    "/es-abstract",
    "/es-to-primitive"
  ],
  "_resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz",
  "_spec": "1.2.4",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_shasum": "47301d58dd0259407865547853df6d61fe471945",
  "_spec": "is-callable@^1.2.4",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\es-abstract",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com",
@@ -36,6 +31,7 @@
  "bugs": {
    "url": "https://github.com/inspect-js/is-callable/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Jordan Harband",
@@ -43,6 +39,7 @@
      "url": "http://ljharb.codes"
    }
  ],
  "deprecated": false,
  "description": "Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.",
  "devDependencies": {
    "@ljharb/eslint-config": "^17.6.0",