package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "is-dotfile@1.0.2",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-dotfile@1.0.2",
  10. "_id": "is-dotfile@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-LBMjg/ORmfjtwmjKAbmwB9IFzE0=",
  13. "_location": "/is-dotfile",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-dotfile@1.0.2",
  19. "name": "is-dotfile",
  20. "escapedName": "is-dotfile",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/parse-glob"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/is-dotfile/issues"
  37. },
  38. "description": "Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.",
  39. "devDependencies": {
  40. "benchmarked": "^0.1.3",
  41. "dotfile-regex": "^0.1.2",
  42. "mocha": "*"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/jonschlinkert/is-dotfile",
  51. "keywords": [
  52. "detect",
  53. "dot",
  54. "dotfile",
  55. "expression",
  56. "file",
  57. "filepath",
  58. "find",
  59. "fs",
  60. "is",
  61. "match",
  62. "path",
  63. "regex",
  64. "regexp",
  65. "regular"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "is-dotfile",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jonschlinkert/is-dotfile.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "verb": {
  78. "related": {
  79. "list": [
  80. "has-glob",
  81. "is-glob",
  82. "dotfile-regex",
  83. "is-dotdir"
  84. ]
  85. }
  86. },
  87. "version": "1.0.2"
  88. }