package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "mkpath@1.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "mkpath@1.0.0",
  10. "_id": "mkpath@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-PbNHr7Y/9Y/2P5pKFv5XOGBfNQqZ+fdiHWcuf7swLACN5ZW5LU7J5tMU8LSBjpluAxAxKYGD9nnaIbdRy9+m1w==",
  13. "_location": "/mkpath",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "mkpath@1.0.0",
  19. "name": "mkpath",
  20. "escapedName": "mkpath",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/nightwatch"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/mkpath/-/mkpath-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "E:\\2023\\5\\myjadmin",
  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/*.js"
  59. },
  60. "version": "1.0.0"
  61. }