{ "_from": "typical@^4.0.0", "_id": "typical@4.0.0", "_inBundle": false, "_integrity": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==", "_location": "/command-line-args/typical", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "typical@^4.0.0", "name": "typical", "escapedName": "typical", "rawSpec": "^4.0.0", "saveSpec": null, "fetchSpec": "^4.0.0" }, "_requiredBy": [ "/command-line-args" ], "_resolved": "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz", "_shasum": "cbeaff3b9d7ae1e2bbfaf5a4e6f11eccfde94fc4", "_spec": "typical@^4.0.0", "_where": "/home/l/plc/node-red/node_modules/command-line-args", "author": { "name": "Lloyd Brookes", "email": "75pound@gmail.com" }, "bugs": { "url": "https://github.com/75lb/typical/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Robust Javascript type-checking", "devDependencies": { "@test-runner/web": "^0.1.4", "coveralls": "^3.0.3", "esm-runner": "^0.1.2", "jsdoc-to-markdown": "^4.0.1", "rollup": "^1.7.0", "test-object-model": "^0.3.8", "test-runner": "^0.6.0-14" }, "engines": { "node": ">=8" }, "files": [ "index.mjs", "dist/index.js" ], "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": "dist/index.js", "name": "typical", "repository": { "type": "git", "url": "git+https://github.com/75lb/typical.git" }, "scripts": { "cover": "nyc --reporter=text-lcov test-runner test.js | coveralls", "dist": "rollup index.mjs -f umd -n typical -o dist/index.js", "docs": "jsdoc2md -c jsdoc.conf -t README.hbs index.mjs > README.md; echo", "test": "npm run test:js && npm run test:esm && npm run test:web", "test:esm": "esm-runner test*.mjs", "test:js": "rollup test.mjs -f cjs -o dist/test.js && rollup test-v10.mjs -f cjs -o dist/test-v10.js && test-runner dist/test*.js", "test:web": "web-runner test.mjs" }, "version": "4.0.0" }