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.

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. "/bin-version/cross-spawn",
  20. "/gifsicle/cross-spawn",
  21. "/pngquant-bin/cross-spawn"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
  24. "_shasum": "a3378a7696ce7d223e88fc9b764bd7ef1089e366",
  25. "_spec": "nice-try@^1.0.4",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\bin-version\\node_modules\\cross-spawn",
  27. "authors": [
  28. "Tobias Reich <tobias@electerious.com>"
  29. ],
  30. "bugs": {
  31. "url": "https://github.com/electerious/nice-try/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Tries to execute a function and discards any error that occurs",
  36. "devDependencies": {
  37. "chai": "^4.1.2",
  38. "coveralls": "^3.0.0",
  39. "mocha": "^5.1.1",
  40. "nyc": "^12.0.1"
  41. },
  42. "files": [
  43. "src"
  44. ],
  45. "homepage": "https://github.com/electerious/nice-try",
  46. "keywords": [
  47. "try",
  48. "catch",
  49. "error"
  50. ],
  51. "license": "MIT",
  52. "main": "src/index.js",
  53. "name": "nice-try",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/electerious/nice-try.git"
  57. },
  58. "scripts": {
  59. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  60. "test": "nyc node_modules/mocha/bin/_mocha"
  61. },
  62. "version": "1.0.5"
  63. }