package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "ip-regex@^2.1.0",
  3. "_id": "ip-regex@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=",
  6. "_location": "/ip-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ip-regex@^2.1.0",
  12. "name": "ip-regex",
  13. "escapedName": "ip-regex",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/internal-ip/default-gateway",
  20. "/jest-environment-jsdom-fifteen/tough-cookie"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz",
  23. "_shasum": "fa78bf5d2e6913c911ce9f819ee5146bb6d844e9",
  24. "_spec": "ip-regex@^2.1.0",
  25. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\jest-environment-jsdom-fifteen\\node_modules\\tough-cookie",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/ip-regex/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Regular expression for matching IP addresses (IPv4 & IPv6)",
  37. "devDependencies": {
  38. "ava": "*",
  39. "xo": "*"
  40. },
  41. "engines": {
  42. "node": ">=4"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/sindresorhus/ip-regex#readme",
  48. "keywords": [
  49. "ip",
  50. "ipv6",
  51. "ipv4",
  52. "regex",
  53. "regexp",
  54. "re",
  55. "match",
  56. "test",
  57. "find",
  58. "text",
  59. "pattern",
  60. "internet",
  61. "protocol",
  62. "address",
  63. "validate"
  64. ],
  65. "license": "MIT",
  66. "name": "ip-regex",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/ip-regex.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava"
  73. },
  74. "version": "2.1.0",
  75. "xo": {
  76. "esnext": true
  77. }
  78. }