mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
1.9 KiB
80 lines
1.9 KiB
{
|
|
"_args": [
|
|
[
|
|
"tryit@^1.0.1",
|
|
"/Users/trott/io.js/tools/node_modules/is-resolvable"
|
|
]
|
|
],
|
|
"_from": "tryit@>=1.0.1 <2.0.0",
|
|
"_id": "tryit@1.0.2",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/tryit",
|
|
"_nodeVersion": "4.1.0",
|
|
"_npmUser": {
|
|
"email": "henrik@joreteg.com",
|
|
"name": "henrikjoreteg"
|
|
},
|
|
"_npmVersion": "3.3.8",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "tryit",
|
|
"raw": "tryit@^1.0.1",
|
|
"rawSpec": "^1.0.1",
|
|
"scope": null,
|
|
"spec": ">=1.0.1 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/is-resolvable"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/tryit/-/tryit-1.0.2.tgz",
|
|
"_shasum": "c196b0073e6b1c595d93c9c830855b7acc32a453",
|
|
"_shrinkwrap": null,
|
|
"_spec": "tryit@^1.0.1",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/is-resolvable",
|
|
"author": {
|
|
"email": "henrik@andyet.net",
|
|
"name": "Henrik Joreteg"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/HenrikJoreteg/tryit/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Module to wrap try-catch for better performance and cleaner API.",
|
|
"devDependencies": {
|
|
"tap-spec": "^2.1.2",
|
|
"tape": "^3.0.3"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "c196b0073e6b1c595d93c9c830855b7acc32a453",
|
|
"tarball": "http://registry.npmjs.org/tryit/-/tryit-1.0.2.tgz"
|
|
},
|
|
"gitHead": "b567b4feb491e2ee89addd3d06f66d6ec2217cf5",
|
|
"homepage": "https://github.com/HenrikJoreteg/tryit#readme",
|
|
"keywords": [
|
|
"errors",
|
|
"try",
|
|
"errorhandling"
|
|
],
|
|
"license": "MIT",
|
|
"main": "tryit.js",
|
|
"maintainers": [
|
|
{
|
|
"email": "henrik@andyet.net",
|
|
"name": "henrikjoreteg"
|
|
}
|
|
],
|
|
"name": "tryit",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/HenrikJoreteg/tryit.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/test.js | tap-spec"
|
|
},
|
|
"version": "1.0.2"
|
|
}
|
|
|