package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "_args": [
  3. [
  4. "extsprintf@1.0.2",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "extsprintf@1.0.2",
  10. "_id": "extsprintf@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-4QgOBljjALBilJkMxw4VAiNf1VA=",
  13. "_location": "/extsprintf",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "extsprintf@1.0.2",
  19. "name": "extsprintf",
  20. "escapedName": "extsprintf",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/jsprim",
  27. "/verror"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz",
  30. "_spec": "1.0.2",
  31. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  32. "bugs": {
  33. "url": "https://github.com/davepacheco/node-extsprintf/issues"
  34. },
  35. "description": "extended POSIX-style sprintf",
  36. "engines": [
  37. "node >=0.6.0"
  38. ],
  39. "homepage": "https://github.com/davepacheco/node-extsprintf#readme",
  40. "main": "./lib/extsprintf.js",
  41. "name": "extsprintf",
  42. "repository": {
  43. "type": "git",
  44. "url": "git://github.com/davepacheco/node-extsprintf.git"
  45. },
  46. "version": "1.0.2"
  47. }