保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/ip/package.json
@@ -1,32 +1,27 @@
{
  "_args": [
    [
      "ip@1.1.5",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "ip@1.1.5",
  "_id": "ip@1.1.5",
  "_from": "ip@^1.1.5",
  "_id": "ip@1.1.8",
  "_inBundle": false,
  "_integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=",
  "_integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==",
  "_location": "/ip",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "ip@1.1.5",
    "raw": "ip@^1.1.5",
    "name": "ip",
    "escapedName": "ip",
    "rawSpec": "1.1.5",
    "rawSpec": "^1.1.5",
    "saveSpec": null,
    "fetchSpec": "1.1.5"
    "fetchSpec": "^1.1.5"
  },
  "_requiredBy": [
    "/@nuxt/server"
  ],
  "_resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
  "_spec": "1.1.5",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz",
  "_shasum": "ae05948f6b075435ed3307acce04629da8cdbf48",
  "_spec": "ip@^1.1.5",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\server",
  "author": {
    "name": "Fedor Indutny",
    "email": "fedor@indutny.com"
@@ -34,12 +29,17 @@
  "bugs": {
    "url": "https://github.com/indutny/node-ip/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)",
  "devDependencies": {
    "jscs": "^2.1.1",
    "jshint": "^2.8.0",
    "mocha": "~1.3.2"
    "eslint": "^8.15.0",
    "mocha": "^10.0.0"
  },
  "files": [
    "lib",
    "README.md"
  ],
  "homepage": "https://github.com/indutny/node-ip",
  "license": "MIT",
  "main": "lib/ip",
@@ -49,8 +49,9 @@
    "url": "git+ssh://git@github.com/indutny/node-ip.git"
  },
  "scripts": {
    "fix": "jscs lib/*.js test/*.js --fix",
    "test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter spec test/*-test.js"
    "fix": "npm run lint -- --fix",
    "lint": "eslint lib/*.js test/*.js",
    "test": "npm run lint && mocha --reporter spec test/*-test.js"
  },
  "version": "1.1.5"
  "version": "1.1.8"
}