{"maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"keywords":["hint","hint-utils-json","json","utils","webhint"],"dist-tags":{"latest":"1.0.28"},"description":"utils for JSON","readme":"# JSON utils (`@hint/utils-json`)\n\nSet of helpers to process JSON.\n\n## Installation\n\nThis package is installed automatically when adding webhint to your project\nso running the following is enough:\n\n```bash\nnpm install hint --save-dev\n```\n\n## Utils\n\n* `finalConfig`: Calculate the final configuration taking into account the\n  extend property.\n* `parseJSON`: Parse a json string.\n* `loadJSONFile`: Loads a JSON a file.\n* `JSONLocationOptions`: Type representing the options for the location.\n* `JSONLocationFunction`: Type representing the options for the location\n  function.\n* `IJSONResult`: Interface for a JSONResult.\n* `ExtendableConfiguration`: Type representing a extendable configuration.\n* `IParsingError`: Interface for an error parsing.\n* `ISchemaValidationError`: Interface for an error validating a json.\n* `SchemaValidationResult`: Type representing the result of a json validation.\n* `GroupedError`: Type representing a group of errors validating a json.\n* `validate`: Validate a json given a schema.\n","repository":{"directory":"packages/utils-json","type":"git","url":"git+https://github.com/webhintio/hint.git"},"bugs":{"url":"https://github.com/webhintio/hint/issues"},"license":"Apache-2.0","versions":{"1.0.0":{"name":"@hint/utils-json","version":"1.0.0","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"d61b123f800ad7991a9ddb8e5059e7293f42d153","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.0.tgz","fileCount":30,"integrity":"sha512-fKOoCYFIHwTeLqHy+GGSE1GQGYdRXQHlFr0dSQIXTKbhOJYGcTwz6HmzLeqtQwLlrfJoKgBAQ41VLMYon1hbTw==","signatures":[{"sig":"MEQCIEjn63qqNN090UfwdXLk16pwx/ZwkAt4vO0y5oXM8zgVAiAFfrmK2RkwE652eyC75eY27X2IOzC1gXwCksTazFjohw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":367616,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5bTDCRA9TVsSAnZWagAA3esP/1qGj1zvPQBGgB9VY/aO\nR9VVIZa1+d+tO4Nvj0g2xd071rLkeS9ysKthNd+YgMs3mB8CzcacL/IRxgvK\nl9u7PtwyorCd8MKmqiJHWfRsxLFxgJDdcc65yuK2lPVW9tB3BJ2XAqO1zt3c\nfp/Whm/FkGj3zGrtiszc9d4BNcVf0sb9FAyWYxBl2iC97X8NQsFENH/z261f\nQ4f9cUAZHHvEAxZ1Gc3bCdu3A5OW57NFC8gPzZwDNgkBY0IXgHe9apY/Bk6V\n+A51ZB0ZR+ssa7jmUK4NCtZt4dTUk/0Pe8j5/DTMokB8SLIfPZpSNeknb3S3\nhWdn5V0xV/sToste4oyrfVTUEP3SAIdfhFt2/9qPnURwzLHtSLFtz6rvAizd\nsIvqPZY+W/RWaGcj1PNP4h+fKoqkhnulleNWshEvNAs1y2AF+Bj3YuKIj1o5\nuJOoMAdm0YJW2ECZk5GrfRsq/rhl/LlbZ+JTnDZWnOMFIOklHTzJ6CwaCdt9\n/CmmpuTlWLyBI+x1tKR3+h5/rTvo9rAVAeWObAjhjsgRm2cGkiBqMVDdfM78\nMUuGWzslpv1vojo0fJy7aBKvstOSho++vV5+qilrvbUJiceJrEIzUjnYHxe7\nbpqFpjdyVjgUA7EGuoYNDNvP3V9DKO2NvrG2bY7ofIfd60EoxyEy+nof2Lhr\nMU89\r\n=3Rme\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"6.9.0","description":"utils for JSON","directories":{},"_nodeVersion":"10.16.0","dependencies":{"ajv":"^6.10.1","lodash":"^4.17.15","@hint/utils-fs":"^1.0.0","@hint/utils-types":"^1.0.0","@hint/utils-network":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","nyc":"^14.1.1","sinon":"^7.5.0","eslint":"^6.6.0","rimraf":"^3.0.0","proxyquire":"^2.1.3","typescript":"^3.6.4","npm-run-all":"^4.1.5","jsonc-parser":"^2.2.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.0_1575335106910_0.3759834156400599","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@hint/utils-json","version":"1.0.1","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"576e68ac59615c279c8b98022bb25c7f7efbd895","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.1.tgz","fileCount":30,"integrity":"sha512-xXfNO271DhaEc06CziqS5kishp0nNULcrMgfTfl02kVsmWVRLdQO9JyJsl1A7r2X2Qi9+71xA6hq39gUFPcLxA==","signatures":[{"sig":"MEQCIFAScL7kE2BtzjgNiwjt0VNGuvgU5xoCXOYvVNGiJ119AiAEBlYTrmoPl5Cpe8tlCCJkrHBReNAPRiigXvposUQcHg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":367796,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5y0TCRA9TVsSAnZWagAAre8P/2d1+XiB66MrBm8DDmCr\ng6lCqqg7/Ea7+jbRuOyfQNuz12AsQem9B694lahO7tKizhfhp2j/vh/4fsje\nQXvFwijBcx8LDt9duAWDf5IVaaYyH/4RXDcZw7MUSEMr3W4s6cgHgM5AS7Xo\nAqPP4oGALridSxOpazY/As03ffWgTsaWlbiJzvipeJEG3eqd3m1FyLbYZiWn\nWiTbzQCSY4cqtusAGqJjhu9Zf7aVKDigziUGYFX8GQP+M+RBZR1nNkK4v9CR\nYiMhw1lCCoj8zGVPzuQ5UUOILrO+EvpnwRAgz4zyG4YxO/JZdZaeVOL8CNqU\niY5Nmt7d6FdS8GSgI7b5OXP2A2vl+bfr+I6jvYYf0GTh5O4q69O3CfsIFVUA\nGRDib8oXi/PC9qS2IpKs2J8hdMAyJbcIiwvH+2n5UoIFZnYSwnyGWrZSM5+k\n059aO2Ypw91bkmtsF6mbpKoNXBWOhKWs7fxf/hy3wMcJt7NE0SmWvLPSAbke\njdYiK6dT02Z90txaPdI7DXt16eTZwGBBqeElsoIo0i3QoGgkpaQGWF1T9H+l\nz/LEDj6WQaovm4NU1n1JRxAgBeCD3m8zZXdBQwwftLhSXGaVvIjHEF4Yrf6m\nz3GMxO9Vmt+PUVqNrg5QFDj5uBJvVWkTAFkWe4KOugrtW9oT9o29jGbZVldj\n6lRn\r\n=nqf4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"6.9.0","description":"utils for JSON","directories":{},"_nodeVersion":"10.16.0","dependencies":{"ajv":"^6.10.1","lodash":"^4.17.15","jsonc-parser":"^2.2.0","@hint/utils-fs":"^1.0.0","@hint/utils-types":"^1.0.0","@hint/utils-network":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","nyc":"^14.1.1","sinon":"^7.5.0","eslint":"^6.6.0","rimraf":"^3.0.0","proxyquire":"^2.1.3","typescript":"^3.6.4","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.1_1575431442941_0.5067198922524869","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@hint/utils-json","version":"1.0.2","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"c1c54f4dd47c23dd0910dfd38afe2eed28b48f6a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.2.tgz","fileCount":30,"integrity":"sha512-OYelJJwhdgFBu63eUNTIoIVefPzyXbJlYECEbBsE0Ql1ClIoSD1DMX4kqZIvaYCGfaO32RsfBEzCxIawJKH2YQ==","signatures":[{"sig":"MEYCIQC221MVCha9fn10U7i6X/7hU/PMo0pQwJfrxCPTS757fgIhAKLVOQkWN6crwOx1BQvcZzE7taueJtODJLEjZ6E7NIcY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":406755,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6FSeCRA9TVsSAnZWagAAEVwP/2Sf8Fhx5X73Zi+MjeLf\nYA2qfMLg70vyD4GgfB/AB84c7zklDGZ53dv4AUMmf5tihB0RECkdmVF+UbY3\nC8wFt7YoCqDDhY3URv8NAhVwvWpxkcJvaZ6GHdmHvcUg2grW9na5jw6Vv7Cq\nHOKIClY+ytb27cq4F1NyGsEtelkMIM+Db+ekUHmi79pCISD4X8Oe5xUNCBx8\nKC8fSMRsOfMCL88cXYiYDsfywLFjf/ph4QbFchWnfWp8QTqdg6BFQPorZOGG\nCWh4eYFLpdeVMwVS0FujcEHXpW7I2LmnhNOY+7ZwGavG0f9umCNxqg6ip69y\ng2jT1+Lm2jH/TSo1W7nKj4I/nBnNfwxEf/1xddG6dr8Di8xplaLT9xmjlEvS\nph9OzuBzAYMgOEz10XgxxE/IjAx/c232FscYeB9bYojPZl+muvAyCUHa+dji\ntuCoy7iosP6wzrAJBocquhYhRGx2wEoR5folrOTSSD5H6VClNoujbIYrQP68\nYa2AZ6/AV85yeT/HdN2Clj1K4tpghKQRKqWW1I363SovA8BQfrNtT57XRwc6\n2ReJnEuPVbSEYdyVTE3EibvBKAGj97Rw8Z6eIDk2E+ojXCPeU5oc8Io6QdXb\nHvlXbaic4ziE1QX08VmNxpC49riHv0qCVJlx65FfxUntUNRQTzTGOfjTqBIc\nxFyY\r\n=MFMn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"6.9.0","description":"utils for JSON","directories":{},"_nodeVersion":"10.16.0","dependencies":{"ajv":"^6.10.1","lodash":"^4.17.15","jsonc-parser":"^2.2.0","@hint/utils-fs":"^1.0.0","@hint/utils-types":"^1.0.0","@hint/utils-network":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","nyc":"^14.1.1","sinon":"^7.5.0","eslint":"^6.6.0","rimraf":"^3.0.0","proxyquire":"^2.1.3","typescript":"^3.6.4","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.2_1575507102477_0.5782534035133415","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"@hint/utils-json","version":"1.0.3","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.3","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"31affb17b39e9eda4c2add1e79e5cd5266fa95b6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.3.tgz","fileCount":30,"integrity":"sha512-rpv4FTH3FA1eeAmLHvn3Ah736zmZQ1D8Dvp7urM1Kl7kRR4Hi2VsfWImsSPL3ANrz1/rvk3qRgZIRJAcBNRvjA==","signatures":[{"sig":"MEUCIDZ956Mef0x0qO2PC3fM5HkndQKRhYP6+Ix3L+uULaHXAiEA9BhrfWpTauxMUyV6LDpT9v4Y+PJSrws9x2SJJxBfAGI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":430564,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecpnACRA9TVsSAnZWagAA+vsP/jtLjnUpo7LpQtoQ1tO4\nG9OpWGoOI48/tWAAxLsW8vaxkU+8uavnLOhdLNP71GIeYEL5Jv5sm386Bh43\nrgAONRsydpmc77X83UuOb0FXrVH0SHZ95mi6UG75IIsAu5zUjlqtqnj9KJ1V\nfRkjEoAPJs9kndYrytf0yCY2ZoHNK9Iq1OSToXUgupINQ+KXpzD+ctnC7HTO\nQsiNRF5EiWX+hf/0PydbdnBlgybXy4yBBNpUlTs4LmbJ0GIsiJFsW25yqLaf\nUN94G2c92bAzH3ZwFyrcekleqSxGLgMBv0SjAn8cqH3KbKiEfDrKGBow2ZQh\nQmpeXoTkuy91mo8BaCYEeiFoJaV8OUgNsCXK+0/8k01KVztXUtogc1S6kULa\nUVj1NohqCCvxG5xbOh061bojBe81bGJmUR/RT98e4bTnqd3YPXA/+xVxRHzJ\nXsyHeYpMCLQsmp19eTh0/5FUJutKrqO1Gxut382YpMrJ0leHcZYPpQMRAreT\nFsVyq+TJD5+KHCMCJ8S5NN9cGaBTRBPFY306Om5nUXC0QOHaJdEJqLS+alxn\nw1UXkjyyhXjfSAxAPTekEqUOe/Eicfdpd5wbAKAULHHpx9ou3mFz6nQNJXb1\nGlaW/pqbDxsJr2ODRd3y2uRBHq+HNUT5MzG2PQkl5MuEE9dQ4kWf59VW18r7\nFE31\r\n=eJ37\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"6.13.4","description":"utils for JSON","directories":{},"_nodeVersion":"12.16.1","dependencies":{"ajv":"^6.12.0","lodash":"^4.17.15","jsonc-parser":"^2.2.1","@hint/utils-fs":"^1.0.1","@hint/utils-types":"^1.0.1","@hint/utils-network":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.4.0","nyc":"^15.0.0","sinon":"^9.0.1","eslint":"^6.8.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.8.3","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.3_1584568768046_0.7845709424182561","host":"s3://npm-registry-packages"}},"1.0.4":{"name":"@hint/utils-json","version":"1.0.4","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.4","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"bab2c83c40014808a3c37f3de87ed04f88cb6d4a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.4.tgz","fileCount":30,"integrity":"sha512-c9iGLzoUr5BuZC7IdFWlMgQwEJ0ii49/p8TiMJ1tMaSeg9Rdj/vXbDrvwpWY/eYsBlpgNHWsGpVWCnURNXfOJQ==","signatures":[{"sig":"MEUCIDIGsF6SEaancZflWSdu2F/lzc+NqaFbWYRK8T3sq1kwAiEA+NHuF+AHrLKxe8F7VORuHKllNVoVw0OoT+VsfmZ0KLs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":432343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJel17cCRA9TVsSAnZWagAAgd8P+wdpE7ta1QQ+9duG2jnR\nIpFuOWRXMYHCq6CMf3vonUQQayp7dLOPyVIF8ZdTrtGqMr0ZO/VYOiqsY/kc\nhZWCMDYemh0BE0rCU03HBiOpbVAucnsWizWMDqnAZIWcHSwp538sqJLXGki9\nf/JmgPi1NsIwbjFabh024LpWwUrYDF19PzJRJJ7C6HViMxSLXuqdP1eAfMpe\nvrMJA/Cf3JxdASFq8N2dG6fONbpeMUeRJ084T/ddGfvsc0/I+PopgpB370Rv\nKOaI43b5vX1UFdqt/8eXslVg7ymDHvjk2wBUx1G+Pa8nujUu4I3/FDrcGGuX\nIXowc4Q7FH8+ogBiw5gz0B9j0ilke0X61wTvqyOVIuOsp6bBe6jml5LkXpCw\n1qYOXGaiAZUSQLsGZAdZB4R3+I5KM8UDXpUAgrl/TAgkCcBko3Fza0DnKypT\n+O6mK8Cr9vxmpq5dBIMcp/o/7vkgzoFV+QEfivR2ZfZxGLSZTo+b7Sm13IGH\nKOr8SanWycCQwakEslnYFlXnWyVZJbp2w5EwtOaxXCggdIOkiAMZWZK5H3AM\nfObPKGn1nz/gsw6xrWkR1hIQB29BNIa7yU/ppYMDq1V7uBioDtdmGUnQuJMV\nAM+Na9ULhIIlcpFocEo9EBgDyKpw3qjO407hFI17Fd1Sq4ZGMA8IN3e0HsqY\n8r55\r\n=N4mQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"6.14.4","description":"utils for JSON","directories":{},"_nodeVersion":"12.16.2","dependencies":{"ajv":"^6.12.0","lodash":"^4.17.15","jsonc-parser":"^2.2.1","@hint/utils-fs":"^1.0.2","@hint/utils-types":"^1.0.1","@hint/utils-network":"^1.0.3"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.5.2","nyc":"^15.0.0","sinon":"^9.0.1","eslint":"^6.8.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.8.3","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.4_1586978523482_0.6279081997418656","host":"s3://npm-registry-packages"}},"1.0.5":{"name":"@hint/utils-json","version":"1.0.5","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.5","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"bd3dca7966d8dd37a51f947cbf1f35354616a92b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.5.tgz","fileCount":30,"integrity":"sha512-0fs3LxONzR9aJJzdhnCH7lf5YIGBSEtjyLWg9ljWM3UV6CduCaCYW9m7BTo6dD9QD7/KHyK/2Z2hTxv2f5C+Yg==","signatures":[{"sig":"MEYCIQCx/pl3etODaePPIHSfhnKUznT2XM3w/J+532LCuGab8gIhALizfJH9drfd2zwzmttBSdwQ1kIae8pByAlm0JLHKsow","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":642406,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewwn/CRA9TVsSAnZWagAAPSgP/i59lsZ9yzKwAfHs8/Bt\nXjHM6p6t+zNm8szTizATRUItWhJvsbOxtTAfhTMsFmya8QBGOnrCmpFenhSy\n7ewpaNiQ0lRJw9QP/9UXHQDx0GuXCsXhHj2FxRkGB6GOOZ/e0XKsfPet3Wyu\noGt9OEaP2RFW9A0HDTV8u8qbtiGGss1stL7DduI1vPSv4TsJRPWeX6Sw31Z2\nzWyRBvrr+8A2+/xyBfsxx7LmWEYcXYsv68ze2E4PZ8VFB42R8cFT+ZoMId6N\nFH+XDcE7megmww+AbnkLvka7JWhcKLXSorewI3meI8sM2FqKXTC6XcDBomFo\nJJae7v6vrPvMKkBScBArxBUSFRxqvJLHF9L2rzYOw6B3ZUW5HNlgnfmVZXq/\nz8R6IL0qQU6dMPzzB4HOg/v/Piphxu2JAqSsdMu07CmrtKk5eyNgaluV+uxQ\njvrl3v1zJ8e5UhspDLjBtTDU7gWYjl185DocJwfkThlPEUn8uEqliHFBN2DA\nW96hWg1DkZ8bMkLbQom9C+pBelRUjpnXaBV+UsEvSgGfHl2FuTpGhN3jG/H8\nw37fvBvk5K6lXqjKb8yBK/iNJoj0fzUjqA2FDHUi3deaHTYlUBGfTkMIau7a\nQI5835uzUTVopp86s/Yh8a3UYD6Zt2ZXLVOvb+iz16RZYdRECAyuT9WLdPTv\nS9kJ\r\n=qJ18\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"John.Emau@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"6.14.4","description":"utils for JSON","directories":{},"_nodeVersion":"10.19.0","dependencies":{"ajv":"^6.12.2","lodash":"^4.17.15","jsonc-parser":"^2.2.1","@hint/utils-fs":"^1.0.3","@hint/utils-types":"^1.0.1","@hint/utils-network":"^1.0.4"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.8.2","nyc":"^15.0.1","sinon":"^9.0.2","eslint":"^6.8.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.8.3","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.5_1589840382936_0.9872653047703599","host":"s3://npm-registry-packages"}},"1.0.6":{"name":"@hint/utils-json","version":"1.0.6","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.6","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"c2587cf60333949bbdab4debe7d5b7aefe97a6a1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.6.tgz","fileCount":30,"integrity":"sha512-n7NS4eD/2SdgNaFfguQ2dU1cxXVrBzH+bXI7/ybwp8h2LvPOBjjWsFopqxqHpMuRcpQrmjGTYBgN3RqAfyFjmg==","signatures":[{"sig":"MEUCIQD+hghPmvyWfD3P8dQX1LVKRuJQDZOCfO2MgSYt0LoV+AIgGixE66XdjkdggNKfHYgsTX2SLUK99UwCw9qRfBdKfXQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":644957,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHzvhCRA9TVsSAnZWagAAp7sP/R+yVK4O+7c2X8kKEW4H\nPZHG8qVBCxyelZ2KztvkR8X/XclSSx0ZTt76UwXjMMlECSiVZmVtn7ZZPtMD\nc1yV34J+WgRC0uOk9IOtEqfO0ofkeK48ylNIRFspdCgf2iLZYSRyvMmYoqMB\nZ7X0RtVSYxW2sdY2kOfC0cgoeslSYuD6WCLYY5BDK6xqinwlU6v/B360l2dB\nZW4sdfcPqkup+VRg3z5gy26vCGLtdTvQ6R68T4KYtElnNk7VZ3bG13GQGLNs\n2qcOacWjEs2nW5biI9mcbzU9eloWUagmGoGvEhN12iI6k75DpTSzgsbFaUxq\nEF/mQzefcle0yWcqHPmVH+B8JlgoCvOg5umFIxyirxuBi7JWhYuY54ffeNxM\nKtjsaucfLRsiqtoAcnl+l2/EjgBzGD5d2ABMeYkWedAlzWHIXuvTVeUXJ/QN\nVn5SxdGhK6WH+OACFFt5RJy+MsjddbsHcnFbC6dHEu/JG8U7L8KQ4vdpuKs2\nq7c2YukcPIMrh2aCQ2beNRV9JAwRyXlw6WNz7cn9B4dmIZlfK35Jrh0Fyep6\nolosEU7rJhHr5jBr9z1XFCAUsqnhZLfybPvYBhIM4Pa11UmcGAybm5p22x9x\nvvlBqrrO3rejxun9MXlRkAggRtDWWCp+llTkrPdCF021aIOWyNRe1+/n4Jjo\nARgu\r\n=jw9f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"6.14.4","description":"utils for JSON","directories":{},"_nodeVersion":"10.19.0","dependencies":{"ajv":"^6.12.3","lodash":"^4.17.19","jsonc-parser":"^2.2.1","@hint/utils-fs":"^1.0.4","@hint/utils-types":"^1.0.1","@hint/utils-network":"^1.0.5"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","nyc":"^15.1.0","sinon":"^9.0.2","eslint":"^6.8.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.8.3","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.6_1595882465228_0.26978608783348323","host":"s3://npm-registry-packages"}},"1.0.7":{"name":"@hint/utils-json","version":"1.0.7","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.7","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"4b4f68127ae8f88e76e5b6a52f359529c32068c5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.7.tgz","fileCount":30,"integrity":"sha512-/uW6npTZWq6MIXGfLA92e7p/esXFtA6NsGGCmzJyIJtQWSUJ2hbYmeiEWj5B4dvDB3e0bQMM+SOE52ur1XvWHg==","signatures":[{"sig":"MEUCIQCBuspLt8mFVIGnWKHATqzSf824EUGIeh3JHXJtZKSfVgIgPZsPXeAr0n7u2dEn3Iy6Ei05SP/JjZLs0CUoPapZBzs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":804129,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRDguCRA9TVsSAnZWagAATLMP/05Y/xdXJKRe+l8DXvCm\nRWrtWe/RdQlY7rlvOG/oxS73dlTMIbD39e89bUElOsonDfbdF4hqRdwKBbof\n2onrCMKv/u3fjz1/0NCn1fp4LcSq4lUC2mp0GAfoFxjUDcAvg0z6DMY2tGq/\ngriMhVUIwVihwrud/QfeV7IaJqctuJ48IlGPmUGxGdBlfblXtBLRdXD0GtOu\nubj0ec5BfzBb9vlBRxwvlCAMd/hPY2hRr/urpyawWi9p65IQsarBSNe8DoH3\nOgow9pFsForYFbTfuxyQ9wOppuA91b8Sjx9JhKG8gpeZYvkmL3UIRBL2zh8/\n4OmCK9KRou1Tx4hkLvjqrO1G2LEiH73C53insVxnIZvNQvVr9I7SNJ5nNTx1\n/tr5ZT7uDBE/pVWhLIs5h1FlFRuS8T+6J+bLSXGbf1l1TSeb41DEZ95ID70x\nAAvscmzAWy86XbtHPxZkwXjXp5b/tSyCnILJXf7O2xcLMWtUzGAON3SXFGrs\nG/jCJ3uOfnzxtMvhxKQ7Vqu68UoqeQj8EH9wAGc4XFtd1ozu6ZLWKMzXxsWT\nXZQtW1LDYAKNSksDuCFYkr7KLzjeYHyqoTftxIc62+0/zLj85hKp2OY9o44e\nZayS/CYheVYqbc5izsP4wVS6JSIk7sSKqP7ZsKGoUcmRZeLPNJRMTSh26hLP\nFPpV\r\n=ohja\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"6.14.6","description":"utils for JSON","directories":{},"_nodeVersion":"10.22.0","dependencies":{"ajv":"^6.12.3","lodash":"^4.17.19","jsonc-parser":"^2.2.1","@hint/utils-fs":"^1.0.5","@hint/utils-types":"^1.1.0","@hint/utils-network":"^1.0.6"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","nyc":"^15.1.0","sinon":"^9.0.2","eslint":"^7.6.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.9.7","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.7_1598306349979_0.9579884649007844","host":"s3://npm-registry-packages"}},"1.0.8":{"name":"@hint/utils-json","version":"1.0.8","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.8","maintainers":[{"name":"anonymous","email":"jdgarcia@outlook.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"0176f9c9c3e226b2e78a02fdf47d0c26c9ad65b4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.8.tgz","fileCount":30,"integrity":"sha512-IPdju42TGW9r7My1pColIDA5B6kNjQHQrnNoJ7w7u8WhN6Nvhk4wtY0ihGl+uYg8LUvxhsfj8U7B/J1LFURfLA==","signatures":[{"sig":"MEQCIG2Jf+9BUr657bc/vLzotDJDlMwFN6u1rtRd3ZZD9r4RAiB5Zv0RFv/2sL0ulHdQs6rqTzc3qO6kd1rfBHQJ7VqNyw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":523780,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrE1wCRA9TVsSAnZWagAAGxIP/A5BB90vqGhu5V/hDk19\nog8o6k2i2+WnCd+mqnkkpnpec6L0U/UV0RSl6GHlkPm0hBWpwI8zTwqH/IPq\nQmEmydo726SbNAkiSmb2ya8XPPUnDK4IJZ4dEqJBWMwj/QbPWK0YMJDsUu0I\n7fEIPM9dVWvOa0OsI0hwYbO7A83Qbx/mFkJvk4JKyKvC5Ul/XpwA1wf1rGkD\n7u7SoVPgtsgF+Vskoo0gcXNMdbzZPvGqf2NczaolUA7n0s/A9TisW7ZSogEY\nBaduisLWEHQoxsa3JgJLLavVtFjemvSHFMaUdOxT/nDp2gnHFvqUpt2C2VJy\nsg7seDyvcjNSLofRADcxaSdQua1xyI5TToe5BE3c0enMnSD9tDwW2l8ZYZfz\nD7p6b7H0l+x35O26RqR+kXSy76mplNFBHMwy2CQN2rcY5u94RM3ddY8p/F4c\nGPSYfwEy/qyYLyrIcWHOx/SNGB4bYtdMbCIfdH0O3929rYevQnEZuX7Oz16j\nqaOHxITnzzHXu/iXkde5tY1LkYqwVSNfWI7gfFcKKNCqLBdrUXRA2fGKF7E8\ncT/hDgIVWAXO6Sjq/9Naeh5xodcHQFohqOX7oZTNKXjjVOOiFKVGL53VdxtV\n6tXn3JvWUxqr0k3R30VH04IAMhuieZNIyPqjPCj/ZlAdlOoIOhuHlO/eiUiO\nCkjs\r\n=Xl8X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"6.14.6","description":"utils for JSON","directories":{},"_nodeVersion":"10.22.0","dependencies":{"ajv":"^6.12.6","lodash":"^4.17.20","jsonc-parser":"^2.3.1","@hint/utils-fs":"^1.0.6","@hint/utils-types":"^1.1.1","@hint/utils-network":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","sinon":"^9.2.1","eslint":"^7.8.1","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.0.2","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.8_1605127535978_0.49547132102446123","host":"s3://npm-registry-packages"}},"1.0.9":{"name":"@hint/utils-json","version":"1.0.9","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.9","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"9f4fe5a78da490d0a5cf4ade7d5cdc25a7d960c4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.9.tgz","fileCount":30,"integrity":"sha512-BJ1lCH18eoKyGfDD5IIz1CAP0UjuOrHuRu/zaXNZVHdWWmxDvAnHVkQheB6PLP2S0v+Fer4tgYbBG21b+u2iWA==","signatures":[{"sig":"MEQCID6IJM5cU5yUvRw2zW7KuymVFDvBrzc9mufrxJdWRWUpAiBh9SaD4FlSFAJZqnz6oG8ywRC5at55Dq0lqlnM+L3Nyw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":534017,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHEwlCRA9TVsSAnZWagAAM80P/2RujWw7KtfGArtSg7YB\nPMbgIpujEGoIFyYw7nlFgwN1jqd9YxqvtVnSmc1AWjpOnj4ph9Afg2F2AxES\nhCy3QQE0YOj0K2EYSB+J6AxEORPaiwI5rAxWGQBf33Pr3YSueaXDl6N/DuHV\n/3A4o+MxWYCsPRCK5s41IepHysobwlMOQuIjW2RdDW/mfenDiT7L17+z6Q/G\nAA0ALTOSjz2JIxdDwJVl7QFVWZuqE2doTm7WDKN98tzOc5xzlw74sIlujx+c\nAw0FUYxDeCchYGmFBF5x3qjZlC+OEQ31c4kDir47DTk/N3Kw0lxiYT2X5Ydk\nZCypYAMu3Za7aSsneoaaNWp8KntVOx99bKaiQIRvkMivPth+HHaSk11W27fz\nyF3DWJjcETnt0npkB64uRNFSbK3IPpA1JW9LkqH+tt4qQImn4llHnFgsrHs1\nL0C2D1K3Leiau0wFC72o6ypxh3DZ1QNokNIr1Pk2yfsoqfHOVcIV+JyoKLcS\ngzghDQ25zNYgu7mt3a+hjqKLttBOujqdMDEJ2eUbnd5gemId23RnKsH9VkBN\ndXvSSABYK5pXNALaivTgKJvN5HS3gjLlzhykAFx4G+OSj4geWTjjf8HjWQF4\nTQNdSNNDB7jBrYEASXMZvlQu152ulDQyOG80Gv2alr19Gkx1XaV+wZQhTmu+\n868b\r\n=7x1f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"6.14.6","description":"utils for JSON","directories":{},"_nodeVersion":"10.22.0","dependencies":{"ajv":"^6.12.6","lodash":"^4.17.20","jsonc-parser":"^3.0.0","@hint/utils-fs":"^1.0.7","@hint/utils-types":"^1.1.2","@hint/utils-network":"^1.0.8"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.17.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.1.3","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.9_1612467236531_0.5259807687269644","host":"s3://npm-registry-packages"}},"1.0.10":{"name":"@hint/utils-json","version":"1.0.10","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.10","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"67b3324846b6f1524c382b2e0709355225bd96ca","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.10.tgz","fileCount":30,"integrity":"sha512-BkXE5cRga3Vfe09qkUfoOkhEvuSiy+zVAqdtoTfBSxTT/8Db4fVEroqWdJWGgAHVG1TA3gwVN+DszYezneAl1w==","signatures":[{"sig":"MEQCIBPxLXyxsq6Qa8+LsCLY0Wro8EtZD7NHKHyp1dPaJs9LAiALYBjdPN7ump76Fgbs9y/DUcMazAEc6MkYLf7/AT1P/g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":534018,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHeabCRA9TVsSAnZWagAA/vkP/RjnSZuh5eIqXEPvGOOG\ndWZsoYCO6tmHc9PWFS+A8fSLsvo1aM9NZpoytaPpLpNwC/BjkkpZyl36FJAN\nRo0YIOvZAlOZnQMtvtUfMezmYsAV0VJEUjga0Zv/YAu1jHO33SFRMLtvIEjT\nQhhUZJRplfSSLj5Ch2FLao1t59O9HlNII0SmD3iIAGCcKOmwhuNS6/yqAaE2\nUKmkctcHOgpEzl/sD2AuXY8Dj+WS06gA7raaL98asPaFmBZ6BxjQMo4JUGDK\nystm1ej1VRl7eQunXoA4sDl2bAFUewx4OCX3tGhhIw8TFJEFIO62FWwcqZ13\nEmPc6oIbNwVOrnrdK3+WkVtrVYTOS0QSNKctGhJsnLzprm5Ccv0NtPriijDH\nXpxzmfr8pIWcp97OeJlgis9/WHbbO0N2c/PR+5qbLbt2o8i9+wcBoLMhc/5t\nfMWAu+tTkJjIoEQJozb/suIm/6ISf3TV4MXkH1MAwKv98HJMu0ImBeQR6Dns\nc6Kc1flt14JMhhJceNlO5z4TmnVHpQyeQ+lq26wYJEWTJcQ5kkLYMtlo0RYd\nKv/Tvyz9Al7jq609fxcQ9yk3SgdVGoMGTu+Dlsz2J4MTc7gMfTce6aIBj4Fl\nI7rnc7yk4ewzw/y3dU/NqeV/khSxip2rYXSmvh4srryJShpgyqbmQ1ezD3xZ\n8zfp\r\n=0x51\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"6.14.6","description":"utils for JSON","directories":{},"_nodeVersion":"10.22.0","dependencies":{"ajv":"^6.12.6","lodash":"^4.17.20","jsonc-parser":"^3.0.0","@hint/utils-fs":"^1.0.8","@hint/utils-types":"^1.1.2","@hint/utils-network":"^1.0.9"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.17.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.1.3","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.10_1612572315204_0.8490161230628197","host":"s3://npm-registry-packages"}},"1.0.11":{"name":"@hint/utils-json","version":"1.0.11","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.11","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"a0ffff57c8eea1a695c1616a5d2accb3be1871a3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.11.tgz","fileCount":30,"integrity":"sha512-EzG3V24mcQwCfiNymyqP8b09Uu527/3HEQ6VFexs8slOJfyG6lYVkeEKnbfTtZTJGGwn3VRwX8v6B46f51D5jQ==","signatures":[{"sig":"MEUCIGGnDgF/yCn5AnDETEkzwawUyQtQXkza4enTaT4PzAB2AiEAvqiYHnzhe6OJLRraJ14dqHJfJa4Gq/y6F/H6BqDgjIg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":585338,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwRLnCRA9TVsSAnZWagAAJZEP/iHnUUj+JJJs7Ux4i+KX\nq9KzcpKZZBsU7Skx7rjjHdoYAXSdLdM1Qp6oOAlObxw4y9tdIqbESDcD3mAB\nkNgwy2gEPX+eqjZfUAfBIq1qHeJdXf2791dZJ5dzc+uSou39u3Eavga7udEA\n7v7SGhekp9V/qx3GNQvmufpoplC3IwKM0ridJJBEH2Cn0r9VtBJdqhZs9D8B\nwDu6njG0X1O2fOX+Bf18qqfyGSUIByBVSOiqAVDLeWujzTAEMxwvrshBjTe+\nQj+HY868+DD2QS0Fnh5/gqng0wCsLiehPXFzCMBidHCliV8P+IZ/9HB1bnZf\ngd/VJg/4mscJhlfg4/G5WubF5giUTLBCHLoShJYN3wzOje+MCDN6y9NUV/vI\nk5nYtMHa9DssVHsWebtcbTkUGZ8eWsmZDX9YH5Kw1EOho0+HsB124DiKA14H\nsiOoSAiM5Wf+Oe7mivwMHyPWV0Jq/XEly3oZnq/9WOrAWacNC/wVfvwozWSx\nCuqqp+gJ26Ru6EM3vKqj67W0uLZbnNMyKVw01pW4/9susWffCQtDFgtwsI1+\nq8h5I14NBFJtpGi6ywn8RAP4m8W6IPVA6m2JeYUUdLfSRGJ9tQKNMPpPdT/d\nmtGqH7pELZSY5BtNDJJM6MF0YLZxO3UFw3TQKSvw0xcxNDkvsKHg99pQthiT\nni0O\r\n=Kz+3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"6.14.12","description":"utils for JSON","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ajv":"^8.5.0","lodash":"^4.17.21","ajv-formats":"^2.1.0","jsonc-parser":"^3.0.0","@hint/utils-fs":"^1.0.9","@hint/utils-types":"^1.1.3","@hint/utils-network":"^1.0.10"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.27.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.2.4","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.11_1623266023218_0.554484960375003","host":"s3://npm-registry-packages"}},"1.0.12":{"name":"@hint/utils-json","version":"1.0.12","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.12","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"aa4ed574c8d4ec479f6d279727776313dfe51a25","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.12.tgz","fileCount":30,"integrity":"sha512-BCDZNh4yayk93rN/52wxeu/gOIf6GT+1VhgdMdDeYJsMvdd77vYEyqj+r3HCVfUoZod6bol4+DplVN5p2ZUbtQ==","signatures":[{"sig":"MEQCIH7EKq38vVMsAYZJ+cg78E0WFXywwZ+SU0AL3rCgMvNcAiAOPFj0sHhRHtCtZ3QDU2LyKeHYxjc2jvSdz7ooPXVDBg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":168590},"main":"./dist/src/index.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"6.14.15","description":"utils for JSON","directories":{},"_nodeVersion":"14.18.1","dependencies":{"ajv":"^8.6.3","lodash":"^4.17.21","ajv-formats":"^2.1.1","jsonc-parser":"^3.0.0","@hint/utils-fs":"^1.0.10","@hint/utils-types":"^1.1.4","@hint/utils-network":"^1.0.11"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.29.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.3.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.23.4","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.12_1634833253245_0.0987912374103126","host":"s3://npm-registry-packages"}},"1.0.13":{"name":"@hint/utils-json","version":"1.0.13","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.13","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"f0dbe771009fea678c3b1a1dc9e0e7b5eb55587e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.13.tgz","fileCount":30,"integrity":"sha512-y0NdXLuAR+LfpFouuFtajkhuErvG4dDZHSqVD9t7UNaQTIpx8LOY2qVUA0W6g9Jj7V/lOaIPvyfV3crAoA0/kA==","signatures":[{"sig":"MEYCIQC87ldq+3gE/djXmkGHW6FE6myNdoX6QKv2aZJhf1TtjgIhAK2BwDN5NGx177AmR1Zae5kCz4SuZDzoButA8YyhAibZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":168590},"main":"./dist/src/index.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"6.14.15","description":"utils for JSON","directories":{},"_nodeVersion":"14.18.1","dependencies":{"ajv":"^8.6.3","lodash":"^4.17.21","ajv-formats":"^2.1.1","jsonc-parser":"^3.0.0","@hint/utils-fs":"^1.0.10","@hint/utils-types":"^1.1.4","@hint/utils-network":"^1.0.12"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.29.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.3.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.23.4","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.13_1635537447096_0.8717941455863449","host":"s3://npm-registry-packages"}},"1.0.14":{"name":"@hint/utils-json","version":"1.0.14","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.14","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"7bd8bfbf0f83eaada91035c32f34c75359703505","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.14.tgz","fileCount":30,"integrity":"sha512-IdN5O0jwzoMMGfSCQwTewErK21U+BRg/SKY6gATXn9CMb4Znw55rz4SD2Qijjsdr1UctgtHeHq2AnA73sNbgNQ==","signatures":[{"sig":"MEUCIQD1mo1Zhga2MEjvv3x+l7rmOxFpOUk7T7ZilUEdA7myoAIgU//rMi4n/zxjigqYoIetP1++E8VPzPZlfDo/IwyFbiE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":168861},"main":"./dist/src/index.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"7.5.2","description":"utils for JSON","directories":{},"_nodeVersion":"14.18.0","dependencies":{"ajv":"^8.6.3","lodash":"^4.17.21","ajv-formats":"^2.1.1","jsonc-parser":"^3.0.0","@hint/utils-fs":"^1.0.11","@hint/utils-types":"^1.1.5","@hint/utils-network":"^1.0.13"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.29.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.3.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.14_1636050658141_0.09903729254964033","host":"s3://npm-registry-packages"}},"1.0.15":{"name":"@hint/utils-json","version":"1.0.15","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.15","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"9591c7d1f25291ec8cf13b86313c31d976a5fcd7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.15.tgz","fileCount":30,"integrity":"sha512-G5+v+HyT6YWBQvZUPZpNA4gVyN/W8lcUyOgfLzUnXmH267LQG1Xb1yv9pZaoOw/3eLhPGqiMtPEGEmEeMqrssw==","signatures":[{"sig":"MEYCIQCUVPaMiIJFH0CBBeR241VNracT4KGuXBst4ohnV5g6rAIhAPgZ/1DQPR5I+kVI6ukznLu+fSDckwkozcQATddlqNdp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":168861,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2KUMCRA9TVsSAnZWagAAFLIP/25m/HHlhTCNGtxp7ABO\ngf7mNgzP45N5zSSYl+4CvgVSbve8PldrdKC3n34BVs+UvyGNxd/W8lRWCkRu\ny63E6lM0djhq51ds/ZpAGhFQGeOBPCWheCUnfcR3J5kF0MCbAuTzlxNa7Ag7\nJJlCUrsu2lQXVtcfCrs0Jc6Lr5CjdCkdHrV9jjM1l4703Lt44QSGJmcQVdGL\nyr3Xl2yJePQahekX4JAQ27143GtUCObvo0LYwEhu8XlDc9BCmkqKXKPiGWQQ\neHTitOO630S7Uz/tdZeFtu9EAmt7h6uNguo2xBimDYwk3zxD3oSJ9n+DvH/X\nUTz3vs9ZXAlGJfZMhhKGpBS9tuGNR/jy6YxkxWEW86Gl+VLwKF4nVyAmVAax\ndpAUigGe7u6rGDb0h3WtoN2FV/zCpiVChMCv1jwDhVzj4u0taLPWdg+9aXq4\nPTx3T4cVbnZPQ6lc6Rnl1rsMHNclcjH248mbVEHHxQ198VYdBNkXyBieUWdX\nnD+/B2xVMl+C4H+itzMxy9Pw0jmPKxbmPNv/87G0bJL5mpW+3yB2MRnQiB2M\nN0sHel3MzvnIyJhgYpWs/kLg7aHNLKkengW27cuaU41vu2XQ3fmrWG/l1mKl\nL1+5+2A4z48ecnuDu8DtKzwTvdj1G7N+trk4Ee7CGj/GjdII1FLyQ883WJiv\nuOL/\r\n=3t8n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"6.14.15","description":"utils for JSON","directories":{},"_nodeVersion":"14.18.1","dependencies":{"ajv":"^8.6.3","lodash":"^4.17.21","ajv-formats":"^2.1.1","jsonc-parser":"^3.0.0","@hint/utils-fs":"^1.0.11","@hint/utils-types":"^1.1.5","@hint/utils-network":"^1.0.14"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.29.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.3.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.15_1637007112319_0.37914906112997326","host":"s3://npm-registry-packages"}},"1.0.16":{"name":"@hint/utils-json","version":"1.0.16","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.16","maintainers":[{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"4649080964ca5672bb5f79acbaf5f78a74cd5ccc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.16.tgz","fileCount":29,"integrity":"sha512-Cg1c5+QhZt2dRnshiJdJlYd3mNgLSFpWT0fpDPMRnMvvUNi5DXSLdiZor3iWogGhvRCtirG1sYtKZoFYYC5dxw==","signatures":[{"sig":"MEUCIGbE6ToTRZ/4l3UbHtfAMTCADWFom+jW7crdnoWx8UtVAiEAg2/qggngCOmi6JpKTs75V69fAuQYG9vGSI4PjwPnaAs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":155125,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKkZoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmplcQ//R7ukDWRJ+p6JrP4xXEnXnKzjKnnjIp4Vvd6HpWepkE7VAGld\r\ntqaxKcH+H3WBqVc+DRFlMGDVswsDTP56DvSSHIERCThD1ge2xPqrf5KD8K2V\r\nwTfqukZYzFiz5EnZy2TzmmmgB7yYDQcpeRo5thLppanEYpTaU7ihqTX/QR7B\r\nmD8VhU7oaGVgVTNO3OJiPTOVhbj213eca4JJXBIeFB+lUaFjHJsB9c+/SLWi\r\nwScTib/IvddkXNyXgA8FNfSd47gnfB3MOMuR9L9gtizeJz0Pe6a/BqoIxMn8\r\nm9TT7hS17/LWsGPTIQOOXRAM5Iyrn4OwJv6N8HUB45H+0qTil7nYSOW+hdRE\r\ntMeEN2OHP6BDsZTc0yf2t3IhOa1+30V3hoCIeO2zirlFzxmDO1/KPtFyN2pW\r\nyBIauhK0btMYOnWBsEc7yUj79pamgi4KWy/coAWx4TAPumNp0PKKJMgEvS5p\r\nKjvS9PVljfBu1Ysz+TXit8RnMlx5kwri7b1SyQ711HzS/r0KtKU5bc2At9DJ\r\noKe9AJaCCULc1n1mbagnvCGqOlvK1FOohfe6AgVtc0zlrgiDeIsZdYjgAwOj\r\nBZnQsYNKY4JJwwM105KNzr0bSesDcAiTm+m++RwNqBnizOoS+H3sJ3iQiRUg\r\n0U5L1nM27OEnjG9fEvBtUknAZuex3W4VAVE=\r\n=qwwO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"259226d420ada93e86c1ee0e5876251967abcf04","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"flynnolivia@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"8.3.1","description":"utils for JSON","directories":{},"_nodeVersion":"16.14.0","dependencies":{"ajv":"^8.10.0","lodash":"^4.17.21","ajv-formats":"^2.1.1","jsonc-parser":"^3.0.0","@hint/utils-fs":"^1.0.12","@hint/utils-types":"^1.1.6","@hint/utils-network":"^1.0.15"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.16_1646937704570_0.2807549566258607","host":"s3://npm-registry-packages"}},"1.0.17":{"name":"@hint/utils-json","version":"1.0.17","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.17","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"26d7928d390434e899b13ec3d10c2521831d3400","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.17.tgz","fileCount":29,"integrity":"sha512-m5B3bQBLMgmwlSqf3bBAI3T4UFDaGYZApxIClFMjY0aJ7pH8JpbuZwKJ5GI5GtaTHIJLgTr6o5x+VuBFqSGqeQ==","signatures":[{"sig":"MEQCIBA+KLt+oLKEDCbODpUfELZfOoIOCHcMK5i44ifClMPGAiBpjpKQcD31ZJ11vRGXOC9eSa2EIL/5zpoZHHv0t8tA8g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":155125,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaG5EACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrfexAAm+2x63bJLEdn7tCoWOar8AgxpA/1s0o7S+ucIM4FvrRLLLxb\r\nClmp+Cmkwdhi+nyYDUpz23RL7UzGHHBRkwQdS7EKC/o8ceYk6SXs262pBcUG\r\n42OeaXHYKqCx98h7QuP29QIwMKcXM7xfeeQGPk5CIgUpgz8fvZbCTYp9uy3G\r\nl7joOZchAu9D1SzbZbbq2Jr1fKrqOOkRr/+y9RfzxH5Gd6FU5nnqLqmvs75O\r\nETRYBBXhqWzJFbixjJYVHhq0/YUBeXHZ3GWQabvPgHd3ZdoNmrr+0Wau9GJG\r\nfPO2wV4aNFpKD9edzwdMIuRpTAkqBcJk2nNJunc0ED0MI28ai4Zzdqqd3i1N\r\nqCcAMkpbAEbChIW+klqSiYuBK5jppEiYMnugkqM/bvqQ3RQeluXNQQNhPnru\r\nmH0sb51VG3RRvkgS6NutvfZTwP/ZuZ13w3ZPz7vwIaaQbjhhMLCYiT2VF5h6\r\nfFSZmJJMCIy8761lzsbgt/zgEKB05X2DeLGdejpTRMeMTqsB7GiPwIcTg62X\r\nbyGvpr8h+bHSwmgUvXpgRk3dd0JYri8roeXerUsfBwOh92HQ2Flwj6eYl9BH\r\nQLero6QyU527kBxhIlW58iRBti97Kdh0WFW3s3rfc61qz7xxaQ0pKMNsOcRR\r\nXDAjZK/khqRhEFvmYOEUrc/2JoiaX3l6Fqw=\r\n=FZ9f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"ed090aaf89fa89e6575bca6c116251a40266ae8c","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"8.5.0","description":"utils for JSON","directories":{},"_nodeVersion":"16.14.2","dependencies":{"ajv":"^8.11.0","lodash":"^4.17.21","ajv-formats":"^2.1.1","jsonc-parser":"^3.0.0","@hint/utils-fs":"^1.0.12","@hint/utils-types":"^1.1.6","@hint/utils-network":"^1.0.16"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.17_1651011139749_0.9715936317055434","host":"s3://npm-registry-packages"}},"1.0.18":{"name":"@hint/utils-json","version":"1.0.18","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.18","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"faac512bc317908ae4ede482d72bfdcd44c594e7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.18.tgz","fileCount":29,"integrity":"sha512-wFqQPsmGSVku228UNQ2CJc1TAKSWZheA4U6mQe73D0qOPByKQjG2QBnMJSLM6OvxbryyQA+PFrDtL6Z55DX1tQ==","signatures":[{"sig":"MEYCIQC+HkyFcAX1pLYp3yaqhsMNOWZdFRPy0lyt2BcfhKzPrQIhAORY8HZ8fdRjT15vcCo1yuPhB9jjsI/TYrCMay6XKrSK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":155125,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicdqhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoaYA/+LY87gRBlfuvEqGDlCa7bKO3P/yRtHNchuKmy+FlovFHcPHSi\r\nd8Cv8eTLM/og8LUMDS1nt06KEPRJdp393ICPJx+eMw58Ewc4AhjCq26dCn60\r\nXpPXBtPBEC/neSkXWRI0WLmoX7WQHQfEmHGV3chSvUFsgiH2j9EQJvB7AdU0\r\ne3khwfddvpUivDSxbECbtwswJ4aIyX+3XYiBNGTKQD39pOhnThILQTWuzEa1\r\njKJV8LTFO4LUQqWqDnThMFOMkMCxZZIA0tcnQxzxiWX3wl85toUJNwKqON2m\r\nkdBBJ9Mn9Lb/xsa7E/Jm1klIxtwlBlXupmWMwRjDXDM0PrzncxiPa8gTCJe2\r\nNKNXM7Purnl4vJqcswbQjZLUbooJ3Mr+vh3ABBB07UH2GCWwQTgtHnnCD4+z\r\nWjaql4uuzJ49RYboFGYuS07jJi2JgnCmd4Na0uDmVS088XBSRDe2Q10b3ezV\r\nBYB6hqVgrPJ4RzzFLddl/diK2j42/5ikwEvuevu+MzFBBaB5+sPX1mnq/l9k\r\nwkbH8JHSi7N1dfNKK+88h2sWyiXOKTqC7YX4vHvwuwVmLmimahPZYsOVHjF1\r\nDwmCzhi1SY3TmDVZdQo03s5CwJCvKUMtLKqdxJTbnzjq8kNW/ADKtVcnRqhz\r\nGYvb1ubDzs0+T+BNH3pPVhf9zYkmu5t9szo=\r\n=ARYl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"86a21f9d09e2e0c824fff06081f329f0382af256","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"8.5.0","description":"utils for JSON","directories":{},"_nodeVersion":"16.14.2","dependencies":{"ajv":"^8.11.0","lodash":"^4.17.21","ajv-formats":"^2.1.1","jsonc-parser":"^3.0.0","@hint/utils-fs":"^1.0.13","@hint/utils-types":"^1.1.7","@hint/utils-network":"^1.0.17"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.18_1651628705249_0.046676930892937785","host":"s3://npm-registry-packages"}},"1.0.19":{"name":"@hint/utils-json","version":"1.0.19","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.19","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"70b0d12c0b72f771125dc086c97901ed25dc26fe","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.19.tgz","fileCount":33,"integrity":"sha512-oZlm3Zt0nruTzCjucsFnlD5r4howDnuQf2JO8K8SgOhTK32qqS9dQz/zktg9bxSwtNrv5aIyC3Aon+UiN6+9ng==","signatures":[{"sig":"MEYCIQC99B8UZ485OPlvYk/tm/Q6B8uIVf+7ZHnr2RDuBttp1gIhAOid1PcMOsZXKs+jdBy77/54L4d+EuGAqKOVizitZRb4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":177787,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinn+fACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpavA//Xcw/IofkeYQa7kugyFjNZ5c9bV4/DpBXIVPaot3BoqCTH4hz\r\njZ8XT/aTdwoMvVw3uMNEGc2TtIIJ06e2BclW+eY1Os2+g1czNzTjSxY8W5P2\r\nGLsYBj1IbdplFD7k4+K76f8c6XA51okDKSULL6DjaU4o+wGQcSdS2UsHAQqj\r\nfKxJC6WlqnwKAl8wWwwbGz/LZ8DHwhrcQF0XhNuUsD9a9X929kCYSZkMMKzt\r\nZ+rh9dRB1pMS/jMjRrQrNU47JhRVxg+xRnE7Hc9jhRAp+Sbzlwo/GaEMojYY\r\nOpHm0FTEvZAZnGIegcp7fWeBcmGjRpQPwzLM5gBFaYX6JsXabxBK3u+oH4Fp\r\nnWB7sd/DX0XUy+E4OGjZk1L3mWHNFBCA+L8OkhI0rciv9UFDZ/vVHkZqHhFD\r\nQ/3u5/GC8jf693meml51y0ruiVAPnHDr153XDWl0K8qq+Y7RUz5itN75U5dW\r\nv86XJkilh2RoGhpdCMaFPcFgAzJZdGDdV0Xo8LsiERv9hwGalVIUmjUPbWbw\r\nwmcpRagp+SnzYinSU2xHg4jGLN4K71kuBbU+H4edlnQLeT6/jtF/WlUVjdHi\r\nYKcuhK0QzK1Mcp39pzGm8XgmIgrYFyolxnCx24T2FfqmR6gsSPErF9rzpo2L\r\nH2M2IuPAJH49vDFlfyLoC0kPOK/A9QTU0sM=\r\n=aFVb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"6.14.17","description":"utils for JSON","directories":{},"_nodeVersion":"14.19.3","dependencies":{"ajv":"^8.11.0","lodash":"^4.17.21","ajv-formats":"^2.1.1","jsonc-parser":"^3.0.0","@hint/utils-fs":"^1.0.14","@hint/utils-types":"^1.1.7","@hint/utils-network":"^1.0.18"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.19_1654554526754_0.2553039447951917","host":"s3://npm-registry-packages"}},"1.0.20":{"name":"@hint/utils-json","version":"1.0.20","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.20","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"5759ed0b3377e86cd85002d2605968a948de6750","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.20.tgz","fileCount":31,"integrity":"sha512-UHh26u/3qdOL4/7gOik89WqfG+V9R7xwJy7H5X2sWE2UjQ2MUAg1FpTN8SxIy97+O4F+tJQoGwX/QPUunaWiAw==","signatures":[{"sig":"MEUCIQCRjb5R8dHYbVTrO5akbkJJGhDsBvLv+6lG5iHMmVB/mAIgPM/QmeGmefTtn6BgO9cztGA9tWmcjxOI4pdWh2Dt9M4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":157796,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJip6C+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq/8xAAj0zTm4Eu9C5QTAquwrARzY48Bgz9X0R+eWelKomrjkxNZGnK\r\nylAKyEGRgfCR4w06uLIfY0j86nIA5fCC0E4D9UteEg4dU6v2yz4k0AodHmJL\r\nIVGcxuyH9X7a/e7CMAWKkxPo1Rd929XGfdYCoJ4wvXz51+zABAN++KerBJe+\r\nf9pkduCIUlNOLN4bbYn/7ly7UerjziIaBA/wVb2rGDbT8kYhFrhj8hbpTp8v\r\nY9ZhHMgnt82LcqW2Q4qvtLSgkgkc6owzswTVdqNiEd+FsCGWmEnL84Maxd00\r\nP6J25gYPO8WjDvAg4a1GIkvwBSgyOSRroLq6jOaLBPtVcZx2Ogj6VVIwFasS\r\nezhdXoyNLY39CdgJSsk844qwPBzRcxn3AnsR+MNiXoVTuAN/DFCJd/J3csFl\r\ncUft2QW4qIATtxBGHomwetluYnvklN7aFVbH1e3EYgwz2Eh6wWJDk7oevpuI\r\n2DFjtrnRdhgXC29ApeC9SFjDtdLKPx4tfebETGJBml6tiEsmhKz+Ddn9xcXG\r\nXpDUpR5cdTw2uhJEoRreBRndYbaP7Z5c4M5eVvCKLllFR74vj4j3yQAGJJLP\r\nO4OIpDlxf6J3hHsxQMm/b7jZQm05IeRtWaSJLwp/Qp/KEBb5RAPU+B1gAU/r\r\noiC2K2l2BRq2UPmwDy5VlHSDA4vIgG2OMQo=\r\n=+Sb6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"8162e2a7a04d31bb7e79e09b1e0b9a2b9365148a","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"8.12.1","description":"utils for JSON","directories":{},"_nodeVersion":"14.19.3","dependencies":{"ajv":"^8.11.0","lodash":"^4.17.21","ajv-formats":"^2.1.1","jsonc-parser":"^3.0.0","@hint/utils-fs":"^1.0.14","@hint/utils-types":"^1.1.7","@hint/utils-network":"^1.0.19"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.20_1655152830473_0.6367596567060665","host":"s3://npm-registry-packages"}},"1.0.21":{"name":"@hint/utils-json","version":"1.0.21","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.21","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"73a53c16ee909370417b08ad981d129adfc55909","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.21.tgz","fileCount":31,"integrity":"sha512-1p1Aaof7OBzigQ4BwgTXAwnbRLGNk0r+Ts5zzSOAAD6nQvza8R2V/qMOwBSRQiECPj4+Gu+iHN0G0YQMAS+uBg==","signatures":[{"sig":"MEYCIQCSkRXh+vm4xWHqIgNWAls5jDhWDsQgeqYHDJp8Hgld2QIhAIRREGetaL6GH3sam3HPsoSiuucUkToLfjL8MwgZKQIG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":157955,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyFSTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoB2hAAhqyXEhsRVHg/E+Mx2NW8tFlyhBWmHieDb/pDAzADfVynC9kP\r\nCmJReOr4tZx0MR5AiHKGxkm4IOzFI+coPKYfeqU/q7kLVxQ7EqyKHkR1Zcti\r\n97cwFW53MlKku1F3k0ZGyHJvbrH81E26yaNKE/Hy2LU0cDWN4YczZuAntSc/\r\nD0pxEb5CAd5wQgLqD93hdCJXe7WisjcWzz210Y+UGdjSJNJQLHPeJOKqgAys\r\nhqNDY63yikiTnUskLIbYm3H/cwOOOX8HhG1LXw8e6b6IB5dVYTfuZLr6qBP4\r\n+8EuNh5QVUrjse5fHMrVFryY5mK+HDJEJjm/Rz6C7nhJnHv4ZNuiSU+QY25v\r\nB1zwKFsJRwzJF/zH9oiOsnDDITxQmw6Qe+0/T+QrTJnIF+BaHWo+bbnnNC2H\r\nORWSZyMMiU3Nm5ZfGmioPclX5ZonvPCHSdssFZy+SKSI3ueveNMSh5s91NBg\r\n1DNT/cRg9xVgTwZisxZTJ/CMKh1ntVrWpNUJ6vwK4AO4wKsOu+GbxVrj7C/H\r\nLz+zUn1NX46c6q9V6ofKBhjFpa4GkhkvCm37jdZZoDu4Ah9iQNHDak3JKoID\r\n9s+csZTlQiLIqU2969tj+nrcior++KXlLZoRoJEf3drevUIZLfFAA143Un22\r\nQh2tenoixYTM2BU5M4OjASZOHN/WOjp5wbc=\r\n=w64R\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"50e8485324a6c885c736d0b4d1ac8513d875f5c4","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"8.12.1","description":"utils for JSON","directories":{},"_nodeVersion":"14.19.3","dependencies":{"ajv":"^8.11.0","lodash":"^4.17.21","ajv-formats":"^2.1.1","jsonc-parser":"^3.0.0","@hint/utils-fs":"^1.0.14","@hint/utils-types":"^1.2.0","@hint/utils-network":"^1.0.20"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.21_1657296019557_0.7327253500735784","host":"s3://npm-registry-packages"}},"1.0.22":{"name":"@hint/utils-json","version":"1.0.22","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.22","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"0c6938e7426667e87bfcbd4ed8a8a628347571e0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.22.tgz","fileCount":31,"integrity":"sha512-x0GwENoMCFSWj2aHV900gkZui3/ysxtBdh9gPGFpvJ3v+6Bz2DfpAP+Wo+sB7W0PfcP3kNRCo+TQBMW6B9oMNw==","signatures":[{"sig":"MEYCIQChb5obJsOe9jKlpbeT3Hrh3Y2bVTXBTg3v8G3jSvZiCgIhAPc6mPvLBM5c6kHy2YDDNaJFIWPvf6/eENsJniUW8iby","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":157955,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2ywdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqcVA//cX5M5kkKwVG0pKaFZumdKCTWHBcFxfmzTBhnhcNobjW5UIrB\r\nxEHy2DG40jLj9j1PcEY34QaJYAGwPaUOANQVo+ZOrGHvrmCjSweHxLlLG7Ir\r\nk64583dESy3icoi3uSF0MVgVvS+PS+yGz3nfwt7LDxeCpn0NFiBhZnruEp+b\r\nPu5AYJHFLNhTk4EBqAbGP0pWisig2f1GW6CBTKESSGsDGUwfxcu/vgup8E+w\r\nSI8GLSfPBNHoBaAHDilvdb0nFiJc6JXtoBfFWaRr5poOnaWwqBMXGt7IQsAW\r\nDybwgLlHXlgxH/SsqYwpTL+wrf4euAG5jfo8zQ/TLaprfdSrr5pLGVKYneCY\r\nE0mBA7Kytx6RTifBW5vs6nDPLdzqpw0L+Uvc+7PJPskjG4ur7ZkHdOWSgn56\r\noToiPHwZ7pKiyVQx9ZBcqhzUk/e3V/xv5p8Q7B/jU/WK7JVYbFKH7kJWwCwX\r\njA4Yd2dMpyP4F3n6tQVmGUJXHm7cwNuUn/LWwwd/35Ag/bnUAoY36hZwQlwI\r\nxCZG9YIL7cevGGmI7+HRFc2HOHuEGrHIDM7bAl7jN8gKhx9dRHyqavM9Nchu\r\nrnzOhACkvYhXp69HMyWjhn4w7PGrkp0VG41M0hHFUepIzA5CZgQpAhG3avyV\r\nNun/+3jVPfOV+muScm1LXYNtLnPDcHkDxH8=\r\n=9pHA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"3747703aad67205d4aaac4b74e7f78ed86402c0d","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"8.14.0","description":"utils for JSON","directories":{},"_nodeVersion":"14.20.0","dependencies":{"ajv":"^8.11.0","lodash":"^4.17.21","ajv-formats":"^2.1.1","jsonc-parser":"^3.0.0","@hint/utils-fs":"^1.0.14","@hint/utils-types":"^1.2.0","@hint/utils-network":"^1.0.21"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.22_1658530844849_0.018585026735305155","host":"s3://npm-registry-packages"}},"1.0.23":{"name":"@hint/utils-json","version":"1.0.23","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.23","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"bb4ce081519b6ea462613c24441e9d89f6b36713","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.23.tgz","fileCount":31,"integrity":"sha512-RgLiMwgqWVFtolZ8m0GQpC2UkZNJC2ooZV/wB4Wv6usHA622zEowUWVrR3TgcTpD1J4gCMFGLx3s6ObqEHIfnw==","signatures":[{"sig":"MEQCIGPMPVJMt2+Yq4HKQrrZ1x/R1dj5eQdbKqT1eMBhGpPOAiByDReYrqA4iS4cdhwaH7rU1URVx3754CXG5wbJE9A5Vg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":157367,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF3hgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpMZA//Rf1AIzpQmIDd929G7XSq6+rwvYLbTbcihmLnC1xIK8+6WwWF\r\n7rhmqhU1aKeZ2+rWna99V43CnukBFhF10mOjuUsWstmSt/qOeB/B4oLsjUfq\r\nvR1gV13uFF1eowbmHeJwGvlRrndFMyKlGb37xzn+KrB73dfu839BpjQP+YMZ\r\nehqQoLXyvh6fxvlut6rTUA3iHYKTo5U0+46Fz/X4CSaGB7lZ8ntgy/otlPis\r\noLePNrTQXiLivxtVN6oYcnFbKsMgmu0HtB5l//esXlzwjqk1f0jrdzeCiXDg\r\nEMZP94qQgLfYu4nESCO1e93HUqv2u9jv5D3/UWzmVna05L4X15hT0an03ngZ\r\nzPXlYSXzhB4e5NAiS9B5RXEISx0dfc3RmlMKLRECqIAzbsr30MHSulpSz2FS\r\ndRoC5ens+3XUwix4gOaejxMYcnJWLNKLeQYpHAr5Ib0iFcRG5/dLLgfpj14W\r\n267npZnR0yQfAY4cmGVUYcaAr2jnKuP/Vp4eRH7CX8VRH+Nw5DA1hFz/HURb\r\n+XG8fSCbNhv1Vk2967cenORGJXiI1BbXPqOsV6/3deZt40hIOtkBDDnHg3QY\r\nZGXFZeyauPJ1XHOO8i9XlwmhHpP1ckC2XIrqs5UCHleRbwoKZfL16ntijWyn\r\nOec/j7kpwbhNGybtxgrUG80P09+s0RmaSMA=\r\n=asIh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"64f0d5cf033aa97b12ef161d91e00bd2f750da6f","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"8.14.0","description":"utils for JSON","directories":{},"_nodeVersion":"14.20.0","dependencies":{"ajv":"^8.11.0","lodash":"^4.17.21","ajv-formats":"^2.1.1","jsonc-parser":"^3.0.0","@hint/utils-fs":"^1.0.14","@hint/utils-types":"^1.2.0","@hint/utils-network":"^1.0.22"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.23_1662482528544_0.13185959104908362","host":"s3://npm-registry-packages"}},"1.0.24":{"name":"@hint/utils-json","version":"1.0.24","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.24","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"796c8b174152c3d187f2dfdf7d89a3d2df513a34","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.24.tgz","fileCount":31,"integrity":"sha512-zH80mKdN38kO6bfgqeAn6vnPD+IST4y/3fvPNWRCDYwa3j4OgtHvHN5ZyRDIn5LZkBuqKdsgQNmtgmbMKmeJBQ==","signatures":[{"sig":"MEUCIQCtAABbdny+wj/yDPOAPaR51syJOai+bTc87dk3iY3HsQIgBSejdOdqN0nfbkcqU49N38B9JE8mwwCfXRe3mMEMY4g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":157369,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPzBdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqByQ/+IpYAckOlaLagd5gXPxrP8t9l9nvm3iEAr46uD7WE9P+nEijf\r\nFGHeIyyK4EEnvGhYoGXl/o8aqvldD9nn4LrQKfntv5TsKi7+Bu0mqfeFAw0g\r\nCc6exzSjcpbVsMCX7CK+bdoQke19wsnehyKVvbN4z7dfhlZBq5kX0FCcsH4h\r\nycvkEUR7n3OWv0UYGlkOTXKCTZgxiOgnD+9+g7zblB4mqgXFZ3otNK5ghqsZ\r\n+uXvF/4aS5QBmhRvQSqBFheU8drNCXvRNTdDXuxauTtqUbjXUIJTpVI62bY2\r\niuKvwpNffG0s1De40KUitUq6YppyD6+emeYQLxq8+sTHJBeQY9ABmSKCZbbj\r\niy0keFqq5Y6Xp+1OUKymzxEzBzL4V004ZVDv4B/QipKF4MaO1T1kk/1L10Z9\r\nKSP2vdeuneowCntg83xy1FVs4qQEfa0UWbEIVbJbwy+AZBqu24HGdhFo0Ld/\r\nqruFITpXH6FTs4uFxs7z/kkfxMjQPtCCpO4ZE781ejmCmnM2G6/wzCDZ6Bwg\r\nOvm789+lNsv2q8lJUBPGLlDtaPuTolnYFVDZSfznD5+GNlkfS7oJrLb1ctsh\r\nMMFnmLn6ilTKKnnIPRGnOtLPSa6LFQyLJdh/kzMUWw6LWUQcg7uvA277HbCG\r\n4DSCi4/1/e2Bk9JyW4XtzE96MzuzFOaGlCU=\r\n=pXH6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"8869f1b823276a7cf0417925b78b6aba21d4ee2b","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"8.14.0","description":"utils for JSON","directories":{},"_nodeVersion":"14.20.0","dependencies":{"ajv":"^8.11.0","lodash":"^4.17.21","ajv-formats":"^2.1.1","jsonc-parser":"^3.0.0","@hint/utils-fs":"^1.0.15","@hint/utils-types":"^1.2.0","@hint/utils-network":"^1.0.23"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.24_1665085533141_0.89105116233605","host":"s3://npm-registry-packages"}},"1.0.25":{"name":"@hint/utils-json","version":"1.0.25","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.25","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"18540b5dc5a4a95899b79d250194f238a2d3750d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.25.tgz","fileCount":31,"integrity":"sha512-EqtkWU98YB338os4EoqcomzvjL1Jdnyul0yZdx9m6N8oFMHDCfXIV/M5is0V3gpwBsDB3My6sDf3i2GnfGehkg==","signatures":[{"sig":"MEUCIHZgmp4lUAAR0CCrCRZe1WUknaZRWcKCJZWCsBoYeEhZAiEA3XHckT07fXEvQ6CGFDbkgFF4INKa+riSkLvCpN+4e7k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":158380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE51vACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrKPhAAmXqhgl+XaScm76jz2/6FLmU5UEipV9blsQj2CiApuwqqk82X\r\ndGN41fLK0tRvnDG+H/TnrRVPtBq7TIqONqIYOafN2qZPCpLXZJKtRiWHi2GP\r\nCVYbvJLTZGiG83Pn6CVS80gOVcTwiua5UW6/tlvCMDr2yYSkclhaX6hNEXga\r\notiMBRfgFnpy9jJlS3M3YX8n5CER5IYOrpBWpC/8Kwj/6pgY89phR9R8g2jP\r\n+GcVWlUoYy4mmx7fX+fMh93R0kyB+4T5WfsHt3bPdjMphkqFQ9zb7uavCOyx\r\niUj1gop5hXlBvmnXMume0cQTLYoyFkrWVCuSkCgNJQcTZheBdlbX1cNk6hD6\r\nMVfWLRQNg3DxdAwaaOxzYIiaMqR0O0GrF0vSvrOqvnAUx+L7jEabOohTVYEi\r\nLMH3mfOEfBZ4qR+LojzNwO7bIwhzO8+0naDcYvQhD3gDPX7zKBYsMkNMaC/g\r\nvedrNYIaNlFdiIk8hthevUjXkdTZBJBdHvq6+2TOHo2GsnApBDR2q+hUpLQg\r\nwxcHMjRYwt3/paYed/3vCELMOk39e1KsJbEH7zcN/7TNE2ewblGZjnRIT7Q7\r\noAHwTpJ/xPXtQ8bZ0JuE6e7qa0SKc8W4ZBwgcjbZuedi1TA/e4GabxRh/C6L\r\nbVbD5ipkU2BgvCnRPwjzdomYOQ3oKcLV65Y=\r\n=8Rps\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"722be1b4c0836d5c0adacfb00c8c4f6bc5d1e707","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"8.14.0","description":"utils for JSON","directories":{},"_nodeVersion":"14.20.0","dependencies":{"ajv":"^8.11.0","lodash":"^4.17.21","ajv-formats":"^2.1.1","jsonc-parser":"^3.0.0","@hint/utils-fs":"^1.0.15","@hint/utils-types":"^1.2.0","@hint/utils-network":"^1.0.24"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.25_1679007086868_0.9066780657717115","host":"s3://npm-registry-packages"}},"1.0.26":{"name":"@hint/utils-json","version":"1.0.26","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.26","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"a1b987317c311e9e1296bdbfd8aa7f1873f10af5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.26.tgz","fileCount":31,"integrity":"sha512-WRTfAPdIOdSnsmorjlY1Fbm3GprL/8fwaLr2X3oku7hk2+XJukfjaDmEhTha5kcV7jEiZH9hbKDRHshZCd63aw==","signatures":[{"sig":"MEUCIQDHN6yaHxsvuNy9MzsbC+HF5bLlkIJ5fioGA+Bnn+AU5QIgBCQ1Vqsfq4TweyxR6DIHZ3VqMI/NDFE7UfNFqfKk74c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":158396},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"fe6feadb1f77798203ea9d75edd88cf2fcfd1b61","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"8.14.0","description":"utils for JSON","directories":{},"_nodeVersion":"14.20.0","dependencies":{"ajv":"^8.12.0","lodash":"^4.17.21","ajv-formats":"^2.1.1","jsonc-parser":"^3.0.0","@hint/utils-fs":"^1.0.16","@hint/utils-types":"^1.2.1","@hint/utils-network":"^1.0.25"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^5.0.0","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.26_1686328269647_0.7559285969260836","host":"s3://npm-registry-packages"}},"1.0.27":{"name":"@hint/utils-json","version":"1.0.27","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-json@1.0.27","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"2122da731ba3c62ee5dca16fa892d851d3e1ddf6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.27.tgz","fileCount":31,"integrity":"sha512-LKwVmG7kIxVgYsAxAVqBQJAwu1gBAtDoantZDw7gcHv+7fmQWTwDwPH2zSqGZDqopo3sVV5U2GtqPeO0c0Lfyg==","signatures":[{"sig":"MEQCIGke9qJfOsx0Fq5FMZqBqwfOGH+224rY9jEmmfTvVgsWAiBsavpEB80LQSlDY0ygBV/wrqsTwhtNkPW5+cOR3QHhcQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":158396},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"89eff1633735f4669156dd0b2d093697f458aea7","scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-json"},"_npmVersion":"8.14.0","description":"utils for JSON","directories":{},"_nodeVersion":"14.20.0","dependencies":{"ajv":"^8.12.0","lodash":"^4.17.21","ajv-formats":"^2.1.1","jsonc-parser":"^3.0.0","@hint/utils-fs":"^1.0.16","@hint/utils-types":"^1.2.1","@hint/utils-network":"^1.0.26"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^5.0.0","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-json_1.0.27_1687907410224_0.9732620824091538","host":"s3://npm-registry-packages"}},"1.0.28":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-fs":"^1.0.16","@hint/utils-network":"^1.0.27","@hint/utils-types":"^1.2.1","ajv":"^8.12.0","ajv-formats":"^2.1.1","jsonc-parser":"^3.0.0","lodash":"^4.17.21"},"description":"utils for JSON","devDependencies":{"ava":"^4.3.3","eslint":"^7.32.0","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","proxyquire":"^2.1.3","rimraf":"^5.0.0","sinon":"^13.0.1","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["hint","hint-utils-json","json","utils","webhint"],"license":"Apache-2.0","main":"./dist/src/index.js","name":"@hint/utils-json","repository":{"directory":"packages/utils-json","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:ts":"npm run build:ts -- --watch"},"version":"1.0.28","_id":"@hint/utils-json@1.0.28","gitHead":"5db0e7f01a05fcd6ebfefe154a75a6d4a3cf3201","types":"./dist/src/index.d.ts","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_nodeVersion":"18.19.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-96Tu3eODA+d2vZq/VScZygR8Wc86IJSs51UNhhUKWUwmkV5Y1C2VCCGcay3VgUx4u4mXlwhdzuCOa0cJhy8BDA==","shasum":"f0bed6ee4620e2da64dd5bf00474b8223cc0b514","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-json/-/utils-json-1.0.28.tgz","fileCount":32,"unpackedSize":158511,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD2hF6UCrbE45wvszq0TZFUEY12j5jFdaHusiMRLQsWDAIhAMuOT+/jZA9VfftaimA38zP5+rSKfYxBkHDWT+8BUBJD"}]},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/utils-json_1.0.28_1724949457324_0.45223341598493505"},"_hasShrinkwrap":false}},"name":"@hint/utils-json","time":{"created":"2019-12-03T01:05:06.859Z","modified":"2024-08-29T16:37:37.737Z","1.0.0":"2019-12-03T01:05:07.011Z","1.0.1":"2019-12-04T03:50:43.104Z","1.0.2":"2019-12-05T00:51:42.598Z","1.0.3":"2020-03-18T21:59:28.155Z","1.0.4":"2020-04-15T19:22:03.676Z","1.0.5":"2020-05-18T22:19:43.294Z","1.0.6":"2020-07-27T20:41:05.442Z","1.0.7":"2020-08-24T21:59:10.084Z","1.0.8":"2020-11-11T20:45:36.147Z","1.0.9":"2021-02-04T19:33:56.752Z","1.0.10":"2021-02-06T00:45:15.405Z","1.0.11":"2021-06-09T19:13:43.370Z","1.0.12":"2021-10-21T16:20:53.433Z","1.0.13":"2021-10-29T19:57:27.233Z","1.0.14":"2021-11-04T18:30:58.291Z","1.0.15":"2021-11-15T20:11:52.493Z","1.0.16":"2022-03-10T18:41:44.763Z","1.0.17":"2022-04-26T22:12:20.014Z","1.0.18":"2022-05-04T01:45:05.460Z","1.0.19":"2022-06-06T22:28:47.031Z","1.0.20":"2022-06-13T20:40:30.680Z","1.0.21":"2022-07-08T16:00:19.824Z","1.0.22":"2022-07-22T23:00:45.089Z","1.0.23":"2022-09-06T16:42:08.754Z","1.0.24":"2022-10-06T19:45:33.429Z","1.0.25":"2023-03-16T22:51:27.073Z","1.0.26":"2023-06-09T16:31:09.844Z","1.0.27":"2023-06-27T23:10:10.444Z","1.0.28":"2024-08-29T16:37:37.508Z"},"readmeFilename":"README.md","homepage":"https://webhint.io/"}