|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "_args": [
- [
- "range_check@1.4.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_from": "range_check@1.4.0",
- "_id": "range_check@1.4.0",
- "_inBundle": false,
- "_integrity": "sha1-zYfHrGLEC6nfabhwPGBPYMN0hjU=",
- "_location": "/range_check",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "range_check@1.4.0",
- "name": "range_check",
- "escapedName": "range_check",
- "rawSpec": "1.4.0",
- "saveSpec": null,
- "fetchSpec": "1.4.0"
- },
- "_requiredBy": [
- "/express-ipfilter"
- ],
- "_resolved": "https://registry.npmjs.org/range_check/-/range_check-1.4.0.tgz",
- "_spec": "1.4.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Kevin Whitman",
- "url": "https://github.com/keverw"
- },
- "bugs": {
- "url": "https://github.com/keverw/range_check/issues"
- },
- "dependencies": {
- "ip6": "0.0.4",
- "ipaddr.js": "1.2"
- },
- "description": "This is a simple module to validate IP address, check ip address version, check if ip is within a range.",
- "homepage": "https://github.com/keverw/range_check#readme",
- "keywords": [
- "IP Address",
- "CIDR",
- "V4",
- "V6",
- "valid",
- "range",
- "addr",
- "ip",
- "ipv4",
- "ipv6"
- ],
- "license": "BSD",
- "main": "range_check.js",
- "name": "range_check",
- "publishConfig": {
- "registry": "https://registry.npmjs.org/"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/keverw/range_check.git"
- },
- "version": "1.4.0"
- }
|