package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "sprintf-js@~1.0.2",
  6. "scope": null,
  7. "escapedName": "sprintf-js",
  8. "name": "sprintf-js",
  9. "rawSpec": "~1.0.2",
  10. "spec": ">=1.0.2 <1.1.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/argparse"
  14. ]
  15. ],
  16. "_from": "sprintf-js@>=1.0.2 <1.1.0",
  17. "_id": "sprintf-js@1.0.3",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/sprintf-js",
  21. "_nodeVersion": "0.12.4",
  22. "_npmUser": {
  23. "name": "alexei",
  24. "email": "hello@alexei.ro"
  25. },
  26. "_npmVersion": "2.10.1",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "sprintf-js@~1.0.2",
  30. "scope": null,
  31. "escapedName": "sprintf-js",
  32. "name": "sprintf-js",
  33. "rawSpec": "~1.0.2",
  34. "spec": ">=1.0.2 <1.1.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/argparse"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
  41. "_shasum": "04e6926f662895354f3dd015203633b857297e2c",
  42. "_shrinkwrap": null,
  43. "_spec": "sprintf-js@~1.0.2",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/argparse",
  45. "author": {
  46. "name": "Alexandru Marasteanu",
  47. "email": "hello@alexei.ro",
  48. "url": "http://alexei.ro/"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/alexei/sprintf.js/issues"
  52. },
  53. "dependencies": {},
  54. "description": "JavaScript sprintf implementation",
  55. "devDependencies": {
  56. "grunt": "*",
  57. "grunt-contrib-uglify": "*",
  58. "grunt-contrib-watch": "*",
  59. "mocha": "*"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "04e6926f662895354f3dd015203633b857297e2c",
  64. "tarball": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz"
  65. },
  66. "gitHead": "747b806c2dab5b64d5c9958c42884946a187c3b1",
  67. "homepage": "https://github.com/alexei/sprintf.js#readme",
  68. "license": "BSD-3-Clause",
  69. "main": "src/sprintf.js",
  70. "maintainers": [
  71. {
  72. "name": "alexei",
  73. "email": "hello@alexei.ro"
  74. }
  75. ],
  76. "name": "sprintf-js",
  77. "optionalDependencies": {},
  78. "readme": "ERROR: No README data found!",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/alexei/sprintf.js.git"
  82. },
  83. "scripts": {
  84. "test": "mocha test/test.js"
  85. },
  86. "version": "1.0.3"
  87. }