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.9KB

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