Sha256: 02858fadcf0fdc93ac3a54df596a2cb08daa348230f1d2614287703d0fcaa051
Contents?: true
Size: 1.6 KB
Versions: 4
Compression:
Stored size: 1.6 KB
Contents
{ "name": "type-check", "version": "0.3.1", "author": { "name": "George Zahariev", "email": "z@georgezahariev.com" }, "description": "type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.", "homepage": "https://github.com/gkz/type-check", "keywords": [ "type", "check", "checking", "library" ], "files": [ "lib", "README.md", "LICENSE" ], "main": "./lib/", "bugs": { "url": "https://github.com/gkz/type-check/issues" }, "licenses": [ { "type": "MIT", "url": "https://raw.github.com/gkz/type-check/master/LICENSE" } ], "engines": { "node": ">= 0.8.0" }, "repository": { "type": "git", "url": "git://github.com/gkz/type-check.git" }, "scripts": { "test": "make test" }, "dependencies": { "prelude-ls": "~1.1.0" }, "devDependencies": { "LiveScript": "~1.2.0", "mocha": "~1.8.2", "istanbul": "~0.1.43", "browserify": "~2.33" }, "_id": "type-check@0.3.1", "dist": { "shasum": "9233923c4da174d0ac5480ecfd6ef84c349eb58d", "tarball": "http://registry.npmjs.org/type-check/-/type-check-0.3.1.tgz" }, "_from": "type-check@>=0.3.1 <0.4.0", "_npmVersion": "1.3.21", "_npmUser": { "name": "gkz", "email": "z@georgezahariev.com" }, "maintainers": [ { "name": "gkz", "email": "z@georgezahariev.com" } ], "directories": {}, "_shasum": "9233923c4da174d0ac5480ecfd6ef84c349eb58d", "_resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.1.tgz", "readme": "ERROR: No README data found!" }
Version data entries
4 entries across 4 versions & 2 rubygems