canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS and CSS.
82 lines (81 loc) • 1.98 kB
JSON
{
"_args": [
[
"breakable@~1.0.0",
"/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/defs"
]
],
"_from": "breakable@>=1.0.0 <1.1.0",
"_id": "breakable@1.0.0",
"_inCache": 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/gajus/Documents/dev/canonical-code-style/canonical/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",
"installable": true,
"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": {},
"repository": {
"type": "git",
"url": "https://github.com/olov/breakable.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.0.0"
}