package.json 1.9 KB

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