保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/is-negative-zero/package.json
@@ -1,32 +1,27 @@
{
  "_args": [
    [
      "is-negative-zero@2.0.1",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "is-negative-zero@2.0.1",
  "_id": "is-negative-zero@2.0.1",
  "_from": "is-negative-zero@^2.0.2",
  "_id": "is-negative-zero@2.0.2",
  "_inBundle": false,
  "_integrity": "sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==",
  "_integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
  "_location": "/is-negative-zero",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "is-negative-zero@2.0.1",
    "raw": "is-negative-zero@^2.0.2",
    "name": "is-negative-zero",
    "escapedName": "is-negative-zero",
    "rawSpec": "2.0.1",
    "rawSpec": "^2.0.2",
    "saveSpec": null,
    "fetchSpec": "2.0.1"
    "fetchSpec": "^2.0.2"
  },
  "_requiredBy": [
    "/es-abstract"
  ],
  "_resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz",
  "_spec": "2.0.1",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
  "_shasum": "7bf6f03a28003b8b3965de3ac26f664d765f3150",
  "_spec": "is-negative-zero@^2.0.2",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\es-abstract",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
@@ -42,16 +37,17 @@
  "bugs": {
    "url": "https://github.com/inspect-js/is-negative-zero/issues"
  },
  "dependencies": {},
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Is this value negative zero? === will lie to you",
  "devDependencies": {
    "@ljharb/eslint-config": "^17.3.0",
    "aud": "^1.1.3",
    "auto-changelog": "^2.2.1",
    "eslint": "^7.14.0",
    "@ljharb/eslint-config": "^20.0.0",
    "aud": "^1.1.5",
    "auto-changelog": "^2.3.0",
    "eslint": "^8.4.1",
    "nyc": "^10.3.2",
    "safe-publish-latest": "^1.1.4",
    "tape": "^5.0.1"
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.3.2"
  },
  "engines": {
    "node": ">= 0.4"
@@ -78,10 +74,11 @@
    "url": "git://github.com/inspect-js/is-negative-zero.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": "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'",
@@ -106,5 +103,5 @@
      "android-browser/4.2"
    ]
  },
  "version": "2.0.1"
  "version": "2.0.2"
}