package.json 2.6 KB

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