package.json 1.4 KB

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