保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/has-bigints/package.json
@@ -1,33 +1,28 @@
{
  "_args": [
    [
      "has-bigints@1.0.1",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "has-bigints@1.0.1",
  "_id": "has-bigints@1.0.1",
  "_from": "has-bigints@^1.0.2",
  "_id": "has-bigints@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==",
  "_integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
  "_location": "/has-bigints",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "has-bigints@1.0.1",
    "raw": "has-bigints@^1.0.2",
    "name": "has-bigints",
    "escapedName": "has-bigints",
    "rawSpec": "1.0.1",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/is-bigint",
    "/unbox-primitive"
  ],
  "_resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
  "_shasum": "0871bd3e3d51626f6ca0966668ba35d5602d6eaa",
  "_spec": "has-bigints@^1.0.2",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\unbox-primitive",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
@@ -43,16 +38,18 @@
  "bugs": {
    "url": "https://github.com/ljharb/has-bigints/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Determine if the JS environment has BigInt support.",
  "devDependencies": {
    "@ljharb/eslint-config": "^17.3.0",
    "aud": "^1.1.3",
    "auto-changelog": "^2.2.1",
    "eslint": "^7.15.0",
    "@ljharb/eslint-config": "^21.0.0",
    "aud": "^2.0.0",
    "auto-changelog": "^2.4.0",
    "eslint": "=8.8.0",
    "in-publish": "^2.0.1",
    "nyc": "^10.3.2",
    "safe-publish-latest": "^1.1.4",
    "tape": "^5.0.1"
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.5.3"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
@@ -75,11 +72,12 @@
    "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"
}