package.json 1.8 KB

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