package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "ip@^1.1.5",
  3. "_id": "ip@1.1.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==",
  6. "_location": "/ip",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ip@^1.1.5",
  12. "name": "ip",
  13. "escapedName": "ip",
  14. "rawSpec": "^1.1.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.5"
  17. },
  18. "_requiredBy": [
  19. "/dns-packet",
  20. "/pac-resolver",
  21. "/urllib",
  22. "/webpack-dev-server"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz",
  25. "_shasum": "ae05948f6b075435ed3307acce04629da8cdbf48",
  26. "_spec": "ip@^1.1.5",
  27. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\urllib",
  28. "author": {
  29. "name": "Fedor Indutny",
  30. "email": "fedor@indutny.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/indutny/node-ip/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)",
  38. "devDependencies": {
  39. "eslint": "^8.15.0",
  40. "mocha": "^10.0.0"
  41. },
  42. "files": [
  43. "lib",
  44. "README.md"
  45. ],
  46. "homepage": "https://github.com/indutny/node-ip",
  47. "license": "MIT",
  48. "main": "lib/ip",
  49. "name": "ip",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+ssh://git@github.com/indutny/node-ip.git"
  53. },
  54. "scripts": {
  55. "fix": "npm run lint -- --fix",
  56. "lint": "eslint lib/*.js test/*.js",
  57. "test": "npm run lint && mocha --reporter spec test/*-test.js"
  58. },
  59. "version": "1.1.8"
  60. }