Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

71 řádky
1.9 KiB

  1. {
  2. "_args": [
  3. [
  4. "stack-utils@1.0.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "stack-utils@1.0.2",
  9. "_id": "stack-utils@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA==",
  12. "_location": "/stack-utils",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "stack-utils@1.0.2",
  18. "name": "stack-utils",
  19. "escapedName": "stack-utils",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/jest-message-util"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-1.0.2.tgz",
  28. "_spec": "1.0.2",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "James Talmage",
  32. "email": "james@talmage.io",
  33. "url": "github.com/jamestalmage"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/tapjs/stack-utils/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Captures and cleans stack traces",
  40. "devDependencies": {
  41. "bluebird": "^3.1.1",
  42. "coveralls": "^2.11.6",
  43. "flatten": "0.0.1",
  44. "nested-error-stacks": "^2.0.0",
  45. "pify": "^2.3.0",
  46. "q": "^1.4.1",
  47. "tap": "^10.3.2"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/tapjs/stack-utils#readme",
  56. "keywords": [],
  57. "license": "MIT",
  58. "name": "stack-utils",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/tapjs/stack-utils.git"
  62. },
  63. "scripts": {
  64. "postpublish": "git push origin --all; git push origin --tags",
  65. "postversion": "npm publish",
  66. "preversion": "npm test",
  67. "test": "tap test/*.js --100 -J"
  68. },
  69. "version": "1.0.2"
  70. }