package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "wordwrap@0.0.2",
  6. "scope": null,
  7. "escapedName": "wordwrap",
  8. "name": "wordwrap",
  9. "rawSpec": "0.0.2",
  10. "spec": "0.0.2",
  11. "type": "version"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/cliui"
  14. ]
  15. ],
  16. "_defaultsLoaded": true,
  17. "_engineSupported": true,
  18. "_from": "wordwrap@0.0.2",
  19. "_id": "wordwrap@0.0.2",
  20. "_inCache": true,
  21. "_installable": true,
  22. "_location": "/wordwrap",
  23. "_nodeVersion": "v0.5.0-pre",
  24. "_npmVersion": "1.0.10",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "wordwrap@0.0.2",
  28. "scope": null,
  29. "escapedName": "wordwrap",
  30. "name": "wordwrap",
  31. "rawSpec": "0.0.2",
  32. "spec": "0.0.2",
  33. "type": "version"
  34. },
  35. "_requiredBy": [
  36. "/cliui"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
  39. "_shasum": "b79669bb42ecb409f83d583cad52ca17eaa1643f",
  40. "_shrinkwrap": null,
  41. "_spec": "wordwrap@0.0.2",
  42. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/cliui",
  43. "author": {
  44. "name": "James Halliday",
  45. "email": "mail@substack.net",
  46. "url": "http://substack.net"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/substack/node-wordwrap/issues"
  50. },
  51. "dependencies": {},
  52. "description": "Wrap those words. Show them at what columns to start and stop.",
  53. "devDependencies": {
  54. "expresso": "=0.7.x"
  55. },
  56. "directories": {
  57. "lib": ".",
  58. "example": "example",
  59. "test": "test"
  60. },
  61. "dist": {
  62. "shasum": "b79669bb42ecb409f83d583cad52ca17eaa1643f",
  63. "tarball": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz"
  64. },
  65. "engines": {
  66. "node": ">=0.4.0"
  67. },
  68. "homepage": "https://github.com/substack/node-wordwrap#readme",
  69. "keywords": [
  70. "word",
  71. "wrap",
  72. "rule",
  73. "format",
  74. "column"
  75. ],
  76. "license": "MIT/X11",
  77. "main": "./index.js",
  78. "maintainers": [
  79. {
  80. "name": "substack",
  81. "email": "mail@substack.net"
  82. }
  83. ],
  84. "name": "wordwrap",
  85. "optionalDependencies": {},
  86. "readme": "ERROR: No README data found!",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/substack/node-wordwrap.git"
  90. },
  91. "scripts": {
  92. "test": "expresso"
  93. },
  94. "version": "0.0.2"
  95. }