package.json 2.0 KB

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