package.json 2.2 KB

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