Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "wordwrap@~1.0.0",
  3. "_id": "wordwrap@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=",
  6. "_location": "/wordwrap",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "wordwrap@~1.0.0",
  12. "name": "wordwrap",
  13. "escapedName": "wordwrap",
  14. "rawSpec": "~1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/optionator"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz",
  22. "_shasum": "27584810891456a4171c8d0226441ade90cbcaeb",
  23. "_spec": "wordwrap@~1.0.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/optionator",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/substack/node-wordwrap/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Wrap those words. Show them at what columns to start and stop.",
  36. "devDependencies": {
  37. "tape": "^4.0.0"
  38. },
  39. "directories": {
  40. "lib": ".",
  41. "example": "example",
  42. "test": "test"
  43. },
  44. "homepage": "https://github.com/substack/node-wordwrap#readme",
  45. "keywords": [
  46. "word",
  47. "wrap",
  48. "rule",
  49. "format",
  50. "column"
  51. ],
  52. "license": "MIT",
  53. "main": "./index.js",
  54. "name": "wordwrap",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/substack/node-wordwrap.git"
  58. },
  59. "scripts": {
  60. "test": "expresso"
  61. },
  62. "version": "1.0.0"
  63. }