package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "center-align@^0.1.1",
  6. "scope": null,
  7. "escapedName": "center-align",
  8. "name": "center-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": "center-align@>=0.1.1 <0.2.0",
  17. "_id": "center-align@0.1.3",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/center-align",
  21. "_nodeVersion": "5.3.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-9-west.internal.npmjs.com",
  24. "tmp": "tmp/center-align-0.1.3.tgz_1454366538829_0.9471865000668913"
  25. },
  26. "_npmUser": {
  27. "name": "jonschlinkert",
  28. "email": "github@sellside.com"
  29. },
  30. "_npmVersion": "3.3.12",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "center-align@^0.1.1",
  34. "scope": null,
  35. "escapedName": "center-align",
  36. "name": "center-align",
  37. "rawSpec": "^0.1.1",
  38. "spec": ">=0.1.1 <0.2.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/cliui"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
  45. "_shasum": "aa0d32629b6ee972200411cbd4461c907bc2b7ad",
  46. "_shrinkwrap": null,
  47. "_spec": "center-align@^0.1.1",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/cliui",
  49. "author": {
  50. "name": "Jon Schlinkert",
  51. "url": "https://github.com/jonschlinkert"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/jonschlinkert/center-align/issues"
  55. },
  56. "dependencies": {
  57. "align-text": "^0.1.3",
  58. "lazy-cache": "^1.0.3"
  59. },
  60. "description": "Center-align the text in a string.",
  61. "devDependencies": {
  62. "mocha": "^2.2.0"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "aa0d32629b6ee972200411cbd4461c907bc2b7ad",
  67. "tarball": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz"
  68. },
  69. "engines": {
  70. "node": ">=0.10.0"
  71. },
  72. "files": [
  73. "index.js",
  74. "utils.js"
  75. ],
  76. "gitHead": "5c5fab5012fceaa3e21a00162958c0ed11109419",
  77. "homepage": "https://github.com/jonschlinkert/center-align",
  78. "keywords": [
  79. "align",
  80. "align-center",
  81. "center",
  82. "center-align",
  83. "right",
  84. "right-align",
  85. "text",
  86. "typography"
  87. ],
  88. "license": "MIT",
  89. "main": "index.js",
  90. "maintainers": [
  91. {
  92. "name": "doowb",
  93. "email": "brian.woodward@gmail.com"
  94. },
  95. {
  96. "name": "jonschlinkert",
  97. "email": "github@sellside.com"
  98. }
  99. ],
  100. "name": "center-align",
  101. "optionalDependencies": {},
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/jonschlinkert/center-align.git"
  106. },
  107. "scripts": {
  108. "test": "mocha"
  109. },
  110. "verb": {
  111. "related": {
  112. "description": "",
  113. "list": [
  114. "align-text",
  115. "right-align",
  116. "justified",
  117. "word-wrap"
  118. ]
  119. }
  120. },
  121. "version": "0.1.3"
  122. }