package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "capture-stack-trace@^1.0.0",
  6. "scope": null,
  7. "escapedName": "capture-stack-trace",
  8. "name": "capture-stack-trace",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/create-error-class"
  14. ]
  15. ],
  16. "_from": "capture-stack-trace@>=1.0.0 <2.0.0",
  17. "_id": "capture-stack-trace@1.0.0",
  18. "_inCache": true,
  19. "_location": "/capture-stack-trace",
  20. "_npmUser": {
  21. "name": "floatdrop",
  22. "email": "floatdrop@gmail.com"
  23. },
  24. "_npmVersion": "1.4.28",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "capture-stack-trace@^1.0.0",
  28. "scope": null,
  29. "escapedName": "capture-stack-trace",
  30. "name": "capture-stack-trace",
  31. "rawSpec": "^1.0.0",
  32. "spec": ">=1.0.0 <2.0.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/create-error-class"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz",
  39. "_shasum": "4a6fa07399c26bba47f0b2496b4d0fb408c5550d",
  40. "_shrinkwrap": null,
  41. "_spec": "capture-stack-trace@^1.0.0",
  42. "_where": "/home/robert/workspace/xmlrpc/node_modules/create-error-class",
  43. "author": {
  44. "name": "Vsevolod Strukchinsky",
  45. "email": "floatdrop@gmail.com",
  46. "url": "github.com/floatdrop"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/floatdrop/capture-stack-trace/issues"
  50. },
  51. "dependencies": {},
  52. "description": "Error.captureStackTrace ponyfill",
  53. "devDependencies": {
  54. "mocha": "*"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "4a6fa07399c26bba47f0b2496b4d0fb408c5550d",
  59. "tarball": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz"
  60. },
  61. "engines": {
  62. "node": ">=0.10.0"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "gitHead": "eb46ce326fa9074b6ce17a94d4b76500321a331f",
  68. "homepage": "https://github.com/floatdrop/capture-stack-trace",
  69. "keywords": [
  70. "Error",
  71. "captureStackTrace"
  72. ],
  73. "license": "MIT",
  74. "maintainers": [
  75. {
  76. "name": "floatdrop",
  77. "email": "floatdrop@gmail.com"
  78. }
  79. ],
  80. "name": "capture-stack-trace",
  81. "optionalDependencies": {},
  82. "readme": "ERROR: No README data found!",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/floatdrop/capture-stack-trace.git"
  86. },
  87. "scripts": {
  88. "test": "mocha"
  89. },
  90. "version": "1.0.0"
  91. }