package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "is-cidr@3.0.0",
  3. "_id": "is-cidr@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8Xnnbjsb0x462VoYiGlhEi+drY8SFwrHiSYuzc/CEwco55vkehTaxAyIjEdpi3EMvLPPJAJi9FlzP+h+03gp0Q==",
  6. "_location": "/is-cidr",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "is-cidr@3.0.0",
  12. "name": "is-cidr",
  13. "escapedName": "is-cidr",
  14. "rawSpec": "3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "3.0.0"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-3.0.0.tgz",
  23. "_shasum": "1acf35c9e881063cd5f696d48959b30fed3eed56",
  24. "_spec": "is-cidr@3.0.0",
  25. "_where": "/Users/aeschright/code/cli",
  26. "author": {
  27. "name": "silverwind",
  28. "email": "me@silverwind.io"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/silverwind/is-cidr/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Felipe Apostol",
  37. "email": "flipjs.io@gmail.com",
  38. "url": "http://flipjs.io/"
  39. }
  40. ],
  41. "dependencies": {
  42. "cidr-regex": "^2.0.10"
  43. },
  44. "deprecated": false,
  45. "description": "Check if a string is an IP address in CIDR notation",
  46. "devDependencies": {
  47. "eslint": "^5.7.0",
  48. "eslint-config-silverwind": "^2.0.9",
  49. "updates": "^4.5.2",
  50. "ver": "^3.0.0"
  51. },
  52. "engines": {
  53. "node": ">=6"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/silverwind/is-cidr#readme",
  59. "keywords": [
  60. "cidr",
  61. "regex",
  62. "notation",
  63. "cidr notation",
  64. "prefix",
  65. "prefixes",
  66. "ip",
  67. "ip address",
  68. "network"
  69. ],
  70. "license": "BSD-2-Clause",
  71. "name": "is-cidr",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/silverwind/is-cidr.git"
  75. },
  76. "scripts": {
  77. "test": "make test"
  78. },
  79. "version": "3.0.0"
  80. }