{ "name": "@sindresorhus/is", "version": "0.4.0", "description": "Type check values: `is.string('🦄') //=> true`", "license": "MIT", "repository": "sindresorhus/is", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=4" }, "scripts": { "test": "tsc && ava dist/tests", "build": "tsc", "prepublish": "tsc" }, "files": [ "index.js", "index.d.ts", "index.js.map" ], "keywords": [ "type", "types", "is", "check", "checking", "validate", "validation", "utility", "util", "typeof", "instanceof", "object", "assert", "assertion", "test", "kind", "primitive", "verify", "compare" ], "devDependencies": { "@types/jsdom": "^11.0.3", "@types/node": "^8.0.47", "ava": "*", "jsdom": "^11.3.0", "typescript": "^2.6.1" } }