package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "is-directory@0.3.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/postcss-load-config/cosmiconfig"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/is-directory/download/is-directory-0.3.1.tgz",
  30. "_spec": "0.3.1",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/is-directory/issues"
  38. },
  39. "description": "Returns true if a filepath exists on the file system and it's directory.",
  40. "devDependencies": {
  41. "gulp-format-md": "^0.1.9",
  42. "mocha": "^2.4.5"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/jonschlinkert/is-directory",
  51. "keywords": [
  52. "dir",
  53. "directories",
  54. "directory",
  55. "dirs",
  56. "file",
  57. "filepath",
  58. "files",
  59. "fp",
  60. "fs",
  61. "node",
  62. "node.js",
  63. "path",
  64. "paths",
  65. "system"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "is-directory",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jonschlinkert/is-directory.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "verb": {
  78. "toc": false,
  79. "layout": "default",
  80. "tasks": [
  81. "readme"
  82. ],
  83. "plugins": [
  84. "gulp-format-md"
  85. ],
  86. "related": {
  87. "list": [
  88. "is-glob",
  89. "is-relative",
  90. "is-absolute"
  91. ]
  92. },
  93. "lint": {
  94. "reflinks": true
  95. },
  96. "reflinks": [
  97. "verb"
  98. ]
  99. },
  100. "version": "0.3.1"
  101. }