{ "_args": [ [ "fs-extra@^7.0.1", "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/laravel-mix" ] ], "_from": "fs-extra@>=7.0.1 <8.0.0", "_hasShrinkwrap": false, "_id": "fs-extra@7.0.1", "_inCache": true, "_installable": true, "_location": "/fs-extra", "_nodeVersion": "10.7.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/fs-extra_7.0.1_1541596990306_0.8555804001480756" }, "_npmUser": { "email": "opensrc@ryanzim.com", "name": "ryanzim" }, "_npmVersion": "6.1.0", "_phantomChildren": {}, "_requested": { "name": "fs-extra", "raw": "fs-extra@^7.0.1", "rawSpec": "^7.0.1", "scope": null, "spec": ">=7.0.1 <8.0.0", "type": "range" }, "_requiredBy": [ "/laravel-mix" ], "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", "_shasum": "4f189c44aa123b895f722804f55ea23eadc348e9", "_shrinkwrap": null, "_spec": "fs-extra@^7.0.1", "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/laravel-mix", "author": { "email": "jprichardson@gmail.com", "name": "JP Richardson" }, "bugs": { "url": "https://github.com/jprichardson/node-fs-extra/issues" }, "dependencies": { "graceful-fs": "^4.1.2", "jsonfile": "^4.0.0", "universalify": "^0.1.0" }, "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.", "devDependencies": { "coveralls": "^3.0.0", "istanbul": "^0.4.5", "klaw": "^2.1.1", "klaw-sync": "^3.0.2", "minimist": "^1.1.1", "mocha": "^5.0.5", "proxyquire": "^2.0.1", "read-dir-files": "^0.1.1", "rimraf": "^2.2.8", "secure-random": "^1.1.1", "semver": "^5.3.0", "standard": "^11.0.1", "standard-markdown": "^4.0.1" }, "directories": {}, "dist": { "fileCount": 33, "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", "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", "shasum": "4f189c44aa123b895f722804f55ea23eadc348e9", "tarball": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", "unpackedSize": 124205 }, "engines": { "node": ">=6 <7 || >=8" }, "gitHead": "a32c85282185aa008759890cce059594e4348262", "homepage": "https://github.com/jprichardson/node-fs-extra", "keywords": [ "copy", "create", "delete", "directory", "extra", "extra", "file", "file system", "fs", "json", "mkdir", "mkdirp", "mkdirs", "move", "output", "read", "recursive", "remove", "text", "touch", "write" ], "license": "MIT", "main": "./lib/index.js", "maintainers": [ { "name": "jprichardson", "email": "jprichardson@gmail.com" }, { "name": "manidlou", "email": "manidlou@gmail.com" }, { "name": "ryanzim", "email": "opensrc@ryanzim.com" } ], "name": "fs-extra", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/jprichardson/node-fs-extra.git" }, "scripts": { "coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js", "coveralls": "coveralls < coverage/lcov.info", "full-ci": "npm run lint && npm run coverage", "lint": "standard", "test": "npm run lint && npm run unit", "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha", "unit": "node test.js" }, "version": "7.0.1" }