package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "is-directory@^0.3.1",
  3. "_id": "is-directory@0.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=",
  6. "_location": "/is-directory",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-directory@^0.3.1",
  12. "name": "is-directory",
  13. "escapedName": "is-directory",
  14. "rawSpec": "^0.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.1"
  17. },
  18. "_requiredBy": [
  19. "/cosmiconfig",
  20. "/postcss-load-options/cosmiconfig",
  21. "/postcss-load-plugins/cosmiconfig",
  22. "/vue-loader/cosmiconfig"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz",
  25. "_shasum": "61339b6f2475fc772fd9c9d83f5c8575dc154ae1",
  26. "_spec": "is-directory@^0.3.1",
  27. "_where": "D:\\workSpace\\dealer_front\\node_modules\\cosmiconfig",
  28. "author": {
  29. "name": "Jon Schlinkert",
  30. "url": "https://github.com/jonschlinkert"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jonschlinkert/is-directory/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Returns true if a filepath exists on the file system and it's directory.",
  38. "devDependencies": {
  39. "gulp-format-md": "^0.1.9",
  40. "mocha": "^2.4.5"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/jonschlinkert/is-directory",
  49. "keywords": [
  50. "dir",
  51. "directories",
  52. "directory",
  53. "dirs",
  54. "file",
  55. "filepath",
  56. "files",
  57. "fp",
  58. "fs",
  59. "node",
  60. "node.js",
  61. "path",
  62. "paths",
  63. "system"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "is-directory",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/jonschlinkert/is-directory.git"
  71. },
  72. "scripts": {
  73. "test": "mocha"
  74. },
  75. "verb": {
  76. "toc": false,
  77. "layout": "default",
  78. "tasks": [
  79. "readme"
  80. ],
  81. "plugins": [
  82. "gulp-format-md"
  83. ],
  84. "related": {
  85. "list": [
  86. "is-glob",
  87. "is-relative",
  88. "is-absolute"
  89. ]
  90. },
  91. "lint": {
  92. "reflinks": true
  93. },
  94. "reflinks": [
  95. "verb"
  96. ]
  97. },
  98. "version": "0.3.1"
  99. }