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.
59 lines
1.5 KiB
59 lines
1.5 KiB
{
|
|
"_from": "tryit@^1.0.1",
|
|
"_id": "tryit@1.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-OTvnMKlEb9Hq1tpZoBQwjzbCics=",
|
|
"_location": "/eslint/tryit",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "tryit@^1.0.1",
|
|
"name": "tryit",
|
|
"escapedName": "tryit",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint/is-resolvable"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/tryit/-/tryit-1.0.3.tgz",
|
|
"_shasum": "393be730a9446fd1ead6da59a014308f36c289cb",
|
|
"_spec": "tryit@^1.0.1",
|
|
"_where": "/Users/trott/io.js/tools/eslint-tmp/node_modules/eslint/node_modules/is-resolvable",
|
|
"author": {
|
|
"name": "Henrik Joreteg",
|
|
"email": "henrik@andyet.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/HenrikJoreteg/tryit/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Module to wrap try-catch for better performance and cleaner API.",
|
|
"devDependencies": {
|
|
"tap-spec": "^2.1.2",
|
|
"tape": "^3.0.3"
|
|
},
|
|
"files": [
|
|
"tryit.js"
|
|
],
|
|
"homepage": "https://github.com/HenrikJoreteg/tryit#readme",
|
|
"keywords": [
|
|
"errors",
|
|
"try",
|
|
"errorhandling"
|
|
],
|
|
"license": "MIT",
|
|
"main": "tryit.js",
|
|
"name": "tryit",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/HenrikJoreteg/tryit.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/test.js | tap-spec"
|
|
},
|
|
"version": "1.0.3"
|
|
}
|
|
|