kitchensink
Version:
Dispatch's awesome components and style guide
83 lines (82 loc) • 2.02 kB
JSON
{
"_args": [
[
"breakable@~1.0.0",
"/Users/derekcaneja/Git/dispatch.me/kitchen/examples/node_modules/defs"
]
],
"_from": "breakable@>=1.0.0 <1.1.0",
"_id": "breakable@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/breakable",
"_npmUser": {
"email": "olov.lassus@gmail.com",
"name": "olov"
},
"_npmVersion": "1.3.25",
"_phantomChildren": {},
"_requested": {
"name": "breakable",
"raw": "breakable@~1.0.0",
"rawSpec": "~1.0.0",
"scope": null,
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/defs"
],
"_resolved": "https://registry.npmjs.org/breakable/-/breakable-1.0.0.tgz",
"_shasum": "784a797915a38ead27bad456b5572cb4bbaa78c1",
"_shrinkwrap": null,
"_spec": "breakable@~1.0.0",
"_where": "/Users/derekcaneja/Git/dispatch.me/kitchen/examples/node_modules/defs",
"author": {
"email": "olov.lassus@gmail.com",
"name": "Olov Lassus"
},
"bugs": {
"url": "https://github.com/olov/breakable/issues"
},
"dependencies": {},
"description": "Break out of functions, recursive or not, in a more composable way than by using exceptions explicitly. Non-local return.",
"devDependencies": {
"tap": "~0.4.4"
},
"directories": {},
"dist": {
"shasum": "784a797915a38ead27bad456b5572cb4bbaa78c1",
"tarball": "http://registry.npmjs.org/breakable/-/breakable-1.0.0.tgz"
},
"homepage": "https://github.com/olov/breakable",
"keywords": [
"break",
"breakable",
"catch",
"exception",
"non-local",
"return",
"throw",
"try"
],
"license": "MIT",
"main": "breakable.js",
"maintainers": [
{
"name": "olov",
"email": "olov.lassus@gmail.com"
}
],
"name": "breakable",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/olov/breakable.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.0.0"
}