{
  "bundleDependencies": true,
  "_from": "flatted@1",
  "_id": "flatted@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-3JPwKDX4pKsnnuPtApEoD4HEy61R1gO6CN8XH5/wdA5i7TrhLKIB2lgHEb9ETGkigo9snd1iCSvvcjhFanyxvg==",
  "_location": "/flatted",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "flatted@1",
    "name": "flatted",
    "escapedName": "flatted",
    "rawSpec": "1",
    "saveSpec": null,
    "fetchSpec": "1"
  },
  "_requiredBy": [
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/flatted/-/flatted-1.0.3.tgz",
  "_shasum": "18dc8704f89e757d88d7048e9d77b316f91705c2",
  "_spec": "flatted@1",
  "_where": "/Users/ljharb/Dropbox/git/list-exports.git/packages/tests/fixtures/flatted-1",
  "author": {
    "name": "Andrea Giammarchi"
  },
  "bugs": {
    "url": "https://github.com/WebReflection/flatted/issues"
  },
  "deprecated": false,
  "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"
  },
  "homepage": "https://github.com/WebReflection/flatted#readme",
  "keywords": [
    "circular",
    "JSON",
    "fast",
    "parser",
    "minimal"
  ],
  "license": "ISC",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "name": "flatted-1",
  "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 const parse = Flatted.parse;' >> esm/index.js; echo 'export const 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": "1.0.3"
}
