You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "ip-regex@^1.0.1",
  3. "_id": "ip-regex@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-3FiQdvZZ9BnCIgOaMzFvHHOH7/0=",
  6. "_location": "/ip-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ip-regex@^1.0.1",
  12. "name": "ip-regex",
  13. "escapedName": "ip-regex",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/url-regex"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-1.0.3.tgz",
  22. "_shasum": "dc589076f659f419c222039a33316f1c7387effd",
  23. "_spec": "ip-regex@^1.0.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\url-regex",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "http://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/ip-regex/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Regular expression for matching IP addresses",
  36. "devDependencies": {
  37. "ava": "0.0.4"
  38. },
  39. "engines": {
  40. "node": ">=0.10.0"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/sindresorhus/ip-regex#readme",
  46. "keywords": [
  47. "text",
  48. "regex",
  49. "regexp",
  50. "re",
  51. "match",
  52. "test",
  53. "find",
  54. "pattern",
  55. "ip",
  56. "internet",
  57. "protocol",
  58. "address",
  59. "validate"
  60. ],
  61. "license": "MIT",
  62. "name": "ip-regex",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/ip-regex.git"
  66. },
  67. "scripts": {
  68. "test": "node test.js"
  69. },
  70. "version": "1.0.3"
  71. }