| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "_from": "ip@^2.0.0",
- "_id": "ip@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==",
- "_location": "/ip",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "ip@^2.0.0",
- "name": "ip",
- "escapedName": "ip",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/socks"
- ],
- "_resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
- "_shasum": "4cf4ab182fee2314c75ede1276f8c80b479936da",
- "_spec": "ip@^2.0.0",
- "_where": "G:\\项目\\mobile\\node_modules\\socks",
- "author": {
- "name": "Fedor Indutny",
- "email": "fedor@indutny.com"
- },
- "bugs": {
- "url": "https://github.com/indutny/node-ip/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "[](https://www.npmjs.com/package/ip)",
- "devDependencies": {
- "eslint": "^8.15.0",
- "mocha": "^10.0.0"
- },
- "files": [
- "lib",
- "README.md"
- ],
- "homepage": "https://github.com/indutny/node-ip",
- "license": "MIT",
- "main": "lib/ip",
- "name": "ip",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/indutny/node-ip.git"
- },
- "scripts": {
- "fix": "npm run lint -- --fix",
- "lint": "eslint lib/*.js test/*.js",
- "test": "npm run lint && mocha --reporter spec test/*-test.js"
- },
- "version": "2.0.0"
- }
|