package.json 1.7 KB

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