package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "is-dotfile@^1.0.0",
  5. "D:\\work\\im\\node_modules\\parse-glob"
  6. ]
  7. ],
  8. "_from": "is-dotfile@>=1.0.0 <2.0.0",
  9. "_id": "is-dotfile@1.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-dotfile",
  13. "_nodeVersion": "4.2.1",
  14. "_npmUser": {
  15. "email": "github@sellside.com",
  16. "name": "jonschlinkert"
  17. },
  18. "_npmVersion": "2.14.7",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "is-dotfile",
  22. "raw": "is-dotfile@^1.0.0",
  23. "rawSpec": "^1.0.0",
  24. "scope": null,
  25. "spec": ">=1.0.0 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/parse-glob"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz",
  32. "_shasum": "2c132383f39199f8edc268ca01b9b007d205cc4d",
  33. "_shrinkwrap": null,
  34. "_spec": "is-dotfile@^1.0.0",
  35. "_where": "D:\\work\\im\\node_modules\\parse-glob",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/is-dotfile/issues"
  42. },
  43. "dependencies": {},
  44. "description": "Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.",
  45. "devDependencies": {
  46. "benchmarked": "^0.1.3",
  47. "dotfile-regex": "^0.1.2",
  48. "mocha": "*"
  49. },
  50. "directories": {},
  51. "dist": {
  52. "shasum": "2c132383f39199f8edc268ca01b9b007d205cc4d",
  53. "tarball": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "gitHead": "df258600b0afa6403a2a840f2ec486c9d350492f",
  62. "homepage": "https://github.com/jonschlinkert/is-dotfile",
  63. "keywords": [
  64. "detect",
  65. "dot",
  66. "dotfile",
  67. "expression",
  68. "file",
  69. "filepath",
  70. "find",
  71. "fs",
  72. "is",
  73. "match",
  74. "path",
  75. "regex",
  76. "regexp",
  77. "regular"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "maintainers": [
  82. {
  83. "email": "github@sellside.com",
  84. "name": "jonschlinkert"
  85. }
  86. ],
  87. "name": "is-dotfile",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/jonschlinkert/is-dotfile.git"
  93. },
  94. "scripts": {
  95. "test": "mocha"
  96. },
  97. "verb": {
  98. "related": {
  99. "list": [
  100. "has-glob",
  101. "is-glob",
  102. "dotfile-regex",
  103. "is-dotdir"
  104. ]
  105. }
  106. },
  107. "version": "1.0.2"
  108. }