package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "parse-passwd@^1.0.0",
  6. "scope": null,
  7. "escapedName": "parse-passwd",
  8. "name": "parse-passwd",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/homedir-polyfill"
  14. ]
  15. ],
  16. "_from": "parse-passwd@>=1.0.0 <2.0.0",
  17. "_id": "parse-passwd@1.0.0",
  18. "_inCache": true,
  19. "_location": "/parse-passwd",
  20. "_nodeVersion": "5.1.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/parse-passwd-1.0.0.tgz_1476899025854_0.2723590866662562"
  24. },
  25. "_npmUser": {
  26. "name": "doowb",
  27. "email": "brian.woodward@gmail.com"
  28. },
  29. "_npmVersion": "3.7.5",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "parse-passwd@^1.0.0",
  33. "scope": null,
  34. "escapedName": "parse-passwd",
  35. "name": "parse-passwd",
  36. "rawSpec": "^1.0.0",
  37. "spec": ">=1.0.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/homedir-polyfill"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz",
  44. "_shasum": "6d5b934a456993b23d37f40a382d6f1666a8e5c6",
  45. "_shrinkwrap": null,
  46. "_spec": "parse-passwd@^1.0.0",
  47. "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/homedir-polyfill",
  48. "author": {
  49. "name": "Brian Woodward",
  50. "url": "https://github.com/doowb"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/doowb/parse-passwd/issues"
  54. },
  55. "dependencies": {},
  56. "description": "Parse a passwd file into a list of users.",
  57. "devDependencies": {
  58. "gulp-format-md": "^0.1.11",
  59. "mocha": "^3.1.2"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "6d5b934a456993b23d37f40a382d6f1666a8e5c6",
  64. "tarball": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "files": [
  70. "index.js",
  71. "LICENSE"
  72. ],
  73. "gitHead": "0c3c36bcb48d1af473f7f0665adb5b4c892cd506",
  74. "homepage": "https://github.com/doowb/parse-passwd",
  75. "keywords": [
  76. "etc",
  77. "etc-passwd",
  78. "etc/passwd",
  79. "parse",
  80. "parse-passwd",
  81. "passwd"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "maintainers": [
  86. {
  87. "name": "doowb",
  88. "email": "brian.woodward@gmail.com"
  89. }
  90. ],
  91. "name": "parse-passwd",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/doowb/parse-passwd.git"
  97. },
  98. "scripts": {
  99. "test": "mocha"
  100. },
  101. "verb": {
  102. "toc": false,
  103. "layout": "default",
  104. "tasks": [
  105. "readme"
  106. ],
  107. "plugins": [
  108. "gulp-format-md"
  109. ],
  110. "lint": {
  111. "reflinks": true
  112. },
  113. "related": {
  114. "list": []
  115. },
  116. "reflinks": [
  117. "verb",
  118. "verb-generate-readme"
  119. ]
  120. },
  121. "version": "1.0.0"
  122. }