package.json 2.6 KB

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