{
"_args": [
[
"fs-extra@^9.0.0",
"/usr/local/lib/node_modules/@ionic/cli/node_modules/@ionic/utils-fs"
]
],
"_from": "fs-extra@>=9.0.0 <10.0.0",
"_hasShrinkwrap": false,
"_id": "fs-extra@9.0.1",
"_inCache": true,
"_installable": true,
"_location": "/@ionic/cli/fs-extra",
"_nodeVersion": "14.0.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/fs-extra_9.0.1_1591229864999_0.033759458937809406"
},
"_npmUser": {
"email": "opensrc@ryanzim.com",
"name": "ryanzim"
},
"_npmVersion": "6.14.4",
"_phantomChildren": {},
"_requested": {
"name": "fs-extra",
"raw": "fs-extra@^9.0.0",
"rawSpec": "^9.0.0",
"scope": null,
"spec": ">=9.0.0 <10.0.0",
"type": "range"
},
"_requiredBy": [
"/@ionic/cli/@ionic/utils-fs"
],
"_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.1.tgz",
"_shasum": "910da0062437ba4c39fedd863f1675ccfefcb9fc",
"_shrinkwrap": null,
"_spec": "fs-extra@^9.0.0",
"_where": "/usr/local/lib/node_modules/@ionic/cli/node_modules/@ionic/utils-fs",
"author": {
"email": "jprichardson@gmail.com",
"name": "JP Richardson"
},
"bugs": {
"url": "https://github.com/jprichardson/node-fs-extra/issues"
},
"dependencies": {
"at-least-node": "^1.0.0",
"graceful-fs": "^4.2.0",
"jsonfile": "^6.0.1",
"universalify": "^1.0.0"
},
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.",
"devDependencies": {
"coveralls": "^3.0.0",
"klaw": "^2.1.1",
"klaw-sync": "^3.0.2",
"minimist": "^1.1.1",
"mocha": "^5.0.5",
"nyc": "^15.0.0",
"proxyquire": "^2.0.1",
"read-dir-files": "^0.1.1",
"standard": "^14.1.0"
},
"directories": {},
"dist": {
"fileCount": 33,
"integrity": "sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2D2pCRA9TVsSAnZWagAAgCgP/jiTQiaKwjwIR3wjQrWS\nu8P2xSEoUv4l/4MOSuUE7f46ZK2M0PCUmvFc4PE4dmdU4He5TO8YfOKIAtHR\n5ULioYtLF6AhYT5DCEN3fQ+1mbUSlMgl4bLH2P581qgEIfykxGdny4eA+bgR\n1AgZk5JG6pXpoqIdNs0zEWFeQcEVkKYNogI+PHhNqfErqHj+IFdybytHWl5t\nQRrECCL/sBKiL50TwLdyUpanVxd2cLbAPt00XezMFydRl6B62+T70q142lNq\nGF6eMeinVKvcsslQyIvScO4Td3lJGcrtOsnoqXsI+zuAlK/hEiLHrxFT73b5\n8m4phE1Sf22SFRr5C/MmtW5f/7Vi7qZafAjEor5yKrir9APNxBIAR0KCPh/x\nps/oxjAor6NDTtLLSvcSANSCPvC/bJRi89nYvMAnNHCwA1tfYsrzGoNuQtlJ\nF1RV0I3fYj90GVMJrfkobdvLq/KIxzufLmLpZZUViBHTknpzhM2wxQXnAjLN\nMVHSbHPusEnGE/R3J/f+hwAiSGpLoaB7E+bYlqIsDH/4nXaOjSG04IVnM06i\nnfAx591OqfEnz64zqNT7A5m0pOFCIlJz3cga+i9aMSQfhOpIfJHeEcXviN/8\n+FLzYU5XjOLmt39l9zfP43XuoRrdn7TrmMqyLqJ++lep4ZhFtmUqXTp0pCep\n16ka\r\n=+Gcj\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "910da0062437ba4c39fedd863f1675ccfefcb9fc",
"tarball": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.0.1.tgz",
"unpackedSize": 129267
},
"engines": {
"node": ">=10"
},
"gitHead": "7b12b058e27df560ba777756f38f977662c23750",
"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",
"promise",
"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": "nyc -r lcovonly npm run unit",
"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": "9.0.1"
}