package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. "parse-author@2.0.0",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "parse-author@2.0.0",
  10. "_id": "parse-author@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-00YL8d3Q367tQtp1QkLmX7aEqB8=",
  13. "_location": "/parse-author",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "parse-author@2.0.0",
  19. "name": "parse-author",
  20. "escapedName": "parse-author",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/electron-packager"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/parse-author/-/parse-author-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/parse-author/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Jon Schlinkert",
  41. "email": "jon.schlinkert@sellside.com",
  42. "url": "http://twitter.com/jonschlinkert"
  43. },
  44. {
  45. "name": "Sean Lang",
  46. "email": "slang800@gmail.com",
  47. "url": "http://slang.cx"
  48. },
  49. {
  50. "name": "Tim Oram",
  51. "email": "mitmaro@gmail.com",
  52. "url": "http://www.mitmaro.ca"
  53. }
  54. ],
  55. "dependencies": {
  56. "author-regex": "^1.0.0"
  57. },
  58. "description": "Parse an author, contributor, maintainer or other 'person' string into an object with name, email and url properties following npm conventions.",
  59. "devDependencies": {
  60. "mocha": "^3.2.0"
  61. },
  62. "engines": {
  63. "node": ">=0.10.0"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "homepage": "https://github.com/jonschlinkert/parse-author",
  69. "keywords": [
  70. "author",
  71. "authors",
  72. "contributor",
  73. "exec",
  74. "expression",
  75. "extract",
  76. "maintainer",
  77. "maintainers",
  78. "match",
  79. "package",
  80. "parse",
  81. "person",
  82. "pkg",
  83. "re",
  84. "regex",
  85. "regexp",
  86. "regular",
  87. "somebody"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "name": "parse-author",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/jonschlinkert/parse-author.git"
  95. },
  96. "scripts": {
  97. "test": "mocha"
  98. },
  99. "verb": {
  100. "run": true,
  101. "toc": false,
  102. "layout": "default",
  103. "tasks": [
  104. "readme"
  105. ],
  106. "plugins": [
  107. "gulp-format-md"
  108. ],
  109. "related": {
  110. "list": [
  111. "author-regex",
  112. "parse-authors",
  113. "stringify-author",
  114. "stringify-authors"
  115. ]
  116. },
  117. "reflinks": [
  118. "verb"
  119. ],
  120. "lint": {
  121. "reflinks": true
  122. }
  123. },
  124. "version": "2.0.0"
  125. }