No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

package.json 1.9 KiB

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