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.

139 lines
4.4 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "fs-extra@^7.0.1",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/laravel-mix"
  6. ]
  7. ],
  8. "_from": "fs-extra@>=7.0.1 <8.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "fs-extra@7.0.1",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/fs-extra",
  14. "_nodeVersion": "10.7.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/fs-extra_7.0.1_1541596990306_0.8555804001480756"
  18. },
  19. "_npmUser": {
  20. "email": "opensrc@ryanzim.com",
  21. "name": "ryanzim"
  22. },
  23. "_npmVersion": "6.1.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "fs-extra",
  27. "raw": "fs-extra@^7.0.1",
  28. "rawSpec": "^7.0.1",
  29. "scope": null,
  30. "spec": ">=7.0.1 <8.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/laravel-mix"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
  37. "_shasum": "4f189c44aa123b895f722804f55ea23eadc348e9",
  38. "_shrinkwrap": null,
  39. "_spec": "fs-extra@^7.0.1",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/laravel-mix",
  41. "author": {
  42. "email": "jprichardson@gmail.com",
  43. "name": "JP Richardson"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/jprichardson/node-fs-extra/issues"
  47. },
  48. "dependencies": {
  49. "graceful-fs": "^4.1.2",
  50. "jsonfile": "^4.0.0",
  51. "universalify": "^0.1.0"
  52. },
  53. "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
  54. "devDependencies": {
  55. "coveralls": "^3.0.0",
  56. "istanbul": "^0.4.5",
  57. "klaw": "^2.1.1",
  58. "klaw-sync": "^3.0.2",
  59. "minimist": "^1.1.1",
  60. "mocha": "^5.0.5",
  61. "proxyquire": "^2.0.1",
  62. "read-dir-files": "^0.1.1",
  63. "rimraf": "^2.2.8",
  64. "secure-random": "^1.1.1",
  65. "semver": "^5.3.0",
  66. "standard": "^11.0.1",
  67. "standard-markdown": "^4.0.1"
  68. },
  69. "directories": {},
  70. "dist": {
  71. "fileCount": 33,
  72. "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==",
  73. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4uc/CRA9TVsSAnZWagAAvTUP/19sxOUxNXIPwZiOva8p\nvJHh9DfeeMUJz0ogo1uMhATNpxTjFvs1hbo37e0g5FNk+i3bRN0a5cHPWqVU\nEPcUV9kvWPKhx2jBB7VPlARxqjVnP2+zkg33ArNVLhtkxNTOAQTad/Bt573D\nkQEoVrBQdgeF9fv6JdsRLnNvO2+tBK5WncYsDoB73Ff/nHCEgN8wMkXtSzZv\niqOQ39bvojxySJuz2QfIe7wNqtD4ofhUDjBHV8zKRhBspo6kll5EwAFYeOhU\ncLNfQC3F/D0AIx/L6v1sp4QhPd71nhssOsKnz2TN9nCYrfgHfX0b0HgVGv3G\n65NoNyln+SrAwjIB2CZWJvHaGKFs70abE9I6QPEg5nFxw3wBeVGPYpFYA4eT\neZxmvpqG3LJg+j82obd5CPGhPjnSktX7JGfdQhfMoZ2UneKVCJ6fxr+BndOi\nUxBpOrDbLAVm0njY38r3A839+dHzPgcSF5uSFqkr6DGPRSzl8ZkJQTI1ehTq\nG2VA4sGyvEONKicd/hUjxNhYw0HMfYsXfiwaYBJ8GgYVr2xOH6AP+IcsOJNk\nAkR+RSOB78qKbSGAuxF1fxTWKMw/8wvCh0ra0YYljpP7LOc2wijIIpg9G843\nSrzLLwQrLHnmxioFlrZ7/RAy2vxmtD9c9adsQlODz5pUQdKFcUUTrbs3lPAb\neKz9\r\n=qzt9\r\n-----END PGP SIGNATURE-----\r\n",
  74. "shasum": "4f189c44aa123b895f722804f55ea23eadc348e9",
  75. "tarball": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
  76. "unpackedSize": 124205
  77. },
  78. "engines": {
  79. "node": ">=6 <7 || >=8"
  80. },
  81. "gitHead": "a32c85282185aa008759890cce059594e4348262",
  82. "homepage": "https://github.com/jprichardson/node-fs-extra",
  83. "keywords": [
  84. "copy",
  85. "create",
  86. "delete",
  87. "directory",
  88. "extra",
  89. "extra",
  90. "file",
  91. "file system",
  92. "fs",
  93. "json",
  94. "mkdir",
  95. "mkdirp",
  96. "mkdirs",
  97. "move",
  98. "output",
  99. "read",
  100. "recursive",
  101. "remove",
  102. "text",
  103. "touch",
  104. "write"
  105. ],
  106. "license": "MIT",
  107. "main": "./lib/index.js",
  108. "maintainers": [
  109. {
  110. "name": "jprichardson",
  111. "email": "jprichardson@gmail.com"
  112. },
  113. {
  114. "name": "manidlou",
  115. "email": "manidlou@gmail.com"
  116. },
  117. {
  118. "name": "ryanzim",
  119. "email": "opensrc@ryanzim.com"
  120. }
  121. ],
  122. "name": "fs-extra",
  123. "optionalDependencies": {},
  124. "readme": "ERROR: No README data found!",
  125. "repository": {
  126. "type": "git",
  127. "url": "git+https://github.com/jprichardson/node-fs-extra.git"
  128. },
  129. "scripts": {
  130. "coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
  131. "coveralls": "coveralls < coverage/lcov.info",
  132. "full-ci": "npm run lint && npm run coverage",
  133. "lint": "standard",
  134. "test": "npm run lint && npm run unit",
  135. "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
  136. "unit": "node test.js"
  137. },
  138. "version": "7.0.1"
  139. }