package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_args": [
  3. [
  4. "is-dotfile@^1.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/parse-glob"
  6. ]
  7. ],
  8. "_from": "is-dotfile@>=1.0.0 <2.0.0",
  9. "_id": "is-dotfile@1.0.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-dotfile",
  13. "_nodeVersion": "7.7.3",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/is-dotfile-1.0.3.tgz_1496154299381_0.9273945165332407"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "4.6.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "is-dotfile",
  26. "raw": "is-dotfile@^1.0.0",
  27. "rawSpec": "^1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/parse-glob"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz",
  36. "_shasum": "a6a2f32ffd2dfb04f5ca25ecd0f6b83cf798a1e1",
  37. "_shrinkwrap": null,
  38. "_spec": "is-dotfile@^1.0.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/parse-glob",
  40. "author": {
  41. "name": "Jon Schlinkert",
  42. "url": "https://github.com/jonschlinkert"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jonschlinkert/is-dotfile/issues"
  46. },
  47. "contributors": [
  48. {
  49. "name": "Evan Lowry",
  50. "url": "http://exitiumonline.com"
  51. },
  52. {
  53. "name": "Jon Schlinkert",
  54. "url": "http://twitter.com/jonschlinkert"
  55. }
  56. ],
  57. "dependencies": {},
  58. "description": "Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.",
  59. "devDependencies": {
  60. "benchmarked": "^0.1.3",
  61. "dotfile-regex": "^0.1.2",
  62. "gulp-format-md": "^0.1.12",
  63. "mocha": "*"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "a6a2f32ffd2dfb04f5ca25ecd0f6b83cf798a1e1",
  68. "tarball": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz"
  69. },
  70. "engines": {
  71. "node": ">=0.10.0"
  72. },
  73. "files": [
  74. "index.js"
  75. ],
  76. "gitHead": "1548d0045c182dfb0ac7b747e2d484dcd382b09d",
  77. "homepage": "https://github.com/jonschlinkert/is-dotfile",
  78. "keywords": [
  79. "detect",
  80. "dot",
  81. "dotfile",
  82. "expression",
  83. "file",
  84. "filepath",
  85. "find",
  86. "fs",
  87. "is",
  88. "match",
  89. "path",
  90. "regex",
  91. "regexp",
  92. "regular"
  93. ],
  94. "license": "MIT",
  95. "main": "index.js",
  96. "maintainers": [
  97. {
  98. "name": "doowb",
  99. "email": "brian.woodward@gmail.com"
  100. },
  101. {
  102. "name": "jonschlinkert",
  103. "email": "github@sellside.com"
  104. }
  105. ],
  106. "name": "is-dotfile",
  107. "optionalDependencies": {},
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/jonschlinkert/is-dotfile.git"
  112. },
  113. "scripts": {
  114. "test": "mocha"
  115. },
  116. "verb": {
  117. "layout": "default",
  118. "lint": {
  119. "reflinks": true
  120. },
  121. "plugins": [
  122. "gulp-format-md"
  123. ],
  124. "related": {
  125. "list": [
  126. "dotdir-regex",
  127. "dotfile-regex",
  128. "is-dotdir",
  129. "is-glob"
  130. ]
  131. },
  132. "tasks": [
  133. "readme"
  134. ],
  135. "toc": false
  136. },
  137. "version": "1.0.3"
  138. }