package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "mkpath@^0.1.0",
  3. "_id": "mkpath@0.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-dVSm+Nhxg0zJe1RisSLEwSTW3pE=",
  6. "_location": "/mkpath",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mkpath@^0.1.0",
  12. "name": "mkpath",
  13. "escapedName": "mkpath",
  14. "rawSpec": "^0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/decompress-zip"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mkpath/-/mkpath-0.1.0.tgz",
  22. "_shasum": "7554a6f8d871834cc97b5462b122c4c124d6de91",
  23. "_spec": "mkpath@^0.1.0",
  24. "_where": "E:\\vscode\\UseStudio.Desktop\\node_modules\\decompress-zip",
  25. "author": {
  26. "name": "Jonathan Rajavuori",
  27. "email": "jrajav@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jrajav/mkpath/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Make all directories in a path, like mkdir -p",
  35. "devDependencies": {
  36. "tap": "~0.3"
  37. },
  38. "homepage": "https://github.com/jrajav/mkpath#readme",
  39. "keywords": [
  40. "mkdir",
  41. "mkdirp",
  42. "directory",
  43. "path",
  44. "tree"
  45. ],
  46. "license": "MIT",
  47. "main": "./mkpath",
  48. "name": "mkpath",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/jrajav/mkpath.git"
  52. },
  53. "scripts": {
  54. "test": "node node_modules/tap/bin/tap.js ./test"
  55. },
  56. "version": "0.1.0"
  57. }