package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "ip@1.0.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ip@1.0.1",
  10. "_id": "ip@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-7D9qrinLjjMdwGUoq7tAls0WvUGDjuxTnhfB9HWfqUyeWWwE4Ap4LnxHuTpAxh6iE6HHDY6gLdXbRlFrAIIzPw==",
  13. "_location": "/ip",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ip@1.0.1",
  19. "name": "ip",
  20. "escapedName": "ip",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/pac-resolver"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ip/-/ip-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Fedor Indutny",
  33. "email": "fedor@indutny.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/indutny/node-ip/issues"
  37. },
  38. "description": "IP address utilities for node.js",
  39. "devDependencies": {
  40. "jscs": "^2.1.1",
  41. "jshint": "^2.8.0",
  42. "mocha": "~1.3.2"
  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. "test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter spec test/*-test.js"
  54. },
  55. "version": "1.0.1"
  56. }