package.json 2.7 KB

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