package.json 1.4 KB

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