package.json 2.8 KB

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