package.json 2.2 KB

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