{
  "_args": [
    [
      {
        "raw": "flatted@^2.0.0",
        "scope": null,
        "escapedName": "flatted",
        "name": "flatted",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/home/lively4/lively4/CrochetWebapp/frontend/node_modules/karma"
    ]
  ],
  "_from": "flatted@>=2.0.0 <3.0.0",
  "_hasShrinkwrap": false,
  "_id": "flatted@2.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/flatted",
  "_nodeVersion": "11.15.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/flatted_2.0.1_1561466204334_0.04946069871974412"
  },
  "_npmUser": {
    "name": "webreflection",
    "email": "andrea.giammarchi@gmail.com"
  },
  "_npmVersion": "6.9.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "flatted@^2.0.0",
    "scope": null,
    "escapedName": "flatted",
    "name": "flatted",
    "rawSpec": "^2.0.0",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/karma"
  ],
  "_resolved": "https://registry.npmjs.org/flatted/-/flatted-2.0.1.tgz",
  "_shasum": "69e57caa8f0eacbc281d2e2cb458d46fdb449e08",
  "_shrinkwrap": null,
  "_spec": "flatted@^2.0.0",
  "_where": "/home/lively4/lively4/CrochetWebapp/frontend/node_modules/karma",
  "author": {
    "name": "Andrea Giammarchi"
  },
  "bugs": {
    "url": "https://github.com/WebReflection/flatted/issues"
  },
  "dependencies": {},
  "description": "A super light and fast circular JSON parser.",
  "devDependencies": {
    "circular-json": "latest",
    "circular-json-es6": "latest",
    "coveralls": "latest",
    "istanbul": "latest",
    "jsan": "latest",
    "uglify-js": "latest"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==",
    "shasum": "69e57caa8f0eacbc281d2e2cb458d46fdb449e08",
    "tarball": "https://registry.npmjs.org/flatted/-/flatted-2.0.1.tgz",
    "fileCount": 10,
    "unpackedSize": 20883,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdEhVdCRA9TVsSAnZWagAA1z4QAJAk9VzMXuDITTHFtTXh\nZP2OKdWudIBHX0bpFiNuZIA0PS7SYSREQ5868sxZliuVt+EECUj2P9huFnI+\nmWc3ul4sPn0GIy0ciSQ0XfbbPmnovvMHn/fQuW0fVdeobOSqkGI2rrdX5Sn6\nbuiJ7pJXR3go8eTrQ2E4Op2mwSjl6s1fxHJhXqnRszdMYVw4TIYcZk67U+JP\nm5JKsu1WGs7DgCUrg1UrEzpjClWWhUmkK79OFFL5tWKE+SVqcI3u33okBaJy\nUfOjpePMTGPzonD1jA9PUCuDwylJlhhWRHXjQA9rVh1cnkH99fbegygsHokT\njXLZ1rQl8H+p0OKr2o8qcZ2rO3d+zi3MjWrKs0UJKuL5UhkxHcbdNx4suC1Z\n7nIrQXXpG4xKeJTvwK7QcdC0dbLPkv8MtCBz/20tzsbvPQQkcooknxoIfmYl\nb5RuNci6/6BAl+R02CDKIldE8fGdd37JGJJmk08gU0wfx4W2tzeKotN4hYB6\nolLNa13xgrxBOliZSvMbS93L5IqQQEoF/5KthvYdR7ELSKcqBXhb6/XVM+QL\niUvuWOH8fjW33WatBq8Oox4vt3qYRJE5jL4RZfzWPvOW40WPbAL7MBZkTYVH\nUCUQe5xpZE86K01raJTBVLGdpOmA8YahM/T3afSYF+c+Zfj0GOMlkGFQJV9j\n9rc+\r\n=DPWA\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "gitHead": "2b36649b6a314337559bf9cf7dee6fcc104c5e3d",
  "homepage": "https://github.com/WebReflection/flatted#readme",
  "keywords": [
    "circular",
    "JSON",
    "fast",
    "parser",
    "minimal"
  ],
  "license": "ISC",
  "main": "cjs/index.js",
  "maintainers": [
    {
      "name": "webreflection",
      "email": "andrea.giammarchi@gmail.com"
    }
  ],
  "module": "esm/index.js",
  "name": "flatted",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WebReflection/flatted.git"
  },
  "scripts": {
    "bench": "node test/bench.js",
    "build": "npm run cjs && npm test && npm run esm && npm run min && npm run size",
    "cjs": "cp index.js cjs/index.js; echo 'module.exports = Flatted;' >> cjs/index.js",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "esm": "cp index.js esm/index.js; echo 'export default Flatted;' >> esm/index.js; echo 'export var parse = Flatted.parse;' >> esm/index.js; echo 'export var stringify = Flatted.stringify;' >> esm/index.js",
    "min": "echo '/*! (c) 2018, Andrea Giammarchi, (ISC) */'>min.js && uglifyjs index.js --support-ie8 -c -m >> min.js",
    "size": "cat index.js | wc -c;cat min.js | wc -c;gzip -c9 min.js | wc -c;cat min.js | brotli | wc -c",
    "test": "istanbul cover test/index.js"
  },
  "types": "types.d.ts",
  "unpkg": "min.js",
  "version": "2.0.1"
}
