package.json 2.2 KB

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