package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "center-align@0.1.3",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "center-align@0.1.3",
  10. "_id": "center-align@0.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=",
  13. "_location": "/center-align",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "center-align@0.1.3",
  19. "name": "center-align",
  20. "escapedName": "center-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/center-align/-/center-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/center-align/issues"
  37. },
  38. "dependencies": {
  39. "align-text": "^0.1.3",
  40. "lazy-cache": "^1.0.3"
  41. },
  42. "description": "Center-align the text in a string.",
  43. "devDependencies": {
  44. "mocha": "^2.2.0"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js",
  51. "utils.js"
  52. ],
  53. "homepage": "https://github.com/jonschlinkert/center-align",
  54. "keywords": [
  55. "align",
  56. "align-center",
  57. "center",
  58. "center-align",
  59. "right",
  60. "right-align",
  61. "text",
  62. "typography"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "center-align",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/jonschlinkert/center-align.git"
  70. },
  71. "scripts": {
  72. "test": "mocha"
  73. },
  74. "verb": {
  75. "related": {
  76. "description": "",
  77. "list": [
  78. "align-text",
  79. "right-align",
  80. "justified",
  81. "word-wrap"
  82. ]
  83. }
  84. },
  85. "version": "0.1.3"
  86. }