package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "ip-regex@^1.0.1",
  6. "scope": null,
  7. "escapedName": "ip-regex",
  8. "name": "ip-regex",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/url-regex"
  14. ]
  15. ],
  16. "_from": "ip-regex@>=1.0.1 <2.0.0",
  17. "_id": "ip-regex@1.0.3",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/ip-regex",
  21. "_nodeVersion": "0.12.0",
  22. "_npmUser": {
  23. "name": "sindresorhus",
  24. "email": "sindresorhus@gmail.com"
  25. },
  26. "_npmVersion": "2.5.0",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "ip-regex@^1.0.1",
  30. "scope": null,
  31. "escapedName": "ip-regex",
  32. "name": "ip-regex",
  33. "rawSpec": "^1.0.1",
  34. "spec": ">=1.0.1 <2.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/url-regex"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-1.0.3.tgz",
  41. "_shasum": "dc589076f659f419c222039a33316f1c7387effd",
  42. "_shrinkwrap": null,
  43. "_spec": "ip-regex@^1.0.1",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/url-regex",
  45. "author": {
  46. "name": "Sindre Sorhus",
  47. "email": "sindresorhus@gmail.com",
  48. "url": "http://sindresorhus.com"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/sindresorhus/ip-regex/issues"
  52. },
  53. "dependencies": {},
  54. "description": "Regular expression for matching IP addresses",
  55. "devDependencies": {
  56. "ava": "0.0.4"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "dc589076f659f419c222039a33316f1c7387effd",
  61. "tarball": "https://registry.npmjs.org/ip-regex/-/ip-regex-1.0.3.tgz"
  62. },
  63. "engines": {
  64. "node": ">=0.10.0"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "gitHead": "4237cf39da0e1b2ea883bc65bde2b69921d78ceb",
  70. "homepage": "https://github.com/sindresorhus/ip-regex",
  71. "keywords": [
  72. "text",
  73. "regex",
  74. "regexp",
  75. "re",
  76. "match",
  77. "test",
  78. "find",
  79. "pattern",
  80. "ip",
  81. "internet",
  82. "protocol",
  83. "address",
  84. "validate"
  85. ],
  86. "license": "MIT",
  87. "maintainers": [
  88. {
  89. "name": "sindresorhus",
  90. "email": "sindresorhus@gmail.com"
  91. }
  92. ],
  93. "name": "ip-regex",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/sindresorhus/ip-regex.git"
  99. },
  100. "scripts": {
  101. "test": "node test.js"
  102. },
  103. "version": "1.0.3"
  104. }