package.json 2.1 KB

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