package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "right-align@^0.1.1",
  6. "scope": null,
  7. "escapedName": "right-align",
  8. "name": "right-align",
  9. "rawSpec": "^0.1.1",
  10. "spec": ">=0.1.1 <0.2.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/cliui"
  14. ]
  15. ],
  16. "_from": "right-align@>=0.1.1 <0.2.0",
  17. "_id": "right-align@0.1.3",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/right-align",
  21. "_nodeVersion": "0.12.4",
  22. "_npmUser": {
  23. "name": "jonschlinkert",
  24. "email": "github@sellside.com"
  25. },
  26. "_npmVersion": "2.10.1",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "right-align@^0.1.1",
  30. "scope": null,
  31. "escapedName": "right-align",
  32. "name": "right-align",
  33. "rawSpec": "^0.1.1",
  34. "spec": ">=0.1.1 <0.2.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/cliui"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
  41. "_shasum": "61339b722fe6a3515689210d24e14c96148613ef",
  42. "_shrinkwrap": null,
  43. "_spec": "right-align@^0.1.1",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/cliui",
  45. "author": {
  46. "name": "Jon Schlinkert",
  47. "url": "https://github.com/jonschlinkert"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/jonschlinkert/right-align/issues"
  51. },
  52. "dependencies": {
  53. "align-text": "^0.1.1"
  54. },
  55. "description": "Right-align the text in a string.",
  56. "devDependencies": {
  57. "mocha": "*",
  58. "should": "*"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "61339b722fe6a3515689210d24e14c96148613ef",
  63. "tarball": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "23ee38d6eedbcbfed241ace6587ce5730684dd18",
  72. "homepage": "https://github.com/jonschlinkert/right-align",
  73. "keywords": [
  74. "align",
  75. "align-center",
  76. "center",
  77. "center-align",
  78. "right",
  79. "right-align",
  80. "text",
  81. "typography"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "maintainers": [
  86. {
  87. "name": "jonschlinkert",
  88. "email": "github@sellside.com"
  89. }
  90. ],
  91. "name": "right-align",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/jonschlinkert/right-align.git"
  97. },
  98. "scripts": {
  99. "test": "mocha"
  100. },
  101. "version": "0.1.3"
  102. }