package.json 1.4 KB

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