Small utility for serialising JS objects to query strings for use in URLs

npm-debug.log 1.3KB

123456789101112131415161718192021222324252627282930
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ '/usr/local/bin/node',
  3. 1 verbose cli '/usr/local/bin/npm',
  4. 1 verbose cli 'version',
  5. 1 verbose cli 'patch' ]
  6. 2 info using npm@3.8.6
  7. 3 info using node@v5.10.1
  8. 4 info git [ 'status', '--porcelain' ]
  9. 5 verbose stack Error: Git working directory not clean.
  10. 5 verbose stack M package.json
  11. 5 verbose stack at /usr/local/lib/node_modules/npm/lib/version.js:246:19
  12. 5 verbose stack at ChildProcess.exithandler (child_process.js:193:7)
  13. 5 verbose stack at emitTwo (events.js:100:13)
  14. 5 verbose stack at ChildProcess.emit (events.js:185:7)
  15. 5 verbose stack at maybeClose (internal/child_process.js:850:16)
  16. 5 verbose stack at Socket.<anonymous> (internal/child_process.js:323:11)
  17. 5 verbose stack at emitOne (events.js:90:13)
  18. 5 verbose stack at Socket.emit (events.js:182:7)
  19. 5 verbose stack at Pipe._onclose (net.js:475:12)
  20. 6 verbose cwd /Users/Matt/Work/js-query-string
  21. 7 error Darwin 15.4.0
  22. 8 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "version" "patch"
  23. 9 error node v5.10.1
  24. 10 error npm v3.8.6
  25. 11 error Git working directory not clean.
  26. 11 error M package.json
  27. 12 error If you need help, you may report this error at:
  28. 12 error <https://github.com/npm/npm/issues>
  29. 13 verbose exit [ 1, true ]