package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "right-align@0.1.3",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "right-align@0.1.3",
  10. "_id": "right-align@0.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=",
  13. "_location": "/right-align",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "right-align@0.1.3",
  19. "name": "right-align",
  20. "escapedName": "right-align",
  21. "rawSpec": "0.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.3"
  24. },
  25. "_requiredBy": [
  26. "/cliui"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
  29. "_spec": "0.1.3",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/right-align/issues"
  37. },
  38. "dependencies": {
  39. "align-text": "^0.1.1"
  40. },
  41. "description": "Right-align the text in a string.",
  42. "devDependencies": {
  43. "mocha": "*",
  44. "should": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/jonschlinkert/right-align",
  53. "keywords": [
  54. "align",
  55. "align-center",
  56. "center",
  57. "center-align",
  58. "right",
  59. "right-align",
  60. "text",
  61. "typography"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "right-align",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/jonschlinkert/right-align.git"
  69. },
  70. "scripts": {
  71. "test": "mocha"
  72. },
  73. "version": "0.1.3"
  74. }