package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "ip@^1.1.5",
  3. "_id": "ip@1.1.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SLm2ERgmBGag79RfrIknk+40ZOJCgUBpCQTl3WE2YER21VR0W3Vt/OAXXaYLSU0AIcBqWnytoTwk2ZcTbxH0xg==",
  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. "/webpack-dev-server"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ip/-/ip-1.1.7.tgz",
  23. "_shasum": "4f6195d7bdb30435aac35301e7b993c6c8218c0d",
  24. "_spec": "ip@^1.1.5",
  25. "_where": "/Users/lihai/jolijoli/pad_spa/node_modules/webpack-dev-server",
  26. "author": {
  27. "name": "Fedor Indutny",
  28. "email": "fedor@indutny.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/indutny/node-ip/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)",
  36. "devDependencies": {
  37. "eslint": "^8.15.0",
  38. "mocha": "^10.0.0"
  39. },
  40. "files": [
  41. "lib",
  42. "README.md"
  43. ],
  44. "homepage": "https://github.com/indutny/node-ip",
  45. "license": "MIT",
  46. "main": "lib/ip",
  47. "name": "ip",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+ssh://git@github.com/indutny/node-ip.git"
  51. },
  52. "scripts": {
  53. "fix": "npm run lint -- --fix",
  54. "lint": "eslint lib/*.js test/*.js",
  55. "test": "npm run lint && mocha --reporter spec test/*-test.js"
  56. },
  57. "version": "1.1.7"
  58. }