package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "_args": [
  3. [
  4. "extsprintf@1.3.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "extsprintf@1.3.0",
  9. "_id": "extsprintf@1.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==",
  12. "_location": "/extsprintf",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "extsprintf@1.3.0",
  18. "name": "extsprintf",
  19. "escapedName": "extsprintf",
  20. "rawSpec": "1.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.0"
  23. },
  24. "_requiredBy": [
  25. "/jsprim",
  26. "/verror"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/extsprintf/-/extsprintf-1.3.0.tgz",
  29. "_spec": "1.3.0",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "bugs": {
  32. "url": "https://github.com/davepacheco/node-extsprintf/issues"
  33. },
  34. "description": "extended POSIX-style sprintf",
  35. "engines": [
  36. "node >=0.6.0"
  37. ],
  38. "homepage": "https://github.com/davepacheco/node-extsprintf#readme",
  39. "license": "MIT",
  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.3.0"
  47. }