package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. "/urllib"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz",
  22. "_shasum": "ae05948f6b075435ed3307acce04629da8cdbf48",
  23. "_spec": "ip@^1.1.5",
  24. "_where": "F:\\HBuilderProjects\\test\\node_modules\\urllib",
  25. "author": {
  26. "name": "Fedor Indutny",
  27. "email": "fedor@indutny.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/indutny/node-ip/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)",
  35. "devDependencies": {
  36. "eslint": "^8.15.0",
  37. "mocha": "^10.0.0"
  38. },
  39. "files": [
  40. "lib",
  41. "README.md"
  42. ],
  43. "homepage": "https://github.com/indutny/node-ip",
  44. "license": "MIT",
  45. "main": "lib/ip",
  46. "name": "ip",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+ssh://git@github.com/indutny/node-ip.git"
  50. },
  51. "scripts": {
  52. "fix": "npm run lint -- --fix",
  53. "lint": "eslint lib/*.js test/*.js",
  54. "test": "npm run lint && mocha --reporter spec test/*-test.js"
  55. },
  56. "version": "1.1.8"
  57. }