package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "parse-passwd@1.0.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "parse-passwd@1.0.0",
  10. "_id": "parse-passwd@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=",
  13. "_location": "/parse-passwd",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "parse-passwd@1.0.0",
  19. "name": "parse-passwd",
  20. "escapedName": "parse-passwd",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/homedir-polyfill"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Brian Woodward",
  33. "url": "https://github.com/doowb"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/doowb/parse-passwd/issues"
  37. },
  38. "description": "Parse a passwd file into a list of users.",
  39. "devDependencies": {
  40. "gulp-format-md": "^0.1.11",
  41. "mocha": "^3.1.2"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js",
  48. "LICENSE"
  49. ],
  50. "homepage": "https://github.com/doowb/parse-passwd",
  51. "keywords": [
  52. "etc",
  53. "etc-passwd",
  54. "etc/passwd",
  55. "parse",
  56. "parse-passwd",
  57. "passwd"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "parse-passwd",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/doowb/parse-passwd.git"
  65. },
  66. "scripts": {
  67. "test": "mocha"
  68. },
  69. "verb": {
  70. "toc": false,
  71. "layout": "default",
  72. "tasks": [
  73. "readme"
  74. ],
  75. "plugins": [
  76. "gulp-format-md"
  77. ],
  78. "lint": {
  79. "reflinks": true
  80. },
  81. "related": {
  82. "list": []
  83. },
  84. "reflinks": [
  85. "verb",
  86. "verb-generate-readme"
  87. ]
  88. },
  89. "version": "1.0.0"
  90. }