{ "_args": [ [ "type-check@0.4.0", "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui" ] ], "_development": true, "_from": "type-check@0.4.0", "_id": "type-check@0.4.0", "_inBundle": false, "_integrity": "sha1-B7ggO/pwVsBlcFDjzNLDdzC6uPE=", "_location": "/type-check", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "type-check@0.4.0", "name": "type-check", "escapedName": "type-check", "rawSpec": "0.4.0", "saveSpec": null, "fetchSpec": "0.4.0" }, "_requiredBy": [ "/levn", "/optionator" ], "_resolved": "https://registry.nlark.com/type-check/download/type-check-0.4.0.tgz", "_spec": "0.4.0", "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui", "author": { "name": "George Zahariev", "email": "z@georgezahariev.com" }, "bugs": { "url": "https://github.com/gkz/type-check/issues" }, "dependencies": { "prelude-ls": "^1.2.1" }, "description": "type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.", "devDependencies": { "browserify": "^16.5.1", "livescript": "^1.6.0", "mocha": "^7.1.1" }, "engines": { "node": ">= 0.8.0" }, "files": [ "lib", "README.md", "LICENSE" ], "homepage": "https://github.com/gkz/type-check", "keywords": [ "type", "check", "checking", "library" ], "license": "MIT", "main": "./lib/", "name": "type-check", "repository": { "type": "git", "url": "git://github.com/gkz/type-check.git" }, "scripts": { "test": "make test" }, "version": "0.4.0" }