保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/unbox-primitive/package.json
@@ -1,32 +1,27 @@
{
  "_args": [
    [
      "unbox-primitive@1.0.1",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "unbox-primitive@1.0.1",
  "_id": "unbox-primitive@1.0.1",
  "_from": "unbox-primitive@^1.0.2",
  "_id": "unbox-primitive@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==",
  "_integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
  "_location": "/unbox-primitive",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "unbox-primitive@1.0.1",
    "raw": "unbox-primitive@^1.0.2",
    "name": "unbox-primitive",
    "escapedName": "unbox-primitive",
    "rawSpec": "1.0.1",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/es-abstract"
  ],
  "_resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
  "_shasum": "29032021057d5e6cdbd08c5129c226dff8ed6f9e",
  "_spec": "unbox-primitive@^1.0.2",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\es-abstract",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
@@ -42,25 +37,27 @@
  "bugs": {
    "url": "https://github.com/ljharb/unbox-primitive/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "function-bind": "^1.1.1",
    "has-bigints": "^1.0.1",
    "has-symbols": "^1.0.2",
    "call-bind": "^1.0.2",
    "has-bigints": "^1.0.2",
    "has-symbols": "^1.0.3",
    "which-boxed-primitive": "^1.0.2"
  },
  "deprecated": false,
  "description": "Unbox a boxed JS primitive value.",
  "devDependencies": {
    "@ljharb/eslint-config": "^17.5.1",
    "aud": "^1.1.4",
    "auto-changelog": "^2.2.1",
    "eslint": "^7.22.0",
    "@ljharb/eslint-config": "^21.0.0",
    "aud": "^2.0.0",
    "auto-changelog": "^2.4.0",
    "eslint": "=8.8.0",
    "for-each": "^0.3.3",
    "in-publish": "^2.0.1",
    "nyc": "^10.3.2",
    "object-inspect": "^1.9.0",
    "object-inspect": "^1.12.0",
    "object-is": "^1.1.5",
    "safe-publish-latest": "^1.1.4",
    "tape": "^5.2.2"
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.5.3"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
@@ -82,14 +79,15 @@
    "url": "git+https://github.com/ljharb/unbox-primitive.git"
  },
  "scripts": {
    "lint": "eslint .",
    "posttest": "npx aud --production",
    "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": "not-in-publish || safe-publish-latest",
    "prepublish": "not-in-publish || npm run prepublishOnly",
    "prepublishOnly": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "nyc tape 'test/**/*.js'",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "version": "1.0.1"
  "version": "1.0.2"
}