{
  "_args": [
    [
      "@pollyjs/persister-fs@6.0.5",
      "/data/DATAPROJECTS/bigcommerce/groupbc/bundle-checkout-js-main"
    ]
  ],
  "_development": true,
  "_from": "@pollyjs/persister-fs@6.0.5",
  "_id": "@pollyjs/persister-fs@6.0.5",
  "_inBundle": false,
  "_integrity": "sha512-+zEuPNDoVwA89X/LnmW6l/4LkJXHnZrk/Wyj3ShXLb6sS05LXEThgpriJWLIHh68hPZnqlB4lXsYGjczORiJHw==",
  "_location": "/@pollyjs/persister-fs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@pollyjs/persister-fs@6.0.5",
    "name": "@pollyjs/persister-fs",
    "escapedName": "@pollyjs%2fpersister-fs",
    "scope": "@pollyjs",
    "rawSpec": "6.0.5",
    "saveSpec": null,
    "fetchSpec": "6.0.5"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@pollyjs/persister-fs/-/persister-fs-6.0.5.tgz",
  "_spec": "6.0.5",
  "_where": "/data/DATAPROJECTS/bigcommerce/groupbc/bundle-checkout-js-main",
  "contributors": [
    {
      "name": "Jason Mitchell",
      "email": "jason.mitchell.w@gmail.com"
    },
    {
      "name": "Offir Golan",
      "email": "offirgolan@gmail.com"
    }
  ],
  "dependencies": {
    "@pollyjs/node-server": "^6.0.1",
    "@pollyjs/persister": "^6.0.5"
  },
  "description": "File system persister for @pollyjs",
  "devDependencies": {
    "fixturify": "^2.1.1",
    "rimraf": "^3.0.2",
    "rollup": "^1.14.6"
  },
  "files": [
    "src",
    "dist",
    "types.d.ts"
  ],
  "gitHead": "8c2fcae95fdb2c7f0ebef6c30575541023674d3f",
  "keywords": [
    "polly",
    "pollyjs",
    "record",
    "replay",
    "fs",
    "file"
  ],
  "license": "Apache-2.0",
  "main": "dist/cjs/pollyjs-persister-fs.js",
  "module": "dist/es/pollyjs-persister-fs.js",
  "name": "@pollyjs/persister-fs",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/persister-fs"
  },
  "scripts": {
    "build": "rollup -c",
    "build:watch": "yarn build -w",
    "test:build": "rollup -c rollup.config.test.js",
    "test:build:watch": "rollup -c rollup.config.test.js -w",
    "watch-all": "npm-run-all --parallel build:watch test:build:watch"
  },
  "types": "types.d.ts",
  "version": "6.0.5"
}
