{ "_args": [ [ "is2@2.0.9", "E:\\2023\\5\\myjadmin" ] ], "_development": true, "_from": "is2@2.0.9", "_id": "is2@2.0.9", "_inBundle": false, "_integrity": "sha512-rZkHeBn9Zzq52sd9IUIV3a5mfwBY+o2HePMh0wkGBM4z4qjvy2GwVxQ6nNXSfw6MmVP6gf1QIlWjiOavhM3x5g==", "_location": "/is2", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "is2@2.0.9", "name": "is2", "escapedName": "is2", "rawSpec": "2.0.9", "saveSpec": null, "fetchSpec": "2.0.9" }, "_requiredBy": [ "/tcp-port-used" ], "_resolved": "https://registry.npmjs.org/is2/-/is2-2.0.9.tgz", "_spec": "2.0.9", "_where": "E:\\2023\\5\\myjadmin", "author": { "name": "Enrico Marino", "email": "enrico.marino@email.com" }, "bugs": { "url": "http://github.com/stdarg/is/issues" }, "dependencies": { "deep-is": "^0.1.3", "ip-regex": "^4.1.0", "is-url": "^1.2.4" }, "description": "A type checking library where each exported function returns either true or false and does not throw. Also added tests.", "devDependencies": { "mocha": "6.2.3", "mongodb": "3.2.4" }, "engines": { "node": ">=v0.10.0" }, "homepage": "http://github.com/stdarg/is2", "keywords": [ "type", "check", "checker", "checking", "utilities", "network", "networking", "credit", "card", "validation" ], "license": "MIT", "main": "./index.js", "maintainers": "Edmond Meinfelder , Chris Oyler ", "name": "is2", "repository": { "type": "git", "url": "git+ssh://git@github.com/stdarg/is2.git" }, "scripts": { "test": "mocha -C --reporter list tests.js" }, "tags": [ "type", "check", "checker", "checking", "utilities", "network", "networking", "credit", "card", "validation" ], "version": "2.0.9" }