package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "nice-try@^1.0.4",
  5. "/home/seleznev/project Angular/Quality system/node_modules/webpack-cli/node_modules/cross-spawn"
  6. ]
  7. ],
  8. "_from": "nice-try@>=1.0.4 <2.0.0",
  9. "_id": "nice-try@1.0.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/nice-try",
  13. "_nodeVersion": "8.1.2",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/nice-try-1.0.4.tgz_1502220875294_0.13720005913637578"
  17. },
  18. "_npmUser": {
  19. "email": "tobias@electerious.com",
  20. "name": "electerious"
  21. },
  22. "_npmVersion": "5.3.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "nice-try",
  26. "raw": "nice-try@^1.0.4",
  27. "rawSpec": "^1.0.4",
  28. "scope": null,
  29. "spec": ">=1.0.4 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/webpack-cli/cross-spawn",
  34. "/yeoman-environment/cross-spawn",
  35. "/yeoman-generator/cross-spawn"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.4.tgz",
  38. "_shasum": "d93962f6c52f2c1558c0fbda6d512819f1efe1c4",
  39. "_shrinkwrap": null,
  40. "_spec": "nice-try@^1.0.4",
  41. "_where": "/home/seleznev/project Angular/Quality system/node_modules/webpack-cli/node_modules/cross-spawn",
  42. "authors": [
  43. "Tobias Reich <tobias@electerious.com>"
  44. ],
  45. "bugs": {
  46. "url": "https://github.com/electerious/nice-try/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Tries to execute a function and discards any error that occurs",
  50. "devDependencies": {
  51. "chai": "^4.1.1",
  52. "coveralls": "^2.13.1",
  53. "mocha": "^3.5.0",
  54. "nyc": "^11.1.0"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "integrity": "sha512-2NpiFHqC87y/zFke0fC0spBXL3bBsoh/p5H1EFhshxjCR5+0g2d6BiXbUFz9v1sAcxsk2htp2eQnNIci2dIYcA==",
  59. "shasum": "d93962f6c52f2c1558c0fbda6d512819f1efe1c4",
  60. "tarball": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.4.tgz"
  61. },
  62. "files": [
  63. "src"
  64. ],
  65. "gitHead": "c3b571e36646eb738485d86c56c77c4d3908a02b",
  66. "homepage": "https://github.com/electerious/nice-try",
  67. "keywords": [
  68. "catch",
  69. "error",
  70. "try"
  71. ],
  72. "license": "MIT",
  73. "main": "src/index.js",
  74. "maintainers": [
  75. {
  76. "name": "electerious",
  77. "email": "tobias@electerious.com"
  78. }
  79. ],
  80. "name": "nice-try",
  81. "optionalDependencies": {},
  82. "readme": "ERROR: No README data found!",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/electerious/nice-try.git"
  86. },
  87. "scripts": {
  88. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  89. "prepublish": "npm test",
  90. "test": "nyc node_modules/mocha/bin/_mocha"
  91. },
  92. "version": "1.0.4"
  93. }