{ "_args": [ [ "json5@^2.1.2", "/home/christine/0_WORK/gradcomm/mithril_client/node_modules/@babel/core" ] ], "_from": "json5@>=2.1.2 <3.0.0", "_hasShrinkwrap": false, "_id": "json5@2.1.3", "_inCache": true, "_installable": true, "_location": "/json5", "_nodeVersion": "12.16.1", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/json5_2.1.3_1586041132131_0.5302923352394322" }, "_npmUser": { "email": "jordanbtucker@gmail.com", "name": "jordanbtucker" }, "_npmVersion": "6.14.4", "_phantomChildren": {}, "_requested": { "name": "json5", "raw": "json5@^2.1.2", "rawSpec": "^2.1.2", "scope": null, "spec": ">=2.1.2 <3.0.0", "type": "range" }, "_requiredBy": [ "/@babel/core" ], "_resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", "_shasum": "c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43", "_shrinkwrap": null, "_spec": "json5@^2.1.2", "_where": "/home/christine/0_WORK/gradcomm/mithril_client/node_modules/@babel/core", "author": { "email": "aseem.kishore@gmail.com", "name": "Aseem Kishore" }, "bin": { "json5": "lib/cli.js" }, "browser": "dist/index.js", "bugs": { "url": "https://github.com/json5/json5/issues" }, "contributors": [ { "name": "Max Nanasy", "email": "max.nanasy@gmail.com" }, { "name": "Andrew Eisenberg", "email": "andrew@eisenberg.as" }, { "name": "Jordan Tucker", "email": "jordanbtucker@gmail.com" } ], "dependencies": { "minimist": "^1.2.5" }, "description": "JSON for humans.", "devDependencies": { "core-js": "^2.6.5", "eslint": "^5.15.3", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "regenerate": "^1.4.0", "rollup": "^0.64.1", "rollup-plugin-buble": "^0.19.6", "rollup-plugin-commonjs": "^9.2.1", "rollup-plugin-node-resolve": "^3.4.0", "rollup-plugin-terser": "^1.0.1", "sinon": "^6.3.5", "tap": "^12.6.0", "unicode-10.0.0": "^0.7.5" }, "directories": {}, "dist": { "fileCount": 16, "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==", "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeiREsCRA9TVsSAnZWagAAlCMP/1y7UinfaaTR/JjVT5Bh\nEuSlDfdo7la2tYNEh3dwn8R6dnEPZAwdzimdJ9gzNVaQL2ICs1a4XPcgbUHM\nIkz4AQ79FoSoUkzKmkcWVSuqSIrShGh5J8iSWdQfxxzijbWyCQtq9C3YSWBl\nvNWJNBYnQ7OA/+txjWAaYI2rokcdZv3VsE/dbexxZFjboKKSsR+ZRnu9F6+t\nfqn32olMTOLSBV3g7VF+vVpdBWa3GMCKeZ7NFx05bOtost0/SAVwPXAnDZFn\nhShY7/V/VTx2tnhYaYrFogzP55vLJSru9DXnS8TVDdAbHQ6+EsLAqcPIDR7R\nsVaaxXP8fnGcL6FeLyzljUHELe2P/l7DRkaoF5vRUSTwn+MNvBV5oGaGhehi\n/0K7UYEeduKXghVa2o9bXxIItTrIjygl0bBULAgvSHD2o99OiWDbNnFWFA06\nxAJnbJ8qEZfDUYkKIryDuBvk0ROTpBTAe3PfRHNk2QD0ZFQcghXcVHCs+40X\nZ97sQ7pc4XtsOFM9FiF+rzqg3OLy7BfeADPJJxuLGxMpaFkxRw/SN5Q8e2RQ\nUVPwOBi2qihYyCRoHACkALF59U5dYQ3OTATic+jSEAyF5a26rAbfXOxpePo4\nf9GkQjTsY6f0CE/h5rCYDSFZm+6w9rODvYpXCWbosYFXYI7Dn/RCpoliRTaw\neRo5\r\n=aFBt\r\n-----END PGP SIGNATURE-----\r\n", "shasum": "c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43", "tarball": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", "unpackedSize": 236336 }, "engines": { "node": ">=6" }, "gitHead": "32bb2cdae4864b2ac80a6d9b4045efc4cc54f47a", "homepage": "http://json5.org/", "keywords": [ "ecmascript", "es2015", "es5", "json", "json5" ], "license": "MIT", "main": "lib/index.js", "maintainers": [ { "name": "aseemk", "email": "aseem.kishore@gmail.com" }, { "name": "jordanbtucker", "email": "jordanbtucker@gmail.com" } ], "module": "dist/index.mjs", "name": "json5", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/json5/json5.git" }, "scripts": { "build": "rollup -c", "build-package": "node build/package.js", "build-unicode": "node build/unicode.js", "coverage": "tap --coverage-report html test", "lint": "eslint --fix .", "prepublishOnly": "npm run production", "preversion": "npm run production", "production": "npm run lint && npm test && npm run build", "test": "tap -Rspec --100 test", "version": "npm run build-package && git add package.json5" }, "version": "2.1.3" }