package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "tryit@1.0.3",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tryit@1.0.3",
  10. "_id": "tryit@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-OTvnMKlEb9Hq1tpZoBQwjzbCics=",
  13. "_location": "/tryit",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tryit@1.0.3",
  19. "name": "tryit",
  20. "escapedName": "tryit",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/gulp-wrap"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/tryit/-/tryit-1.0.3.tgz",
  29. "_spec": "1.0.3",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Henrik Joreteg",
  33. "email": "henrik@andyet.net"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/HenrikJoreteg/tryit/issues"
  37. },
  38. "description": "Module to wrap try-catch for better performance and cleaner API.",
  39. "devDependencies": {
  40. "tap-spec": "^2.1.2",
  41. "tape": "^3.0.3"
  42. },
  43. "files": [
  44. "tryit.js"
  45. ],
  46. "homepage": "https://github.com/HenrikJoreteg/tryit#readme",
  47. "keywords": [
  48. "errors",
  49. "try",
  50. "errorhandling"
  51. ],
  52. "license": "MIT",
  53. "main": "tryit.js",
  54. "name": "tryit",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+ssh://git@github.com/HenrikJoreteg/tryit.git"
  58. },
  59. "scripts": {
  60. "test": "node test/test.js | tap-spec"
  61. },
  62. "version": "1.0.3"
  63. }