package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "wordwrap@0.0.2",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "wordwrap@0.0.2",
  10. "_id": "wordwrap@0.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=",
  13. "_location": "/wordwrap",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "wordwrap@0.0.2",
  19. "name": "wordwrap",
  20. "escapedName": "wordwrap",
  21. "rawSpec": "0.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "0.0.2"
  24. },
  25. "_requiredBy": [
  26. "/cliui"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
  29. "_spec": "0.0.2",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "James Halliday",
  33. "email": "mail@substack.net",
  34. "url": "http://substack.net"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/substack/node-wordwrap/issues"
  38. },
  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. "lib": ".",
  45. "example": "example",
  46. "test": "test"
  47. },
  48. "engines": {
  49. "node": ">=0.4.0"
  50. },
  51. "homepage": "https://github.com/substack/node-wordwrap#readme",
  52. "keywords": [
  53. "word",
  54. "wrap",
  55. "rule",
  56. "format",
  57. "column"
  58. ],
  59. "license": "MIT/X11",
  60. "main": "./index.js",
  61. "name": "wordwrap",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/substack/node-wordwrap.git"
  65. },
  66. "scripts": {
  67. "test": "expresso"
  68. },
  69. "version": "0.0.2"
  70. }