保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/has-symbols/package.json
@@ -1,25 +1,19 @@
{
  "_args": [
    [
      "has-symbols@1.0.2",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "has-symbols@1.0.2",
  "_id": "has-symbols@1.0.2",
  "_from": "has-symbols@^1.0.1",
  "_id": "has-symbols@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==",
  "_integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  "_location": "/has-symbols",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "has-symbols@1.0.2",
    "raw": "has-symbols@^1.0.1",
    "name": "has-symbols",
    "escapedName": "has-symbols",
    "rawSpec": "1.0.2",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/es-abstract",
@@ -30,9 +24,10 @@
    "/unbox-primitive",
    "/util.promisify"
  ],
  "_resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
  "_shasum": "bb7b2c4349251dce87b125f7bdf874aa7c8b39f8",
  "_spec": "has-symbols@^1.0.1",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\object.assign",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com",
@@ -47,8 +42,9 @@
    "hideCredit": true
  },
  "bugs": {
    "url": "https://github.com/inspect-js/has-symbols/issues"
    "url": "https://github.com/ljharb/has-symbols/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Jordan Harband",
@@ -56,17 +52,18 @@
      "url": "http://ljharb.codes"
    }
  ],
  "deprecated": false,
  "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
  "devDependencies": {
    "@ljharb/eslint-config": "^17.5.1",
    "aud": "^1.1.4",
    "auto-changelog": "^2.2.1",
    "@ljharb/eslint-config": "^20.2.3",
    "aud": "^2.0.0",
    "auto-changelog": "^2.4.0",
    "core-js": "^2.6.12",
    "eslint": "^7.20.0",
    "eslint": "=8.8.0",
    "get-own-property-symbols": "^0.9.5",
    "nyc": "^10.3.2",
    "safe-publish-latest": "^1.1.4",
    "tape": "^5.2.0"
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.5.2"
  },
  "engines": {
    "node": ">= 0.4"
@@ -79,7 +76,7 @@
      "core-js"
    ]
  },
  "homepage": "https://github.com/inspect-js/has-symbols#readme",
  "homepage": "https://github.com/ljharb/has-symbols#readme",
  "keywords": [
    "Symbol",
    "symbols",
@@ -101,7 +98,8 @@
    "lint": "eslint --ext=js,mjs .",
    "posttest": "aud --production",
    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    "prepublish": "safe-publish-latest",
    "prepublish": "not-in-publish || npm run prepublishOnly",
    "prepublishOnly": "safe-publish-latest",
    "pretest": "npm run --silent lint",
    "test": "npm run tests-only",
    "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
@@ -130,5 +128,5 @@
      "android-browser/4.2"
    ]
  },
  "version": "1.0.2"
  "version": "1.0.3"
}