![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/local/n/versions/node/14.15.4/lib/node_modules/npm/node_modules/is-cidr/ |
Upload File : |
{ "_from": "is-cidr@3.0.0", "_id": "is-cidr@3.0.0", "_inBundle": false, "_integrity": "sha512-8Xnnbjsb0x462VoYiGlhEi+drY8SFwrHiSYuzc/CEwco55vkehTaxAyIjEdpi3EMvLPPJAJi9FlzP+h+03gp0Q==", "_location": "/is-cidr", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "is-cidr@3.0.0", "name": "is-cidr", "escapedName": "is-cidr", "rawSpec": "3.0.0", "saveSpec": null, "fetchSpec": "3.0.0" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-3.0.0.tgz", "_shasum": "1acf35c9e881063cd5f696d48959b30fed3eed56", "_spec": "is-cidr@3.0.0", "_where": "/Users/aeschright/code/cli", "author": { "name": "silverwind", "email": "me@silverwind.io" }, "bugs": { "url": "https://github.com/silverwind/is-cidr/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Felipe Apostol", "email": "flipjs.io@gmail.com", "url": "http://flipjs.io/" } ], "dependencies": { "cidr-regex": "^2.0.10" }, "deprecated": false, "description": "Check if a string is an IP address in CIDR notation", "devDependencies": { "eslint": "^5.7.0", "eslint-config-silverwind": "^2.0.9", "updates": "^4.5.2", "ver": "^3.0.0" }, "engines": { "node": ">=6" }, "files": [ "index.js" ], "homepage": "https://github.com/silverwind/is-cidr#readme", "keywords": [ "cidr", "regex", "notation", "cidr notation", "prefix", "prefixes", "ip", "ip address", "network" ], "license": "BSD-2-Clause", "name": "is-cidr", "repository": { "type": "git", "url": "git+https://github.com/silverwind/is-cidr.git" }, "scripts": { "test": "make test" }, "version": "3.0.0" }