package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "author-regex@1.0.0",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "author-regex@1.0.0",
  10. "_id": "author-regex@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-0IiFvmubv5Q5/gh8dihyRfCoFFA=",
  13. "_location": "/author-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "author-regex@1.0.0",
  19. "name": "author-regex",
  20. "escapedName": "author-regex",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/parse-author"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/author-regex/-/author-regex-1.0.0.tgz",
  29. "_spec": "1.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/author-regex/issues"
  37. },
  38. "description": "Regular expression for parsing an `author` string into an object following npm conventions.",
  39. "devDependencies": {
  40. "gulp-format-md": "^0.1.11",
  41. "mocha": "^3.2.0"
  42. },
  43. "engines": {
  44. "node": ">=0.8"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/jonschlinkert/author-regex",
  50. "keywords": [
  51. "author",
  52. "authors",
  53. "exec",
  54. "expression",
  55. "extract",
  56. "maintainer",
  57. "maintainers",
  58. "match",
  59. "package",
  60. "parse",
  61. "person",
  62. "pkg",
  63. "re",
  64. "regex",
  65. "regexp",
  66. "regular"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "author-regex",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/jonschlinkert/author-regex.git"
  74. },
  75. "scripts": {
  76. "test": "mocha"
  77. },
  78. "verb": {
  79. "toc": false,
  80. "layout": "default",
  81. "tasks": [
  82. "readme"
  83. ],
  84. "plugins": [
  85. "gulp-format-md"
  86. ],
  87. "lint": {
  88. "reflinks": true
  89. }
  90. },
  91. "version": "1.0.0"
  92. }