package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. "/fstream",
  20. "/node-gyp",
  21. "/node-sass"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
  24. "_shasum": "7def03d2432dcae4ba1d611445c48396062255f6",
  25. "_spec": "mkdirp@^0.5.1",
  26. "_where": "D:\\公司项目\\wms\\node_modules\\node-sass",
  27. "author": {
  28. "name": "James Halliday",
  29. "email": "mail@substack.net",
  30. "url": "http://substack.net"
  31. },
  32. "bin": {
  33. "mkdirp": "bin/cmd.js"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/substack/node-mkdirp/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "minimist": "^1.2.6"
  41. },
  42. "deprecated": false,
  43. "description": "Recursively mkdir, like `mkdir -p`",
  44. "devDependencies": {
  45. "tap": "^16.0.1"
  46. },
  47. "files": [
  48. "bin",
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/substack/node-mkdirp#readme",
  52. "keywords": [
  53. "mkdir",
  54. "directory"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "mkdirp",
  59. "publishConfig": {
  60. "tag": "legacy"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/substack/node-mkdirp.git"
  65. },
  66. "scripts": {
  67. "test": "tap test/*.js"
  68. },
  69. "version": "0.5.6"
  70. }