保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/is-number-object/package.json
@@ -1,32 +1,27 @@
{
  "_args": [
    [
      "is-number-object@1.0.6",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "is-number-object@1.0.6",
  "_id": "is-number-object@1.0.6",
  "_from": "is-number-object@^1.0.4",
  "_id": "is-number-object@1.0.7",
  "_inBundle": false,
  "_integrity": "sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g==",
  "_integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
  "_location": "/is-number-object",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "is-number-object@1.0.6",
    "raw": "is-number-object@^1.0.4",
    "name": "is-number-object",
    "escapedName": "is-number-object",
    "rawSpec": "1.0.6",
    "rawSpec": "^1.0.4",
    "saveSpec": null,
    "fetchSpec": "1.0.6"
    "fetchSpec": "^1.0.4"
  },
  "_requiredBy": [
    "/which-boxed-primitive"
  ],
  "_resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.6.tgz",
  "_spec": "1.0.6",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
  "_shasum": "59d50ada4c45251784e9904f5246c742f07a42fc",
  "_spec": "is-number-object@^1.0.4",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\which-boxed-primitive",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
@@ -42,23 +37,25 @@
  "bugs": {
    "url": "https://github.com/inspect-js/is-number-object/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "has-tostringtag": "^1.0.0"
  },
  "deprecated": false,
  "description": "Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  "devDependencies": {
    "@ljharb/eslint-config": "^17.6.0",
    "aud": "^1.1.5",
    "auto-changelog": "^2.3.0",
    "core-js": "^3.16.0",
    "@ljharb/eslint-config": "^20.2.3",
    "aud": "^2.0.0",
    "auto-changelog": "^2.4.0",
    "core-js": "^3.21.1",
    "eclint": "^2.8.1",
    "eslint": "^7.32.0",
    "eslint": "=8.8.0",
    "foreach": "^2.0.5",
    "indexof": "^0.0.1",
    "is": "^3.3.0",
    "nyc": "^10.3.2",
    "safe-publish-latest": "^1.1.4",
    "tape": "^5.3.0"
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.5.2"
  },
  "engines": {
    "node": ">= 0.4"
@@ -82,10 +79,10 @@
    "url": "git://github.com/inspect-js/is-number-object.git"
  },
  "scripts": {
    "eccheck": "eclint check *.js **/*.js > /dev/null",
    "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)\")\"",
    "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
    "prepublish": "not-in-publish || npm run prepublishOnly",
    "prepublishOnly": "safe-publish-latest",
    "pretest": "npm run lint",
@@ -112,5 +109,5 @@
      "android-browser/4.2"
    ]
  },
  "version": "1.0.6"
  "version": "1.0.7"
}