package.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "mkdirp@^0.5.1",
  5. "/mnt/sdc1/Users/James/IdeaProjects/website-core/www/libs/node_modules/fomantic-ui"
  6. ]
  7. ],
  8. "_from": "mkdirp@>=0.5.1 <0.6.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "[email protected]",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/mkdirp",
  14. "_nodeVersion": "13.10.1",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/mkdirp_0.5.5_1585933946291_0.6504650567992927"
  18. },
  19. "_npmUser": {
  20. "email": "[email protected]",
  21. "name": "isaacs"
  22. },
  23. "_npmVersion": "6.14.4",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "mkdirp",
  27. "raw": "mkdirp@^0.5.1",
  28. "rawSpec": "^0.5.1",
  29. "scope": null,
  30. "spec": ">=0.5.1 <0.6.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/fomantic-ui",
  35. "/less",
  36. "/rtlcss"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
  39. "_shasum": "d91cefd62d1436ca0f41620e251288d420099def",
  40. "_shrinkwrap": null,
  41. "_spec": "mkdirp@^0.5.1",
  42. "_where": "/mnt/sdc1/Users/James/IdeaProjects/website-core/www/libs/node_modules/fomantic-ui",
  43. "author": {
  44. "email": "[email protected]",
  45. "name": "James Halliday",
  46. "url": "http://substack.net"
  47. },
  48. "bin": {
  49. "mkdirp": "bin/cmd.js"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/substack/node-mkdirp/issues"
  53. },
  54. "dependencies": {
  55. "minimist": "^1.2.5"
  56. },
  57. "description": "Recursively mkdir, like `mkdir -p`",
  58. "devDependencies": {
  59. "mock-fs": "^3.7.0",
  60. "tap": "^5.4.2"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "fileCount": 6,
  65. "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
  66. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeh256CRA9TVsSAnZWagAAlzoP/iLuWMWGqLMB70xGqJjf\nCnzJKbwcC2F1ek5f5gL7VLncqA5AoOER5pGmiLw9AhDFU/CK40uutHnujivh\nBNuO+uoweFrBsgS0bKCUBdSWzVABItvv3eJ2l6j7s9mbhiZgmu7weOT0WMcs\nZi1nmsMDeyqxCZUIwz2FJFOlU3QdaiuaXCnW8L/VaxdwUgy7rlLbu4qCKYlP\n8IdkkSUpXksaw6KE7QfFOmc+lM62CaNxIzto/B03ovHaUAUQrAeow8Ly/n8j\nhg+CiTScKeBvjKwMskoeYdV56cDsMQLyLLivlQt+AMN2KcHcE0qqvsvgxGwe\nBXTfvW9hpVsYLj6rICcMkU9yHSRlRkQ4fAInXSwvpzzzIPfavd9zSuFbyMsF\nzcZBEgZu0gbilehWhwwvTZ3Bd8WwxliKnkfgVLN+cOO69JSXJCXwIA7n3N06\nGQVKrGqDkLfKD6nSHy8krDknY0MvOhCDcwy2fNh1IdWMFnmF80x5Huhmxr55\npTkwxQr3IGOyePRqu5B2pXIW7HscnAerXAkccyX/FzmUlw3UIaPlPjNnUJDR\nopPRUYOAMHkg0LtrtVnPQCK0YU+siUzIDSjXnYV/fR0416r+RQXhemdgO6Ey\nqx8tIHVSvdKBLOaCzZYuqkDOIJgWC/qwCudv3Hxbj1gwEcCb3X5IvoK/1ok3\nt18G\r\n=XnRj\r\n-----END PGP SIGNATURE-----\r\n",
  67. "shasum": "d91cefd62d1436ca0f41620e251288d420099def",
  68. "tarball": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
  69. "unpackedSize": 7531
  70. },
  71. "gitHead": "049cf185c9e91727bc505b796a2d16a4fe70d64d",
  72. "homepage": "https://github.com/substack/node-mkdirp#readme",
  73. "keywords": [
  74. "directory",
  75. "mkdir"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "maintainers": [
  80. {
  81. "name": "isaacs",
  82. "email": "[email protected]"
  83. }
  84. ],
  85. "name": "mkdirp",
  86. "optionalDependencies": {},
  87. "publishConfig": {
  88. "tag": "legacy"
  89. },
  90. "readme": "# mkdirp\n\nLike `mkdir -p`, but in node.js!\n\n[![build status](https://secure.travis-ci.org/substack/node-mkdirp.png)](http://travis-ci.org/substack/node-mkdirp)\n\n# example\n\n## pow.js\n\n```js\nvar mkdirp = require('mkdirp');\n \nmkdirp('/tmp/foo/bar/baz', function (err) {\n if (err) console.error(err)\n else console.log('pow!')\n});\n```\n\nOutput\n\n```\npow!\n```\n\nAnd now /tmp/foo/bar/baz exists, huzzah!\n\n# methods\n\n```js\nvar mkdirp = require('mkdirp');\n```\n\n## mkdirp(dir, opts, cb)\n\nCreate a new directory and any necessary subdirectories at `dir` with octal\npermission string `opts.mode`. If `opts` is a non-object, it will be treated as\nthe `opts.mode`.\n\nIf `opts.mode` isn't specified, it defaults to `0777`.\n\n`cb(err, made)` fires with the error or the first directory `made`\nthat had to be created, if any.\n\nYou can optionally pass in an alternate `fs` implementation by passing in\n`opts.fs`. Your implementation should have `opts.fs.mkdir(path, mode, cb)` and\n`opts.fs.stat(path, cb)`.\n\n## mkdirp.sync(dir, opts)\n\nSynchronously create a new directory and any necessary subdirectories at `dir`\nwith octal permission string `opts.mode`. If `opts` is a non-object, it will be\ntreated as the `opts.mode`.\n\nIf `opts.mode` isn't specified, it defaults to `0777`.\n\nReturns the first directory that had to be created, if any.\n\nYou can optionally pass in an alternate `fs` implementation by passing in\n`opts.fs`. Your implementation should have `opts.fs.mkdirSync(path, mode)` and\n`opts.fs.statSync(path)`.\n\n# usage\n\nThis package also ships with a `mkdirp` command.\n\n```\nusage: mkdirp [DIR1,DIR2..] {OPTIONS}\n\n Create each supplied directory including any necessary parent directories that\n don't yet exist.\n \n If the directory already exists, do nothing.\n\nOPTIONS are:\n\n -m, --mode If a directory needs to be created, set the mode as an octal\n permission string.\n\n```\n\n# install\n\nWith [npm](http://npmjs.org) do:\n\n```\nnpm install mkdirp\n```\n\nto get the library, or\n\n```\nnpm install -g mkdirp\n```\n\nto get the command.\n\n# license\n\nMIT\n",
  91. "readmeFilename": "readme.markdown",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/substack/node-mkdirp.git"
  95. },
  96. "scripts": {
  97. "test": "tap test/*.js"
  98. },
  99. "version": "0.5.5"
  100. }