package.json 2.1 KB

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