租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
1.6 KiB

2 months ago
  1. {
  2. "_from": "mkdirp@^0.5.1",
  3. "_id": "mkdirp@0.5.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  6. "_location": "/mkdirp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mkdirp@^0.5.1",
  12. "name": "mkdirp",
  13. "escapedName": "mkdirp",
  14. "rawSpec": "^0.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.5.1"
  17. },
  18. "_requiredBy": [
  19. "/utility"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-0.5.6.tgz",
  22. "_shasum": "7def03d2432dcae4ba1d611445c48396062255f6",
  23. "_spec": "mkdirp@^0.5.1",
  24. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\utility",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "bin": {
  31. "mkdirp": "bin/cmd.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/substack/node-mkdirp/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "minimist": "^1.2.6"
  39. },
  40. "deprecated": false,
  41. "description": "Recursively mkdir, like `mkdir -p`",
  42. "devDependencies": {
  43. "tap": "^16.0.1"
  44. },
  45. "files": [
  46. "bin",
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/substack/node-mkdirp#readme",
  50. "keywords": [
  51. "mkdir",
  52. "directory"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "mkdirp",
  57. "publishConfig": {
  58. "tag": "legacy"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/substack/node-mkdirp.git"
  63. },
  64. "scripts": {
  65. "test": "tap test/*.js"
  66. },
  67. "version": "0.5.6"
  68. }