package.json 1.7 KB

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