{ "_args": [ [ "typical@2.6.1", "/opt/services/PiAlive" ] ], "_from": "typical@2.6.1", "_id": "typical@2.6.1", "_inBundle": false, "_integrity": "sha1-XAgOXWYcu+OCWdLnCjxyU+hziB0=", "_location": "/typical", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "typical@2.6.1", "name": "typical", "escapedName": "typical", "rawSpec": "2.6.1", "saveSpec": null, "fetchSpec": "2.6.1" }, "_requiredBy": [ "/array-back", "/command-line-args", "/test-value" ], "_resolved": "https://registry.npmjs.org/typical/-/typical-2.6.1.tgz", "_spec": "2.6.1", "_where": "/opt/services/PiAlive", "author": { "name": "Lloyd Brookes", "email": "75pound@gmail.com" }, "bugs": { "url": "https://github.com/75lb/typical/issues" }, "description": "Robust Javascript type-checking", "devDependencies": { "core-assert": "^0.2.1", "feature-detect-es6": "^1.3.1", "jsdoc-to-markdown": "^3.0.0", "test-runner": "^0.3.0" }, "homepage": "https://github.com/75lb/typical#readme", "keywords": [ "type", "checking", "check", "value", "valid", "is", "number", "object", "plainobject", "array", "like", "defined", "string", "boolean", "function", "promise", "iterable", "class", "primitive" ], "license": "MIT", "main": "./lib/typical.js", "name": "typical", "repository": { "type": "git", "url": "git+https://github.com/75lb/typical.git" }, "scripts": { "docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo", "test": "test-runner test/*.js" }, "version": "2.6.1" }