package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "ip-regex@4.3.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ip-regex@4.3.0",
  10. "_id": "ip-regex@4.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q==",
  13. "_location": "/ip-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ip-regex@4.3.0",
  19. "name": "ip-regex",
  20. "escapedName": "ip-regex",
  21. "rawSpec": "4.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.3.0"
  24. },
  25. "_requiredBy": [
  26. "/is2"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-4.3.0.tgz",
  29. "_spec": "4.3.0",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/ip-regex/issues"
  38. },
  39. "description": "Regular expression for matching IP addresses (IPv4 & IPv6)",
  40. "devDependencies": {
  41. "ava": "^1.4.1",
  42. "tsd": "^0.7.2",
  43. "xo": "^0.24.0"
  44. },
  45. "engines": {
  46. "node": ">=8"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/ip-regex#readme",
  53. "keywords": [
  54. "ip",
  55. "ipv6",
  56. "ipv4",
  57. "regex",
  58. "regexp",
  59. "re",
  60. "match",
  61. "test",
  62. "find",
  63. "text",
  64. "pattern",
  65. "internet",
  66. "protocol",
  67. "address",
  68. "validate"
  69. ],
  70. "license": "MIT",
  71. "name": "ip-regex",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/ip-regex.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava && tsd"
  78. },
  79. "version": "4.3.0"
  80. }