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.
 
 
 
 

67 lines
1.6 KiB

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