package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "sprintf-js@~1.0.2",
  3. "_id": "sprintf-js@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
  6. "_location": "/sprintf-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sprintf-js@~1.0.2",
  12. "name": "sprintf-js",
  13. "escapedName": "sprintf-js",
  14. "rawSpec": "~1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/argparse",
  20. "/hexo-i18n"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/sprintf-js/-/sprintf-js-1.0.3.tgz",
  23. "_shasum": "04e6926f662895354f3dd015203633b857297e2c",
  24. "_spec": "sprintf-js@~1.0.2",
  25. "_where": "/var/www/AfterAales/node_modules/argparse",
  26. "author": {
  27. "name": "Alexandru Marasteanu",
  28. "email": "hello@alexei.ro",
  29. "url": "http://alexei.ro/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/alexei/sprintf.js/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "JavaScript sprintf implementation",
  37. "devDependencies": {
  38. "grunt": "*",
  39. "grunt-contrib-uglify": "*",
  40. "grunt-contrib-watch": "*",
  41. "mocha": "*"
  42. },
  43. "homepage": "https://github.com/alexei/sprintf.js#readme",
  44. "license": "BSD-3-Clause",
  45. "main": "src/sprintf.js",
  46. "name": "sprintf-js",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/alexei/sprintf.js.git"
  50. },
  51. "scripts": {
  52. "test": "mocha test/test.js"
  53. },
  54. "version": "1.0.3"
  55. }