Website/node_modules/type-check/package.json

98 lines
2.2 KiB
JSON

{
"_args": [
[
"type-check@~0.3.1",
"/Users/okennedy/Documents/Website/node_modules/optionator"
]
],
"_from": "type-check@>=0.3.1 <0.4.0",
"_id": "type-check@0.3.1",
"_inCache": true,
"_installable": true,
"_location": "/type-check",
"_npmUser": {
"email": "z@georgezahariev.com",
"name": "gkz"
},
"_npmVersion": "1.3.21",
"_phantomChildren": {},
"_requested": {
"name": "type-check",
"raw": "type-check@~0.3.1",
"rawSpec": "~0.3.1",
"scope": null,
"spec": ">=0.3.1 <0.4.0",
"type": "range"
},
"_requiredBy": [
"/levn",
"/optionator"
],
"_resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.1.tgz",
"_shasum": "9233923c4da174d0ac5480ecfd6ef84c349eb58d",
"_shrinkwrap": null,
"_spec": "type-check@~0.3.1",
"_where": "/Users/okennedy/Documents/Website/node_modules/optionator",
"author": {
"email": "z@georgezahariev.com",
"name": "George Zahariev"
},
"bugs": {
"url": "https://github.com/gkz/type-check/issues"
},
"dependencies": {
"prelude-ls": "~1.1.0"
},
"description": "type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.",
"devDependencies": {
"LiveScript": "~1.2.0",
"browserify": "~2.33",
"istanbul": "~0.1.43",
"mocha": "~1.8.2"
},
"directories": {},
"dist": {
"shasum": "9233923c4da174d0ac5480ecfd6ef84c349eb58d",
"tarball": "http://registry.npmjs.org/type-check/-/type-check-0.3.1.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"LICENSE",
"README.md",
"lib"
],
"homepage": "https://github.com/gkz/type-check",
"keywords": [
"check",
"checking",
"library",
"type"
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/gkz/type-check/master/LICENSE"
}
],
"main": "./lib/",
"maintainers": [
{
"name": "gkz",
"email": "z@georgezahariev.com"
}
],
"name": "type-check",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/gkz/type-check.git"
},
"scripts": {
"test": "make test"
},
"version": "0.3.1"
}