{
  "_args": [
    [
      "@streamparser/json@0.0.6",
      "/var/www/html/sprbackend"
    ]
  ],
  "_from": "@streamparser/json@0.0.6",
  "_id": "@streamparser/json@0.0.6",
  "_inBundle": false,
  "_integrity": "sha512-vL9EVn/v+OhZ+Wcs6O4iKE9EUpwHUqHmCtNUMWjqp+6dr85+XPOSGTEsqYNq1Vn04uk9SWlOVmx9J48ggJVT2Q==",
  "_location": "/@streamparser/json",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@streamparser/json@0.0.6",
    "name": "@streamparser/json",
    "escapedName": "@streamparser%2fjson",
    "scope": "@streamparser",
    "rawSpec": "0.0.6",
    "saveSpec": null,
    "fetchSpec": "0.0.6"
  },
  "_requiredBy": [
    "/json2csv"
  ],
  "_resolved": "https://registry.npmjs.org/@streamparser/json/-/json-0.0.6.tgz",
  "_spec": "0.0.6",
  "_where": "/var/www/html/sprbackend",
  "author": {
    "name": "Juanjo Diaz",
    "email": "juanjo.diazmo@gmail.com"
  },
  "browser": "./dist/umd/index.js",
  "bugs": {
    "url": "https://github.com/juanjoDiaz/streamparser-json/issues"
  },
  "dependencies": {},
  "description": "Streaming JSON parser in Javascript for Node.js, Deno and the browser",
  "devDependencies": {
    "@types/node": "^17.0.4",
    "@typescript-eslint/eslint-plugin": "^5.8.0",
    "@typescript-eslint/parser": "^5.8.0",
    "eslint": "^8.5.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "prettier": "^2.1.2",
    "rollup": "^2.33.1",
    "rollup-plugin-typescript2": "^0.31.1",
    "tap": "^14.10.8",
    "typescript": "^4.0.5"
  },
  "homepage": "https://github.com/juanjoDiaz/streamparser-json#readme",
  "license": "MIT",
  "main": "./dist/cjs/index.js",
  "module": "./dist/mjs/index.js",
  "name": "@streamparser/json",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/juanjoDiaz/streamparser-json.git"
  },
  "scripts": {
    "build": "npm run build:umd && npm run build:cjs && npm run build:mjs && npm run build:deno",
    "build:cjs": "tsc --module commonjs --outDir ./dist/cjs",
    "build:deno": "node build.deno.js ./src ./dist/deno",
    "build:mjs": "tsc --module esnext --outDir ./dist/mjs && node build.mjs.js ./dist/mjs",
    "build:umd": "rollup -c",
    "format": "eslint '{src,test,performance,samplejson}/**/*.{js,ts,json}' --fix",
    "lint": "eslint '{src,test,performance,samplejson}/**/*.{js,ts,json}'",
    "prepare": "npm run build",
    "test": "TS_NODE_SKIP_PROJECT=true tap --ts --timeout=60 test"
  },
  "tags": [
    "json",
    "stream"
  ],
  "types": "./dist/index.d.ts",
  "version": "0.0.6"
}
