{
"_args": [
[
"jsonfile@^6.0.1",
"/usr/local/lib/node_modules/@ionic/cli/node_modules/fs-extra"
]
],
"_from": "jsonfile@>=6.0.1 <7.0.0",
"_hasShrinkwrap": false,
"_id": "jsonfile@6.0.1",
"_inCache": true,
"_installable": true,
"_location": "/@ionic/cli/jsonfile",
"_nodeVersion": "13.7.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/jsonfile_6.0.1_1583593822667_0.38017978131454977"
},
"_npmUser": {
"email": "opensrc@ryanzim.com",
"name": "ryanzim"
},
"_npmVersion": "6.13.6",
"_phantomChildren": {},
"_requested": {
"name": "jsonfile",
"raw": "jsonfile@^6.0.1",
"rawSpec": "^6.0.1",
"scope": null,
"spec": ">=6.0.1 <7.0.0",
"type": "range"
},
"_requiredBy": [
"/@ionic/cli/fs-extra"
],
"_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.0.1.tgz",
"_shasum": "98966cba214378c8c84b82e085907b40bf614179",
"_shrinkwrap": null,
"_spec": "jsonfile@^6.0.1",
"_where": "/usr/local/lib/node_modules/@ionic/cli/node_modules/fs-extra",
"author": {
"email": "jprichardson@gmail.com",
"name": "JP Richardson"
},
"bugs": {
"url": "https://github.com/jprichardson/node-jsonfile/issues"
},
"dependencies": {
"graceful-fs": "^4.1.6",
"universalify": "^1.0.0"
},
"description": "Easily read/write JSON files.",
"devDependencies": {
"mocha": "^5.2.0",
"rimraf": "^2.4.0",
"standard": "^12.0.1"
},
"directories": {},
"dist": {
"fileCount": 6,
"integrity": "sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeY7lfCRA9TVsSAnZWagAAvW4QAJWNB0aB0VdNdfoQV0Io\n8pG9pY4hus8KZLVii9AAJ3Rn3JiS2HEfR3fSyZjnAxv9npuQn6+4TpZ25LxE\nN1sr7m3KMF0GuvJHKVCvcghVELGoFRRzxK0eLPnKHD8WFPSIXMl4LhNkWUMg\nURSb6TDQ9OBvWTRloujaOr81vm4V29GgoQj4FxpW8OA7d14UPLIYpo0CtVnJ\nNqPJVccV9lVf59LFDqP5+9TapJEF2U69EOSgr0I105sX+9cVpvxTuKZcnOdK\nV0uTK1UQRi5vVhLIq05TA5d08OlE68DCNZ5do309iL9o1y4xsDWhYAhWtmQM\n11Gold7qobpwR1o8cnYvF37Iv1ZjTmmmYbSz2TcEGDfLXPXIh8o4CHpcX6Qa\nMlpci28vS2qyyMZGWZ4ng6Uv9o6lFB6dCmxkedGNCpIeHU5lg0oy4wqa+uBV\nkBjPRYXl4BrPFRYiZE2k79UaryShvVZda/SmBNdxk2lIrPne3jbkjRhSaAoW\nRuRV3qHYLU/opYgRCLkUFDkaxt83YQRGkf2eVqdZiTUMbuirxTfJqZy0A8TC\npSXd6vYGFATM9qIzNt7vrihK87w56VMPg3nYlGTmj4mU7pCA4/CzQCUFVwvd\n29/eXnxAqUl+p+Qr89wm12tojOOA53LXit0v0NdaCwMPfp4E5jz+uMxIMO+A\nx75R\r\n=PX44\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "98966cba214378c8c84b82e085907b40bf614179",
"tarball": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.0.1.tgz",
"unpackedSize": 18795
},
"gitHead": "78937d20c95efd259574b7604a4efeb55d1a2b7a",
"homepage": "https://github.com/jprichardson/node-jsonfile#readme",
"keywords": [
"file",
"fs",
"fs-extra",
"json",
"read",
"write"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jprichardson",
"email": "jprichardson@gmail.com"
},
{
"name": "ryanzim",
"email": "opensrc@ryanzim.com"
}
],
"name": "jsonfile",
"optionalDependencies": {
"graceful-fs": "^4.1.6"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
},
"scripts": {
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "mocha"
},
"version": "6.0.1"
}