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.

94 lines
3.4 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "nice-try@^1.0.4",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/cross-spawn"
  6. ]
  7. ],
  8. "_from": "nice-try@>=1.0.4 <2.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "nice-try@1.0.5",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/nice-try",
  14. "_nodeVersion": "8.11.3",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/nice-try_1.0.5_1535223789413_0.5231590849746954"
  18. },
  19. "_npmUser": {
  20. "email": "tobias@electerious.com",
  21. "name": "electerious"
  22. },
  23. "_npmVersion": "5.6.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "nice-try",
  27. "raw": "nice-try@^1.0.4",
  28. "rawSpec": "^1.0.4",
  29. "scope": null,
  30. "spec": ">=1.0.4 <2.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/cross-spawn"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
  37. "_shasum": "a3378a7696ce7d223e88fc9b764bd7ef1089e366",
  38. "_shrinkwrap": null,
  39. "_spec": "nice-try@^1.0.4",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/cross-spawn",
  41. "authors": [
  42. "Tobias Reich <tobias@electerious.com>"
  43. ],
  44. "bugs": {
  45. "url": "https://github.com/electerious/nice-try/issues"
  46. },
  47. "dependencies": {},
  48. "description": "Tries to execute a function and discards any error that occurs",
  49. "devDependencies": {
  50. "chai": "^4.1.2",
  51. "coveralls": "^3.0.0",
  52. "mocha": "^5.1.1",
  53. "nyc": "^12.0.1"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "fileCount": 5,
  58. "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
  59. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbgafuCRA9TVsSAnZWagAA/IUP/iR0HhUogu5qXTvZuZPb\npV8xoa4uaDvMrhfGcRIBN4qyt3oPjFvNWrfJcT20cNXd4X8B5c6UQdU0cvQ3\nLvYheSMavUoxWmZZS1SWEW8pd6IB2qKx+E/WfF9/NbYeRxrf33ome9wy29SX\nKYeAazZYmP8d7Kgjqv2aCMlY53uFH/prHdhFjDd+MmWUXP7cgc8eLGKC7op3\nCVdIjG0fQVBL7m8x8+APy0M3MQryO1i5f30YvoxTnHkxOvrDWfD4ANgLPjMC\na8JqSDaJcCnTKdsLVeFPX/ZWi/FpFBMsqPSoPIOHGOzlopNFGBNrNivf6/mV\n5IMxYZKql09GLKpaQH4DuIjMLT2x2SvhUCrFPRY4lSZZMI02sYwf4CveVVP0\nMn86lsS1uLKQg7jteyn/CjqnyN3dlrph9lR2wfCGzMZp+WmhILJn2WSmoxf9\nb2cooLwlrEuDiULerS6KiufJr26yJ8tJIr3PPV7DXOgoGUg/XkWnne8x9hi3\nCO7a2VOyk6Wk1gv2U7RBW7dnG7MuZfZAou2IZN5evZYWHhPVrxh77Y+zfweQ\n5lX2ZMJE3jDsTU2+krA6zQsoSYarGixOrM7KC5Sku6BqGmz8xsp4dLgwoi50\nzWJNiGEbd+Lxqj9W9Hu1XqeRiuo0M1tCzUKtscHVcNzF8dSLwbIUq7AnZdCk\nl9kk\r\n=Vcyt\r\n-----END PGP SIGNATURE-----\r\n",
  60. "shasum": "a3378a7696ce7d223e88fc9b764bd7ef1089e366",
  61. "tarball": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
  62. "unpackedSize": 3747
  63. },
  64. "files": [
  65. "src"
  66. ],
  67. "gitHead": "87013431e0877520763863f77dcb77dfd11eb2a9",
  68. "homepage": "https://github.com/electerious/nice-try",
  69. "keywords": [
  70. "catch",
  71. "error",
  72. "try"
  73. ],
  74. "license": "MIT",
  75. "main": "src/index.js",
  76. "maintainers": [
  77. {
  78. "name": "electerious",
  79. "email": "tobias@electerious.com"
  80. }
  81. ],
  82. "name": "nice-try",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/electerious/nice-try.git"
  88. },
  89. "scripts": {
  90. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  91. "test": "nyc node_modules/mocha/bin/_mocha"
  92. },
  93. "version": "1.0.5"
  94. }