package.json 1.8 KB

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