保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/is-string/package.json
@@ -1,33 +1,28 @@
{
  "_args": [
    [
      "is-string@1.0.7",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "is-string@1.0.7",
  "_from": "is-string@^1.0.7",
  "_id": "is-string@1.0.7",
  "_inBundle": false,
  "_integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
  "_location": "/is-string",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "is-string@1.0.7",
    "raw": "is-string@^1.0.7",
    "name": "is-string",
    "escapedName": "is-string",
    "rawSpec": "1.0.7",
    "rawSpec": "^1.0.7",
    "saveSpec": null,
    "fetchSpec": "1.0.7"
    "fetchSpec": "^1.0.7"
  },
  "_requiredBy": [
    "/es-abstract",
    "/which-boxed-primitive"
  ],
  "_resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
  "_spec": "1.0.7",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_shasum": "0dd12bf2006f255bb58f695110eff7491eebc0fd",
  "_spec": "is-string@^1.0.7",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\es-abstract",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
@@ -42,9 +37,11 @@
  "bugs": {
    "url": "https://github.com/ljharb/is-string/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "has-tostringtag": "^1.0.0"
  },
  "deprecated": false,
  "description": "Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  "devDependencies": {
    "@ljharb/eslint-config": "^17.6.0",