package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "nice-try@^1.0.4",
  3. "_id": "nice-try@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
  6. "_location": "/nice-try",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nice-try@^1.0.4",
  12. "name": "nice-try",
  13. "escapedName": "nice-try",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/customizr/cross-spawn",
  20. "/execa/cross-spawn"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
  23. "_shasum": "a3378a7696ce7d223e88fc9b764bd7ef1089e366",
  24. "_spec": "nice-try@^1.0.4",
  25. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/customizr/node_modules/cross-spawn",
  26. "authors": [
  27. "Tobias Reich <tobias@electerious.com>"
  28. ],
  29. "bugs": {
  30. "url": "https://github.com/electerious/nice-try/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Tries to execute a function and discards any error that occurs",
  35. "devDependencies": {
  36. "chai": "^4.1.2",
  37. "coveralls": "^3.0.0",
  38. "mocha": "^5.1.1",
  39. "nyc": "^12.0.1"
  40. },
  41. "files": [
  42. "src"
  43. ],
  44. "homepage": "https://github.com/electerious/nice-try",
  45. "keywords": [
  46. "try",
  47. "catch",
  48. "error"
  49. ],
  50. "license": "MIT",
  51. "main": "src/index.js",
  52. "name": "nice-try",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/electerious/nice-try.git"
  56. },
  57. "scripts": {
  58. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  59. "test": "nyc node_modules/mocha/bin/_mocha"
  60. },
  61. "version": "1.0.5"
  62. }