Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "is-dotfile@1.0.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "is-dotfile@1.0.3",
  9. "_id": "is-dotfile@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=",
  12. "_location": "/is-dotfile",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-dotfile@1.0.3",
  18. "name": "is-dotfile",
  19. "escapedName": "is-dotfile",
  20. "rawSpec": "1.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.3"
  23. },
  24. "_requiredBy": [
  25. "/parse-glob"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz",
  28. "_spec": "1.0.3",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jonschlinkert/is-dotfile/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Evan Lowry",
  40. "url": "http://exitiumonline.com"
  41. },
  42. {
  43. "name": "Jon Schlinkert",
  44. "url": "http://twitter.com/jonschlinkert"
  45. }
  46. ],
  47. "description": "Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.",
  48. "devDependencies": {
  49. "benchmarked": "^0.1.3",
  50. "dotfile-regex": "^0.1.2",
  51. "gulp-format-md": "^0.1.12",
  52. "mocha": "*"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/jonschlinkert/is-dotfile",
  61. "keywords": [
  62. "detect",
  63. "dot",
  64. "dotfile",
  65. "expression",
  66. "file",
  67. "filepath",
  68. "find",
  69. "fs",
  70. "is",
  71. "match",
  72. "path",
  73. "regex",
  74. "regexp",
  75. "regular"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "is-dotfile",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/jonschlinkert/is-dotfile.git"
  83. },
  84. "scripts": {
  85. "test": "mocha"
  86. },
  87. "verb": {
  88. "related": {
  89. "list": [
  90. "dotdir-regex",
  91. "dotfile-regex",
  92. "is-dotdir",
  93. "is-glob"
  94. ]
  95. },
  96. "toc": false,
  97. "layout": "default",
  98. "tasks": [
  99. "readme"
  100. ],
  101. "plugins": [
  102. "gulp-format-md"
  103. ],
  104. "lint": {
  105. "reflinks": true
  106. }
  107. },
  108. "version": "1.0.3"
  109. }