package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "extsprintf@1.3.0",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ],
  7. [
  8. "extsprintf@1.3.0",
  9. "E:\\vscode\\UseStudio.Desktop"
  10. ]
  11. ],
  12. "_from": "extsprintf@1.3.0",
  13. "_id": "extsprintf@1.3.0",
  14. "_inBundle": false,
  15. "_integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=",
  16. "_location": "/extsprintf",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "extsprintf@1.3.0",
  22. "name": "extsprintf",
  23. "escapedName": "extsprintf",
  24. "rawSpec": "1.3.0",
  25. "saveSpec": null,
  26. "fetchSpec": "1.3.0"
  27. },
  28. "_requiredBy": [
  29. "/",
  30. "/jsprim",
  31. "/verror"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
  34. "_shasum": "96918440e3041a7a414f8c52e3c574eb3c3e1e05",
  35. "_spec": "1.3.0",
  36. "_where": "E:\\vscode\\UseStudio.Desktop",
  37. "bugs": {
  38. "url": "https://github.com/davepacheco/node-extsprintf/issues"
  39. },
  40. "bundleDependencies": false,
  41. "deprecated": false,
  42. "description": "extended POSIX-style sprintf",
  43. "engines": [
  44. "node >=0.6.0"
  45. ],
  46. "homepage": "https://github.com/davepacheco/node-extsprintf#readme",
  47. "license": "MIT",
  48. "main": "./lib/extsprintf.js",
  49. "name": "extsprintf",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/davepacheco/node-extsprintf.git"
  53. },
  54. "version": "1.3.0"
  55. }